Package com.opentok
Class RtmpProperties
- java.lang.Object
-
- com.opentok.RtmpProperties
-
public class RtmpProperties extends java.lang.Object
Defines values for the RtmpProperties value of theBroadcastProperties
parameter of theOpenTok.startBroadcast(String, BroadcastProperties)
-
-
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 streamjava.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.
-
-
-
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.
-
-