|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
#include <data_track_info.h>
Public Attributes | |
| std::string | name |
| std::string | sid |
| bool | uses_e2ee = false |
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.
| std::string livekit::DataTrackInfo::name |
Publisher-assigned track name (unique per publisher).
| std::string livekit::DataTrackInfo::sid |
SFU-assigned track identifier.
| bool livekit::DataTrackInfo::uses_e2ee = false |
Whether frames on this track use end-to-end encryption.