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: : - OpenTok.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 MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

String

id()

Returns the ID of the broadcast stream

String

serverUrl()

Returns the RTMP server URL of the broadcast stream.

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 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.