Meeting SDK for macOS API Reference
|
Zoom SDK meeting encryption controller interface. More...
import <Foundation/Foundation.h>
import <ZoomSDK/ZoomSDKErrors.h>
Go to the source code of this file.
Data Structures | |
protocol | <ZoomSDKMeetingEncryptionDelegate> |
Callback events for meeting encryption status. More... | |
class | ZoomSDKMeetingEncryptionController |
Zoom SDK meeting encryption controller. More... | |
Enumerations | |
enum | ZoomSDKEncryptionType { ZoomSDKEncryptionType_None , ZoomSDKEncryptionType_Enhanced , ZoomSDKEncryptionType_E2EE } |
Enumeration of meeting encryption type. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0065408#h_43255143224251715800543133. More... | |
Zoom SDK meeting encryption controller interface.
This file defines the ZoomSDKMeetingEncryptionController
interface and related protocols for managing meeting encryption, including E2EE (end-to-end encryption), enhanced encryption, and related security codes.
Definition in file ZoomSDKMeetingEncryptionController.h.
Enumeration of meeting encryption type. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0065408#h_43255143224251715800543133.
Enumerator | |
---|---|
ZoomSDKEncryptionType_None | No encryption. |
ZoomSDKEncryptionType_Enhanced | Enhanced encryption. |
ZoomSDKEncryptionType_E2EE | End-to-end encryption (E2EE). |
Definition at line 18 of file ZoomSDKMeetingEncryptionController.h.