![]() |
Intel® Collaboration Suite for WebRTC
version 4.3
Open WebRTC Toolkit (OWT) Client SDK for Android*
|
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. | |
Information of the participant in the conference.
|
inline |
Add a ParticipantObserver.
observer | ParticipantObserver to be added. |
|
inline |
Remove a ParticipantObserver.
observer | ParticipantObserver to be removed. |