|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
#include <room_event_types.h>
Public Attributes | |
| std::shared_ptr< RemoteDataTrack > | track |
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.
| std::shared_ptr<RemoteDataTrack> livekit::DataTrackPublishedEvent::track |
The newly published remote data track.