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

Public Attributes | |
| RemoteParticipant * | participant = nullptr |
| DisconnectReason | reason = DisconnectReason::Unknown |
Fired when a remote participant leaves the room.
| RemoteParticipant* livekit::ParticipantDisconnectedEvent::participant = nullptr |
The participant that disconnected (owned by Room).
| DisconnectReason livekit::ParticipantDisconnectedEvent::reason = DisconnectReason::Unknown |
Reason for the disconnect, if known.