video_track_removed
Module: SDK Event Types
Event indicates that a video track is no longer being received.
#include <media_engine.h>
Public Attributes
Name | |
---|---|
std::string | track_id |
std::string | stream_id |
std::string | sdp_track_id |
bool | remote |
std::string | peer_id |
bool | is_screenshare |
bool | capturer_status |
struct dolbyio::comms::video_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 video track belonged.
variable sdp_track_id
std::string sdp_track_id;
The ID of the track in the SDP matching the sender side.
variable remote
bool remote;
variable peer_id
std::string peer_id;
The ID of the participant to whom the track belonged.
variable is_screenshare
bool is_screenshare = false;
A boolean that indicates whether the video track was a screen share track.
variable capturer_status
bool capturer_status = false;
A boolean that indicates whether there was a sink attached to the video track.
Updated 3 months ago
Did this page help you?