SDK Event Types
The SDK Event Types group gathers all event types for the Server C++ SDK.
Classes
Name | |
---|---|
struct | dolbyio::comms::video_track_removed Event indicates that a video track is no longer being received. |
struct | dolbyio::comms::video_track_added Emitted when a new video track is received. |
class | dolbyio::comms::signaling_channel_exception The class that describes IO errors that occur on the signaling WebSocket. The user can also set a listener for this exception object using sdk::add_event_handler to emitted the event whenever a signaling error occurs. |
struct | dolbyio::comms::participant_updated Emitted when a participant changes status. |
struct | dolbyio::comms::participant_added Emitted when a participant successfully joins the conference. |
class | dolbyio::comms::invalid_token_exception The class that describes the rejected REST API requests caused by an invalid access token. The user can also set a listener for this exception object using sdk::add_event_handler. In such a case, the event will be emitted whenever a signaling error occurs. |
struct | dolbyio::comms::conference_status_updated Emitted whenever conference status changes. |
struct | dolbyio::comms::conference_message_received Emitted when a new message is received in the current conference. |
struct | dolbyio::comms::audio_track_removed Emitted when an audio track is removed and no longer received. |
struct | dolbyio::comms::audio_track_added Emitted when a new audio track is received. |
struct | dolbyio::comms::active_speaker_change Emitted whenever the active speaker changes. An empty list of speakers indicates that there is no active speaker. |
Updated 3 months ago
Did this page help you?