LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
Loading...
Searching...
No Matches
livekit::DataTrackInfo Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: