Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingEncryptionController.h File 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. More...
 

Detailed Description

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 Type Documentation

◆ ZoomSDKEncryptionType

Enumeration of meeting encryption type.

Enumerator
ZoomSDKEncryptionType_None 

No encryption.

ZoomSDKEncryptionType_Enhanced 

Enhanced encryption.

ZoomSDKEncryptionType_E2EE 

End-to-end encryption (E2EE).

Definition at line 17 of file ZoomSDKMeetingEncryptionController.h.