isE2eeEnabled

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")
}

Return

true if E2EE is enabled, false otherwise