|
Meeting SDK for macOS API 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< ZoomSDKMeetingEncryptionDelegate > | delegate |
| The delegate object to receive encryption events. | |
Zoom SDK meeting encryption controller.
Definition at line 43 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 |
The delegate object to receive encryption events.
Definition at line 48 of file ZoomSDKMeetingEncryptionController.h.