|
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 unmuted.
| Participant* livekit::TrackUnmutedEvent::participant = nullptr |
Local or remote participant who owns the track (owned by Room).
| std::shared_ptr<TrackPublication> livekit::TrackUnmutedEvent::publication |
Publication that was unmuted.