Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingEncryptionController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import us.zoom.core.interfaces.IListener;
4
void onE2EEMeetingSecurityCodeChanged()
This callback will be called when the security code changes.
void removeListener(InMeetingEncryptionControllerListener listener)
Unregister the listener.
String getUnencryptedExceptionInfo()
Returns unencrypted exception details.
void addListener(InMeetingEncryptionControllerListener listener)
Register a listener for meeting encryption callback.
EncryptionType getEncryptionType()
Get meeting encryption type.
int getE2EEMeetingSecurityCodePassedSeconds()
Returns the time the security code exists, in seconds.
int getUnencryptedExceptionCount()
Returns unencrypted exception count.
boolean isUnencryptedExceptionDataValid()
Determine whether unencrypted exception data such as getUnencryptedExceptionCount() and getUnencrypte...
String getE2EEMeetingSecurityCode()
get E2EE meeting security code