Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingEncryptionController.h
Go to the documentation of this file.
1
10#import <Foundation/Foundation.h>
11#import <ZoomSDK/ZoomSDKErrors.h>
12
13NS_ASSUME_NONNULL_BEGIN
26
31@protocol ZoomSDKMeetingEncryptionDelegate <NSObject>
35- (void)onE2EEMeetingSecurityCodeChanged;
36@end
37
43
47@property(nonatomic,assign, nullable) id<ZoomSDKMeetingEncryptionDelegate> delegate;
48
54
59- (NSString*_Nullable)getE2EEMeetingSecurityCode;
60
66
73
78- (unsigned int)getUnencryptedExceptionCount;
79
84- (NSString*_Nullable)getUnencryptedExceptionInfo;
85@end
86NS_ASSUME_NONNULL_END
ZoomSDKEncryptionType
Enumeration of meeting encryption type.
Zoom SDK meeting encryption controller.
id< ZoomSDKMeetingEncryptionDelegate > delegate
The delegate object to receive encryption events.
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,.