LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
Loading...
Searching...
No Matches
livekit::ParticipantMetadataChangedEvent Struct Reference

Fired when a participant's metadata is updated. More...

#include <room_event_types.h>

Collaboration diagram for livekit::ParticipantMetadataChangedEvent:

Public Attributes

Participantparticipant = nullptr
 Participant whose metadata changed (owned by Room).
 
std::string old_metadata
 Old metadata value.
 
std::string new_metadata
 New metadata value.
 

Detailed Description

Fired when a participant's metadata is updated.


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