Package com.opentok

Class RtmpProperties

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RtmpProperties.Builder
      Use this class to create a RtmpProperties object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String id()
      Returns the ID of the broadcast stream
      java.lang.String serverUrl()
      Returns the RTMP server URL of the broadcast stream.
      java.lang.String streamName()
      Returns the stream name of the broadcast, such as the YouTube Live stream name or the Facebook stream key.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • id

        public java.lang.String id()
        Returns the ID of the broadcast stream
      • serverUrl

        public java.lang.String serverUrl()
        Returns the RTMP server URL of the broadcast stream.
      • streamName

        public java.lang.String streamName()
        Returns the stream name of the broadcast, such as the YouTube Live stream name or the Facebook stream key.