E2EEState
enum E2EEState
Represents the end-to-end encryption state of a media stream.
Listen for E2EE state changes on a participant using onE2eeStateChanged.
See also
ParticipantEventListener.onE2eeStateChanged()
Entries
Link copied to clipboard
The outgoing stream was successfully encrypted.
Link copied to clipboard
The incoming stream was successfully decrypted.
Link copied to clipboard
Encryption of the outgoing stream failed.
Link copied to clipboard
Decryption of the incoming stream failed (e.g., key mismatch).
Link copied to clipboard
An internal error occurred in the E2EE subsystem.