Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService(Encryption) Category 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.
 

Detailed Description

Get encryption info of meeting.

Definition at line 14 of file MobileRTCMeetingService+Encryption.h.

Method Documentation

◆ getE2EEMeetingSecurityCode

- (NSString *_Nullable) getE2EEMeetingSecurityCode

Get E2EE meeting security code.

Returns
If the function succeeds, it will return 40-digit security code. Otherwise failed.

Extends class MobileRTCMeetingService.

◆ getE2EEMeetingSecurityCodePassedSeconds

- (unsigned int) getE2EEMeetingSecurityCodePassedSeconds

Get security code passed seconds.

Returns
If the function succeeds, it will return the time the security code exists, in seconds. Otherwise failed.

Extends class MobileRTCMeetingService.

◆ getEncryptionType

- (MobileRTCMeetingEncryptionType) getEncryptionType

Get meeting encryption type.

Returns
YES means the immersive view is active. Otherwise NO.

Extends class MobileRTCMeetingService.

◆ getInMeetingDataCenterInfo

- (NSString *_Nonnull) getInMeetingDataCenterInfo

Get data center info.

Returns
If the function succeeds, it will return data center details. Otherwise failed.

Extends class MobileRTCMeetingService.

◆ getUnencryptedExceptionCount

- (unsigned int) getUnencryptedExceptionCount

Get unencrypted exception count.

Returns
If the function succeeds, it will return the unencrypted exception count. Otherwise failed.

Extends class MobileRTCMeetingService.

◆ getUnencryptedExceptionInfo

- (NSString *_Nonnull) getUnencryptedExceptionInfo

Get unencrypted exception info.

Returns
If the function succeeds, it will return unencrypted exception details. Otherwise failed.

Extends class MobileRTCMeetingService.

◆ isUnencryptedExceptionDataValid

- (BOOL) isUnencryptedExceptionDataValid

Determine whether unencrypted exception data is valid,.

Note
This method can only be called when the encryption type is MobileRTCMeetingEncryptionType_Enhanced.
Returns
YES means unencrypted exception data is valid.

Extends class MobileRTCMeetingService.