Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.InMeetingEncryptionController Interface Reference

Data Structures

interface  InMeetingEncryptionControllerListener
 

Public Member Functions

void addListener (InMeetingEncryptionControllerListener listener)
 Register a listener for meeting encryption callback.
 
void removeListener (InMeetingEncryptionControllerListener listener)
 Unregister the listener.
 
EncryptionType getEncryptionType ()
 Get meeting encryption type.
 
String getE2EEMeetingSecurityCode ()
 get E2EE meeting security code
 
int getE2EEMeetingSecurityCodePassedSeconds ()
 Returns the time the security code exists, in seconds.
 
boolean isUnencryptedExceptionDataValid ()
 Determine whether unencrypted exception data such as getUnencryptedExceptionCount() and getUnencryptedExceptionInfo() is valid This method can only be called when the encryption type is EncryptionType.Enhanced.
 
int getUnencryptedExceptionCount ()
 Returns unencrypted exception count.
 
String getUnencryptedExceptionInfo ()
 Returns unencrypted exception details.
 

Detailed Description

Definition at line 5 of file InMeetingEncryptionController.java.

Member Function Documentation

◆ addListener()

void us.zoom.sdk.InMeetingEncryptionController.addListener ( InMeetingEncryptionControllerListener listener)

Register a listener for meeting encryption callback.

Parameters
listenerThe listener instance.

◆ getE2EEMeetingSecurityCode()

String us.zoom.sdk.InMeetingEncryptionController.getE2EEMeetingSecurityCode ( )

get E2EE meeting security code

Returns
40-digit security code

◆ getE2EEMeetingSecurityCodePassedSeconds()

int us.zoom.sdk.InMeetingEncryptionController.getE2EEMeetingSecurityCodePassedSeconds ( )

Returns the time the security code exists, in seconds.

◆ getEncryptionType()

EncryptionType us.zoom.sdk.InMeetingEncryptionController.getEncryptionType ( )

Get meeting encryption type.

Returns
encryption type.

◆ getUnencryptedExceptionCount()

int us.zoom.sdk.InMeetingEncryptionController.getUnencryptedExceptionCount ( )

Returns unencrypted exception count.

◆ getUnencryptedExceptionInfo()

String us.zoom.sdk.InMeetingEncryptionController.getUnencryptedExceptionInfo ( )

Returns unencrypted exception details.

◆ isUnencryptedExceptionDataValid()

boolean us.zoom.sdk.InMeetingEncryptionController.isUnencryptedExceptionDataValid ( )

Determine whether unencrypted exception data such as getUnencryptedExceptionCount() and getUnencryptedExceptionInfo() is valid This method can only be called when the encryption type is EncryptionType.Enhanced.

Returns
true means unencrypted exception data is valid.

◆ removeListener()

void us.zoom.sdk.InMeetingEncryptionController.removeListener ( InMeetingEncryptionControllerListener listener)

Unregister the listener.

Parameters
listenerThe listener instance