22#include "livekit/data_track_schema.h"
37 std::optional<DataTrackSchemaId>
schema;
Public API for the LiveKit C++ Client SDK.
Definition audio_frame.h:25
Options for publishing a data track.
Definition data_track_options.h:30
std::string name
Track name used to identify the track to other participants.
Definition data_track_options.h:34
std::optional< DataTrackFrameEncoding > frame_encoding
Encoding of frames sent on the track, if any.
Definition data_track_options.h:40
std::optional< DataTrackSchemaId > schema
Schema describing frames sent on the track, if any.
Definition data_track_options.h:37