iOS API
|
MobileRTCSDKInitContext. More...
#import <MobileRTC.h>
Properties | |
NSString *_Nullable | domain |
[Required] domain The domain is used to start/join a ZOOM meeting. | |
BOOL | enableLog |
[Optional] enableLog Set MobileRTC log enable or not. The path of Log: Sandbox/AppData/tmp/ | |
NSString *_Nullable | bundleResPath |
[Optional] bundleResPath Set the path of MobileRTC resource bundle. | |
MobileRTC_ZoomLocale | locale |
[Optional] Locale fo Customer. | |
MobileRTCRawDataMemoryMode | videoRawdataMemoryMode |
[Optional] The video rawdata memory mode. Default is MobileRTCRawDataMemoryModeStack, only for rawdataUI. | |
MobileRTCRawDataMemoryMode | shareRawdataMemoryMode |
[Optional] The share rawdata memory mode. Default is MobileRTCRawDataMemoryModeStack, only for rawdataUI. | |
MobileRTCRawDataMemoryMode | audioRawdataMemoryMode |
[Optional] The audio rawdata memory mode. Default is MobileRTCRawDataMemoryModeStack, only for rawdataUI. | |
NSString *_Nullable | appGroupId |
[Optional] If you use screen share, you need create group id in your apple developer account, and setup here. | |