Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Encryption.h
Go to the documentation of this file.
6#import <MobileRTC/MobileRTC.h>
7
11@interface MobileRTCMeetingService (Encryption)
17
22- (NSString* _Nullable)getE2EEMeetingSecurityCode;
23
29
36
41- (unsigned int)getUnencryptedExceptionCount;
42
47- (NSString* _Nonnull)getUnencryptedExceptionInfo;
48
53- (NSString* _Nonnull)getInMeetingDataCenterInfo;
54
55@end
MobileRTCMeetingEncryptionType
Enumeration of meeting encryption types.
unsigned int getE2EEMeetingSecurityCodePassedSeconds()
Gets security code passed seconds.
BOOL isUnencryptedExceptionDataValid()
Determines whether unencrypted exception data is valid.
MobileRTCMeetingEncryptionType getEncryptionType()
Gets the meeting encryption type.
unsigned int getUnencryptedExceptionCount()
Gets unencrypted exception count.
NSString *_Nonnull getInMeetingDataCenterInfo()
Gets data center info.
NSString *_Nonnull getUnencryptedExceptionInfo()
Gets unencrypted exception info.
NSString *_Nullable getE2EEMeetingSecurityCode()
Gets E2EE meeting security code.