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

#include <room_event_types.h>

Collaboration diagram for livekit::ParticipantNameChangedEvent:

Public Attributes

Participantparticipant = nullptr
 
std::string old_name
 
std::string new_name
 

Detailed Description

Fired when a participant's name changes.

Member Data Documentation

◆ new_name

std::string livekit::ParticipantNameChangedEvent::new_name

New name.

◆ old_name

std::string livekit::ParticipantNameChangedEvent::old_name

Previous name.

◆ participant

Participant* livekit::ParticipantNameChangedEvent::participant = nullptr

Participant whose name changed (owned by Room).


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