is E2ee Enabled
This method can be used to check whether end-to-end encryption (E2EE) is enabled for the current meeting session.
Code Example:
if (meeting.isE2eeEnabled()) {
Log.d("Meeting", "E2EE is active")
}
Content copied to clipboard
Return
true if E2EE is enabled, false otherwise