Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
meeting_inmeeting_encryption_interface.h File Reference

Meeting Service Encryption Interface Valid for both ZOOM style and user custom interface mode. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Data Structures

class  IMeetingEncryptionControllerEvent
 
class  IMeetingEncryptionController
 

Enumerations

enum  EncryptionType { EncryptionType_None , EncryptionType_Enhanced , EncryptionType_E2EE }
 

Detailed Description

Meeting Service Encryption Interface Valid for both ZOOM style and user custom interface mode.

Definition in file meeting_inmeeting_encryption_interface.h.

Enumeration Type Documentation

◆ EncryptionType

Enumerator
EncryptionType_None 

For initialization.

EncryptionType_Enhanced 

Meeting encryption type is Enhanced.

EncryptionType_E2EE 

Meeting encryption type is E2EE.

Definition at line 22 of file meeting_inmeeting_encryption_interface.h.

23{
27};
@ EncryptionType_Enhanced
Meeting encryption type is Enhanced.
@ EncryptionType_E2EE
Meeting encryption type is E2EE.
@ EncryptionType_None
For initialization.