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

Public Attributes | |
| Participant * | participant = nullptr |
| std::vector< AttributeEntry > | changed_attributes |
Fired when a participant's attributes change.
| std::vector<AttributeEntry> livekit::ParticipantAttributesChangedEvent::changed_attributes |
Set of attributes that changed (key/value pairs).
| Participant* livekit::ParticipantAttributesChangedEvent::participant = nullptr |
Participant whose attributes changed (owned by Room).