audio_track_removed
Module: SDK Event Types
Emitted when an audio track is removed and no longer received.
#include <media_engine.h>
Public Attributes
struct dolbyio::comms::audio_track_removed;
Public Attributes Documentation
variable track_id
std::string track_id;
The ID of the video track.
variable stream_id
std::string stream_id;
The ID of the stream to which the audio track belonged.
variable remote
bool remote;
variable peer_id
std::string peer_id;
The ID of the participant to whom the audio track belonged.
Updated 3 months ago
Did this page help you?