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

#include <room_event_types.h>

Collaboration diagram for livekit::TrackUnmutedEvent:

Public Attributes

Participantparticipant = nullptr
 
std::shared_ptr< TrackPublicationpublication
 

Detailed Description

Fired when a track is unmuted.

Member Data Documentation

◆ participant

Participant* livekit::TrackUnmutedEvent::participant = nullptr

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

◆ publication

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

Publication that was unmuted.


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