Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingEncryptionController Class Reference

Zoom SDK meeting encryption controller. More...

#include <ZoomSDKMeetingEncryptionController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKEncryptionType- getEncryptionType
 Get meeting encryption type.
 
(NSString *_Nullable) - getE2EEMeetingSecurityCode
 Get E2EE meeting security code.
 
(unsigned int) - getE2EEMeetingSecurityCodePassedSeconds
 Get security code passed seconds.
 
(BOOL) - isUnencryptedExceptionDataValid
 Determine whether unencrypted exception data is valid,.
 
(unsigned int) - getUnencryptedExceptionCount
 Get unencrypted exception count.
 
(NSString *_Nullable) - getUnencryptedExceptionInfo
 Get unencrypted exception info.
 

Properties

id< ZoomSDKMeetingEncryptionDelegatedelegate
 The delegate object to receive encryption events.
 

Detailed Description

Zoom SDK meeting encryption controller.

Definition at line 42 of file ZoomSDKMeetingEncryptionController.h.

Method Documentation

◆ getE2EEMeetingSecurityCode

- (NSString *_Nullable) getE2EEMeetingSecurityCode

Get E2EE meeting security code.

Returns
If the function succeeds, it will return 40-digit security code. Otherwise failed.

◆ getE2EEMeetingSecurityCodePassedSeconds

- (unsigned int) getE2EEMeetingSecurityCodePassedSeconds

Get security code passed seconds.

Returns
If the function succeeds, it will return the time the security code exists, in seconds. Otherwise failed.

◆ getEncryptionType

- (ZoomSDKEncryptionType) getEncryptionType

Get meeting encryption type.

Returns
The encryption type.

◆ getUnencryptedExceptionCount

- (unsigned int) getUnencryptedExceptionCount

Get unencrypted exception count.

Returns
If the function succeeds, it will return the unencrypted exception count. Otherwise failed.

◆ getUnencryptedExceptionInfo

- (NSString *_Nullable) getUnencryptedExceptionInfo

Get unencrypted exception info.

Returns
If the function succeeds, it will return unencrypted exception details. Otherwise failed.

◆ isUnencryptedExceptionDataValid

- (BOOL) isUnencryptedExceptionDataValid

Determine whether unencrypted exception data is valid,.

Returns
YES means unencrypted exception data is valid.
Note
This method can only be called when the encryption type is ZoomSDKEncryptionType_Enhanced.

Property Documentation

◆ delegate

- (id<ZoomSDKMeetingEncryptionDelegate>) delegate
readwritenonatomicassign

The delegate object to receive encryption events.

Definition at line 47 of file ZoomSDKMeetingEncryptionController.h.