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

Public Attributes | |
| Participant * | participant = nullptr |
| EncryptionState | state = EncryptionState::New |
Fired when a participant's E2EE state changes.
| Participant* livekit::E2eeStateChangedEvent::participant = nullptr |
Local or remote participant whose state changed (owned by Room).
| EncryptionState livekit::E2eeStateChangedEvent::state = EncryptionState::New |
New encryption state.