public class RtmpProperties
extends java.lang.Object
BroadcastProperties parameter
of the
OpenTok.startBroadcast(String, BroadcastProperties)| Modifier and Type | Class and Description |
|---|---|
static class |
RtmpProperties.Builder
Use this class to create a RtmpProperties object.
|
| Modifier and Type | Method and 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.
|
public java.lang.String id()
public java.lang.String serverUrl()
public java.lang.String streamName()