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

#include <data_track_info.h>

Public Attributes

std::string name
 
std::string sid
 
bool uses_e2ee = false
 

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.

Member Data Documentation

◆ name

std::string livekit::DataTrackInfo::name

Publisher-assigned track name (unique per publisher).

◆ sid

std::string livekit::DataTrackInfo::sid

SFU-assigned track identifier.

◆ uses_e2ee

bool livekit::DataTrackInfo::uses_e2ee = false

Whether frames on this track use end-to-end encryption.


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