Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingEncryptionController.h
Go to the documentation of this file.
1
2#import <Foundation/Foundation.h>
3#import <ZoomSDK/ZoomSDKErrors.h>
4
5NS_ASSUME_NONNULL_BEGIN
15
16
17@protocol ZoomSDKMeetingEncryptionDelegate <NSObject>
21- (void)onE2EEMeetingSecurityCodeChanged;
22@end
23
24
26@property(nonatomic,assign, nullable) id<ZoomSDKMeetingEncryptionDelegate> delegate;
27
33
38- (NSString*_Nullable)getE2EEMeetingSecurityCode;
39
45
52
57- (unsigned int)getUnencryptedExceptionCount;
58
63- (NSString*_Nullable)getUnencryptedExceptionInfo;
64@end
65NS_ASSUME_NONNULL_END
ZoomSDKEncryptionType
Type of meeting encryption.
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,.