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

#include <room_event_types.h>

Collaboration diagram for livekit::ParticipantMetadataChangedEvent:

Public Attributes

Participantparticipant = nullptr
 
std::string old_metadata
 
std::string new_metadata
 

Detailed Description

Fired when a participant's metadata is updated.

Member Data Documentation

◆ new_metadata

std::string livekit::ParticipantMetadataChangedEvent::new_metadata

New metadata value.

◆ old_metadata

std::string livekit::ParticipantMetadataChangedEvent::old_metadata

Old metadata value.

◆ participant

Participant* livekit::ParticipantMetadataChangedEvent::participant = nullptr

Participant whose metadata changed (owned by Room).


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