Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Encryption.h
Go to the documentation of this file.
1//
2// MobileRTCMeetingService+AppShare.h
3// MobileRTC
4//
5// Created by Zoom Communications on 2017/2/27.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <MobileRTC/MobileRTC.h>
10
14@interface MobileRTCMeetingService (Encryption)
20
25- (NSString* _Nullable)getE2EEMeetingSecurityCode;
26
32
39
44- (unsigned int)getUnencryptedExceptionCount;
45
50- (NSString* _Nonnull)getUnencryptedExceptionInfo;
51
56- (NSString* _Nonnull)getInMeetingDataCenterInfo;
57
58@end
MobileRTCMeetingEncryptionType
Type of meeting encryption.
unsigned int getE2EEMeetingSecurityCodePassedSeconds()
Get security code passed seconds.
BOOL isUnencryptedExceptionDataValid()
Determine whether unencrypted exception data is valid,.
MobileRTCMeetingEncryptionType getEncryptionType()
Get meeting encryption type.
unsigned int getUnencryptedExceptionCount()
Get unencrypted exception count.
NSString *_Nonnull getInMeetingDataCenterInfo()
Get data center info.
NSString *_Nonnull getUnencryptedExceptionInfo()
Get unencrypted exception info.
NSString *_Nullable getE2EEMeetingSecurityCode()
Get E2EE meeting security code.