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

#include <room_event_types.h>

Collaboration diagram for livekit::E2eeStateChangedEvent:

Public Attributes

Participantparticipant = nullptr
 
EncryptionState state = EncryptionState::New
 

Detailed Description

Fired when a participant's E2EE state changes.

Member Data Documentation

◆ participant

Participant* livekit::E2eeStateChangedEvent::participant = nullptr

Local or remote participant whose state changed (owned by Room).

◆ state

EncryptionState livekit::E2eeStateChangedEvent::state = EncryptionState::New

New encryption state.


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