|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
Public Member Functions | |
| FrameCryptor (std::uint64_t room_handle, std::string participant_identity, int key_index, bool enabled) | |
| FrameCryptor (const FrameCryptor &)=delete | |
| FrameCryptor & | operator= (const FrameCryptor &)=delete |
| FrameCryptor (FrameCryptor &&) noexcept=default | |
| FrameCryptor & | operator= (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. | |