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

#include <room_event_types.h>

Collaboration diagram for livekit::TrackUnpublishedEvent:

Public Attributes

std::shared_ptr< RemoteTrackPublicationpublication
 
RemoteParticipantparticipant = nullptr
 

Detailed Description

Fired when a remote participant unpublishes a track.

Member Data Documentation

◆ participant

RemoteParticipant* livekit::TrackUnpublishedEvent::participant = nullptr

Remote participant who owned this track (owned by Room).

◆ publication

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

Remote track publication that was removed.


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