video_track_added
Module: SDK Event Types
Emitted when a new video track is 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_added;
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 belongs.
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 video track belongs.
variable is_screenshare
bool is_screenshare = false;
A boolean that indicates whether the video track is a screen share track.
variable capturer_status
bool capturer_status = false;
A boolean that indicates whether there is a sink attached to the video track.
Updated 3 months ago
Did this page help you?