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

#include <room_event_types.h>

Collaboration diagram for livekit::ParticipantEncryptionStatusChangedEvent:

Public Attributes

Participantparticipant = nullptr
 
bool is_encrypted = false
 

Detailed Description

Fired when a participant's encryption status changes.

Member Data Documentation

◆ is_encrypted

bool livekit::ParticipantEncryptionStatusChangedEvent::is_encrypted = false

True if the participant is now fully encrypted.

◆ participant

Participant* livekit::ParticipantEncryptionStatusChangedEvent::participant = nullptr

Participant whose encryption status changed (owned by Room).


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