LiveKit C++ SDK
Real-time audio/video SDK for C++
Loading...
Searching...
No Matches
livekit::E2EEManager::FrameCryptor Class Reference

Public Member Functions

 FrameCryptor (std::uint64_t room_handle, std::string participant_identity, int key_index, bool enabled)
 
 FrameCryptor (const FrameCryptor &)=delete
 
FrameCryptoroperator= (const FrameCryptor &)=delete
 
 FrameCryptor (FrameCryptor &&) noexcept=default
 
FrameCryptoroperator= (FrameCryptor &&) noexcept=default
 
const std::string & participantIdentity () const
 
int keyIndex () const
 
bool enabled () const
 
void setEnabled (bool enabled)
 Enables or disables frame encryption/decryption for this participant.
 
void setKeyIndex (int key_index)
 Sets the active key index for this participant cryptor.
 

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