LiveKit C++ SDK
Real-time audio/video SDK for C++
Loading...
Searching...
No Matches
livekit::TrackUnsubscribedEvent Struct Reference

#include <room_event_types.h>

Collaboration diagram for livekit::TrackUnsubscribedEvent:

Public Attributes

std::shared_ptr< Tracktrack
 
std::shared_ptr< RemoteTrackPublicationpublication
 
RemoteParticipantparticipant = nullptr
 

Detailed Description

Fired when a remote track is unsubscribed.

Member Data Documentation

◆ participant

RemoteParticipant* livekit::TrackUnsubscribedEvent::participant = nullptr

Remote participant who owns the track (owned by Room).

◆ publication

std::shared_ptr<RemoteTrackPublication> livekit::TrackUnsubscribedEvent::publication

Publication associated with the track.

◆ track

std::shared_ptr<Track> livekit::TrackUnsubscribedEvent::track

Track that was unsubscribed.


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