public class StringeeRoom
Represents a video room.
| Nested classes |
|---|
| Public methods | |
|---|---|
String |
String getId()
Return id. |
boolean |
boolean isRecorded()
Check whether recorded. |
State |
State getState()
Return state. |
LocalParticipant |
LocalParticipant getLocalParticipant()
Return local participant. |
List |
List getRemoteParticipants()
Return remote participants. |
void |
void addRemoteParticipant(RemoteParticipant)
Perform add remote participant. |
void |
void setListener(StringeeRoomListener)
Set listener. |
void |
void publish(StringeeVideoTrack, StatusListener)
Perform publish. |
void |
void publish(StringeeVideoTrack, Options,StatusListener)
Perform publish. |
void |
void unpublish(StringeeVideoTrack, StatusListener)
Perform unpublish. |
void |
void subscribe(StringeeVideoTrack, Options, StatusListener)
Perform subscribe. |
void |
void unsubscribe(StringeeVideoTrack, StatusListener)
Perform unsubscribe. |
void |
void leave(boolean, StatusListener)
Perform leave. |
void |
void sendMessage(JSONObject, StatusListener)
Perform send message. |
String getId()
Return id.
boolean isRecorded()
Check whether recorded.
State getState()
Return state.
LocalParticipant getLocalParticipant()
Return local participant.
List getRemoteParticipants()
Return remote participants.
void addRemoteParticipant(RemoteParticipant)
Perform add remote participant.
void setListener(StringeeRoomListener)
Set listener.
void publish(StringeeVideoTrack, StatusListener)
Perform publish.
void publish(StringeeVideoTrack, Options,StatusListener)
Perform publish.
void unpublish(StringeeVideoTrack, StatusListener)
Perform unpublish.
void subscribe(StringeeVideoTrack, Options, StatusListener)
Perform subscribe.
void unsubscribe(StringeeVideoTrack, StatusListener)
Perform unsubscribe.
void leave(boolean, StatusListener)
Perform leave.
void sendMessage(JSONObject, StatusListener)
Perform send message.
Defines video room state values.
| Enum values | |
|---|---|
CONNECTING
|
Represents CONNECTING. |
CONNECTED
|
Represents CONNECTED. |
RECONNECTING
|
Represents RECONNECTING. |
DISCONNECTED
|
Represents DISCONNECTED. |
StringeeRoom.State.CONNECTING
Represents CONNECTING.
StringeeRoom.State.CONNECTED
Represents CONNECTED.
StringeeRoom.State.RECONNECTING
Represents RECONNECTING.
StringeeRoom.State.DISCONNECTED
Represents DISCONNECTED.