|
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 unsubscribed.
| RemoteParticipant* livekit::TrackUnsubscribedEvent::participant = nullptr |
Remote participant who owns the track (owned by Room).
| std::shared_ptr<RemoteTrackPublication> livekit::TrackUnsubscribedEvent::publication |
Publication associated with the track.