Intel® Collaboration Suite for WebRTC  version 4.3
Open WebRTC Toolkit (OWT) Client SDK for Android*
Participant Class Reference

Information of the participant in the conference. More...

Classes

interface  ParticipantObserver
 Interface for observing participant events. More...
 

Public Member Functions

void addObserver (ParticipantObserver observer)
 Add a ParticipantObserver. More...
 
void removeObserver (ParticipantObserver observer)
 Remove a ParticipantObserver. More...
 

Public Attributes

final String id
 Id of this Participant instance.
 
final String role
 Role of the participant.
 
final String userId
 User id of the participant.
 

Detailed Description

Information of the participant in the conference.

Member Function Documentation

void addObserver ( ParticipantObserver  observer)
inline

Add a ParticipantObserver.

Parameters
observerParticipantObserver to be added.
void removeObserver ( ParticipantObserver  observer)
inline

Remove a ParticipantObserver.

Parameters
observerParticipantObserver to be removed.