|
LiveKit C++ Client SDK v1.9.0
Real-time audio/video/data SDK for C++
|
Metadata about a published data track. More...
#include <data_track_info.h>
Public Attributes | |
| std::string | name |
| Publisher-assigned track name (unique per publisher). | |
| std::string | sid |
| SFU-assigned track identifier. | |
| bool | uses_e2ee = false |
| Whether frames on this track use end-to-end encryption. | |
| std::optional< DataTrackSchemaId > | schema |
| Schema associated with frames sent on the track, if any. | |
| std::optional< DataTrackFrameEncoding > | frame_encoding |
| Encoding of frames sent on the track, if specified. | |
Metadata about a published data track.
Unlike audio/video tracks, data tracks are not part of the Track class hierarchy. They carry their own lightweight info struct.