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

#include <room_event_types.h>

Public Attributes

std::shared_ptr< RemoteDataTracktrack
 

Detailed Description

Fired when a participant publishes a data track.

Data tracks are independent of the audio/video track hierarchy. The application must call RemoteDataTrack::subscribe() to start receiving frames.

Member Data Documentation

◆ track

std::shared_ptr<RemoteDataTrack> livekit::DataTrackPublishedEvent::track

The newly published remote data track.


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