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

Fired when a participant's name changes. More...

#include <room_event_types.h>

Collaboration diagram for livekit::ParticipantNameChangedEvent:

Public Attributes

Participantparticipant = nullptr
 Participant whose name changed (owned by Room).
 
std::string old_name
 Previous name.
 
std::string new_name
 New name.
 

Detailed Description

Fired when a participant's name changes.


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