Package com.opentok

Class RtmpProperties

java.lang.Object
com.opentok.RtmpProperties

public class RtmpProperties extends Object
Defines values for the RtmpProperties value of the BroadcastProperties parameter of the OpenTok.startBroadcast(String, BroadcastProperties)
See Also:
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    id()
    Returns the ID of the broadcast stream
    Returns the RTMP server URL of the broadcast stream.
    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 Details

    • id

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

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

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