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

Fired when a participant publishes a data track. More...

#include <room_event_types.h>

Public Attributes

std::shared_ptr< RemoteDataTracktrack
 The newly published remote data track.
 

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.


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