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

Public Attributes | |
| Participant * | participant = nullptr |
| bool | is_encrypted = false |
Fired when a participant's encryption status changes.
| bool livekit::ParticipantEncryptionStatusChangedEvent::is_encrypted = false |
True if the participant is now fully encrypted.
| Participant* livekit::ParticipantEncryptionStatusChangedEvent::participant = nullptr |
Participant whose encryption status changed (owned by Room).