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

#include <room_event_types.h>

Collaboration diagram for livekit::TrackMutedEvent:

Public Attributes

Participantparticipant = nullptr
 
std::shared_ptr< TrackPublicationpublication
 

Detailed Description

Fired when a track is muted.

Member Data Documentation

◆ participant

Participant* livekit::TrackMutedEvent::participant = nullptr

Local or remote participant who owns the track (owned by Room).

◆ publication

std::shared_ptr<TrackPublication> livekit::TrackMutedEvent::publication

Publication that was muted.


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