Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingEncryptionController.h
Go to the documentation of this file.
1
9
10#import <Foundation/Foundation.h>
11#import <ZoomSDK/ZoomSDKErrors.h>
12
13NS_ASSUME_NONNULL_BEGIN
27
32@protocol ZoomSDKMeetingEncryptionDelegate <NSObject>
37@end
38
44
48@property(nonatomic,assign, nullable) id<ZoomSDKMeetingEncryptionDelegate> delegate;
49
55
60- (NSString*_Nullable)getE2EEMeetingSecurityCode;
61
67
74
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()
Gets unencrypted exception info.
unsigned int getUnencryptedExceptionCount()
Gets unencrypted exception count.
NSString *_Nullable getE2EEMeetingSecurityCode()
Gets E2EE meeting security code.
unsigned int getE2EEMeetingSecurityCodePassedSeconds()
Gets security code passed seconds.
ZoomSDKEncryptionType getEncryptionType()
Gets meeting encryption type.
BOOL isUnencryptedExceptionDataValid()
Determines whether unencrypted exception data is valid,.
void onE2EEMeetingSecurityCodeChanged()
This callback is called when the security code changes.