![]() |
Intel® Collaboration Suite for WebRTC
version 4.3
Open WebRTC Toolkit (OWT) Client SDK for Android*
|
Interface for observing conference client events. More...
Public Member Functions | |
void | onStreamAdded (RemoteStream remoteStream) |
Called upon a RemoteStream gets added to the conference. More... | |
void | onParticipantJoined (Participant participant) |
Called upon a Participant joins the conference. More... | |
void | onMessageReceived (String message, String from, String to) |
Called upon receiving a message. More... | |
void | onServerDisconnected () |
Called upon server disconnected. | |
Interface for observing conference client events.
void onMessageReceived | ( | String | message, |
String | from, | ||
String | to | ||
) |
Called upon receiving a message.
message | message received. |
from | id of the message sender. |
to | receiver of this message, values: 'all', 'me'. |
void onParticipantJoined | ( | Participant | participant | ) |
Called upon a Participant joins the conference.
participant | Participant joins the conference. |
void onStreamAdded | ( | RemoteStream | remoteStream | ) |
Called upon a RemoteStream gets added to the conference.
remoteStream | RemoteStream added. |