2#import <Foundation/Foundation.h>
3#import <ZoomSDK/ZoomSDKErrors.h>
17@protocol ZoomSDKMeetingEncryptionDelegate <NSObject>
21- (void)onE2EEMeetingSecurityCodeChanged;
26@property(nonatomic,assign, nullable) id<ZoomSDKMeetingEncryptionDelegate>
delegate;
ZoomSDKEncryptionType
Type of meeting encryption.
@ ZoomSDKEncryptionType_None
@ ZoomSDKEncryptionType_E2EE
@ ZoomSDKEncryptionType_Enhanced
id< ZoomSDKMeetingEncryptionDelegate > delegate
NSString *_Nullable getUnencryptedExceptionInfo()
Get unencrypted exception info.
unsigned int getUnencryptedExceptionCount()
Get unencrypted exception count.
NSString *_Nullable getE2EEMeetingSecurityCode()
Get E2EE meeting security code.
unsigned int getE2EEMeetingSecurityCodePassedSeconds()
Get security code passed seconds.
ZoomSDKEncryptionType getEncryptionType()
Get meeting encryption type.
BOOL isUnencryptedExceptionDataValid()
Determine whether unencrypted exception data is valid,.