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
27
32@protocol ZoomSDKMeetingEncryptionDelegate <NSObject>
36- (void)onE2EEMeetingSecurityCodeChanged;
37@end
38
44
48@property(nonatomic,assign, nullable) id<ZoomSDKMeetingEncryptionDelegate> delegate;
49
55
60- (NSString*_Nullable)getE2EEMeetingSecurityCode;
61
67
74
79- (unsigned int)getUnencryptedExceptionCount;
80
85- (NSString*_Nullable)getUnencryptedExceptionInfo;
86@end
87NS_ASSUME_NONNULL_END
ZoomSDKEncryptionType
Enumeration of meeting encryption type. For more information, please visit https://support....
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,.