22#include "livekit/data_track_schema.h"
41 std::optional<DataTrackSchemaId>
schema;
Public API for the LiveKit C++ Client SDK.
Definition audio_frame.h:25
Metadata about a published data track.
Definition data_track_info.h:30
std::string sid
SFU-assigned track identifier.
Definition data_track_info.h:35
bool uses_e2ee
Whether frames on this track use end-to-end encryption.
Definition data_track_info.h:38
std::optional< DataTrackFrameEncoding > frame_encoding
Encoding of frames sent on the track, if specified.
Definition data_track_info.h:44
std::string name
Publisher-assigned track name (unique per publisher).
Definition data_track_info.h:32
std::optional< DataTrackSchemaId > schema
Schema associated with frames sent on the track, if any.
Definition data_track_info.h:41