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

Public Attributes | |
| Participant * | participant = nullptr |
| std::shared_ptr< TrackPublication > | publication |
Fired when a track is muted.
| Participant* livekit::TrackMutedEvent::participant = nullptr |
Local or remote participant who owns the track (owned by Room).
| std::shared_ptr<TrackPublication> livekit::TrackMutedEvent::publication |
Publication that was muted.