active_speaker_change
Module: Conference Service
Emitted whenever the active speaker changes. An empty list of speakers indicates that there is no active speaker.
#include <conference.h>
Public Attributes
Name | |
---|---|
std::string | conference_id |
std::vector< std::string > | active_speakers |
struct dolbyio::comms::active_speaker_change;
Public Attributes Documentation
variable conference_id
std::string conference_id;
The unique identifier for the current conference.
variable active_speakers
std::vector< std::string > active_speakers;
The list of all active speakers.
Updated 3 months ago
Did this page help you?