|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
#include <room_event_types.h>

Public Attributes | |
| std::shared_ptr< Track > | track |
| std::shared_ptr< RemoteTrackPublication > | publication |
| RemoteParticipant * | participant = nullptr |
Fired when a remote track is successfully subscribed.
| RemoteParticipant* livekit::TrackSubscribedEvent::participant = nullptr |
Remote participant who owns the track (owned by Room).
| std::shared_ptr<RemoteTrackPublication> livekit::TrackSubscribedEvent::publication |
Publication associated with the track.
| std::shared_ptr<Track> livekit::TrackSubscribedEvent::track |
Subscribed remote track.