Intel® Collaboration Suite for WebRTC  version 4.3
Open WebRTC Toolkit (OWT) Client SDK for Android*
ConferenceClient.ConferenceClientObserver Interface Reference

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.
 

Detailed Description

Interface for observing conference client events.

Member Function Documentation

void onMessageReceived ( String  message,
String  from,
String  to 
)

Called upon receiving a message.

Parameters
messagemessage received.
fromid of the message sender.
toreceiver of this message, values: 'all', 'me'.
void onParticipantJoined ( Participant  participant)

Called upon a Participant joins the conference.

Parameters
participantParticipant joins the conference.

Here is the caller graph for this function:

void onStreamAdded ( RemoteStream  remoteStream)

Called upon a RemoteStream gets added to the conference.

Parameters
remoteStreamRemoteStream added.

Here is the caller graph for this function: