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

#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
 

Detailed Description

Definition at line 25 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
YES means the immersive view is active. Otherwise NO.

◆ 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

Definition at line 26 of file ZoomSDKMeetingEncryptionController.h.