|
LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
|
Fired when a participant publishes a data track. More...
#include <room_event_types.h>
Public Attributes | |
| std::shared_ptr< RemoteDataTrack > | track |
| The newly published remote data 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.