![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
|
Participant represents one conference client in a conference room. More...
#include <owt/conference/conferenceclient.h>
Public Member Functions | |
Participant (std::string id, std::string role, std::string user_id) | |
void | AddObserver (ParticipantObserver &observer) |
Add an observer for pariticipant. | |
void | RemoveObserver (ParticipantObserver &observer) |
Remove an observer for participant. | |
std::string | Id () const |
Get the participant's ID. | |
std::string | Role () const |
Get the participant's role. | |
std::string | UserId () const |
Get the participant's user id. | |
Participant represents one conference client in a conference room.