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

#include <room_event_types.h>

Collaboration diagram for livekit::ParticipantAttributesChangedEvent:

Public Attributes

Participantparticipant = nullptr
 
std::vector< AttributeEntrychanged_attributes
 

Detailed Description

Fired when a participant's attributes change.

Member Data Documentation

◆ changed_attributes

std::vector<AttributeEntry> livekit::ParticipantAttributesChangedEvent::changed_attributes

Set of attributes that changed (key/value pairs).

◆ participant

Participant* livekit::ParticipantAttributesChangedEvent::participant = nullptr

Participant whose attributes changed (owned by Room).


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