Meeting SDK for iOS API Reference
|
Get encryption info of meeting. More...
#include <MobileRTCMeetingService+Encryption.h>
Instance Methods | |
(MobileRTCMeetingEncryptionType) | - getEncryptionType |
Get meeting encryption type. | |
(NSString *_Nullable) | - getE2EEMeetingSecurityCode |
Get E2EE meeting security code. | |
(unsigned int) | - getE2EEMeetingSecurityCodePassedSeconds |
Get security code passed seconds. | |
(BOOL) | - isUnencryptedExceptionDataValid |
Determine whether unencrypted exception data is valid,. | |
(unsigned int) | - getUnencryptedExceptionCount |
Get unencrypted exception count. | |
(NSString *_Nonnull) | - getUnencryptedExceptionInfo |
Get unencrypted exception info. | |
(NSString *_Nonnull) | - getInMeetingDataCenterInfo |
Get data center info. | |
Get encryption info of meeting.
Definition at line 14 of file MobileRTCMeetingService+Encryption.h.
- (NSString *_Nullable) getE2EEMeetingSecurityCode |
Get E2EE meeting security code.
Extends class MobileRTCMeetingService.
- (unsigned int) getE2EEMeetingSecurityCodePassedSeconds |
Get security code passed seconds.
Extends class MobileRTCMeetingService.
- (MobileRTCMeetingEncryptionType) getEncryptionType |
Get meeting encryption type.
Extends class MobileRTCMeetingService.
- (NSString *_Nonnull) getInMeetingDataCenterInfo |
Get data center info.
Extends class MobileRTCMeetingService.
- (unsigned int) getUnencryptedExceptionCount |
Get unencrypted exception count.
Extends class MobileRTCMeetingService.
- (NSString *_Nonnull) getUnencryptedExceptionInfo |
Get unencrypted exception info.
Extends class MobileRTCMeetingService.
- (BOOL) isUnencryptedExceptionDataValid |
Determine whether unencrypted exception data is valid,.
Extends class MobileRTCMeetingService.