Meeting SDK for macOS API 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< ZoomSDKMeetingEncryptionDelegate > | delegate |
Definition at line 25 of file ZoomSDKMeetingEncryptionController.h.
- (NSString *_Nullable) getE2EEMeetingSecurityCode |
Get E2EE meeting security code.
- (unsigned int) getE2EEMeetingSecurityCodePassedSeconds |
Get security code passed seconds.
- (ZoomSDKEncryptionType) getEncryptionType |
Get meeting encryption type.
- (unsigned int) getUnencryptedExceptionCount |
Get unencrypted exception count.
- (NSString *_Nullable) getUnencryptedExceptionInfo |
Get unencrypted exception info.
- (BOOL) isUnencryptedExceptionDataValid |
Determine whether unencrypted exception data is valid,.
|
readwritenonatomicassign |
Definition at line 26 of file ZoomSDKMeetingEncryptionController.h.