3#import <ZoomSDK/ZoomSDKErrors.h>
6#import <ZoomSDK/ZoomSDKAuthService.h>
9#import <ZoomSDK/ZoomSDKMeetingService.h>
12#import <ZoomSDK/ZoomSDKSettingService.h>
15#import <ZoomSDK/ZoomSDKPremeetingService.h>
18#import <ZoomSDK/ZoomSDKNetworkService.h>
21#import <ZoomSDK/ZoomSDKVideoContainer.h>
24#import <ZoomSDK/ZoomSDKShareContainer.h>
25#import <ZoomSDK/ZoomSDKRawDataVideoSourceController.h>
26#import <ZoomSDK/ZoomSDKRawDataController.h>
27#import <ZoomSDK/ZoomSDKRawDataShareSourceController.h>
28#import <ZoomSDK/ZoomSDKRawDataAudioSourceController.h>
29#import <ZoomSDK/ZoomSDKReminderController.h>
30#import <ZoomSDK/ZoomSDKMeetingSmartSummaryController.h>
32NS_ASSUME_NONNULL_BEGIN
62@property (assign, nonatomic) BOOL needCustomizedUI;
63@property (assign, nonatomic) BOOL enableLog;
64@property (assign, nonatomic)
int logFileSize;
66@property (retain, nonatomic, nullable) NSString *preferedLanguage;
67@property (retain, nonatomic, nullable) NSString *customLocalizationFileName;
68@property (retain, nonatomic, nullable) NSString *customLocalizationFilePath;
69@property (assign, nonatomic)
int wrapperType;
70@property (retain, nonatomic, nullable) NSString *zoomDomain;
75- (NSArray*)getLanguageArray;
92@property (assign, nonatomic) BOOL enableRawdataIntermediateMode;
169- (NSString*_Nullable)getSDKVersionNumber;
176- (
ZoomSDKError)switchDomain:(NSString*)newDomain force:(BOOL)force;
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKRawDataMemoryMode
Enumeration of memory modes for raw data handling.
Callback event of ZOOM SDK authorization. Authorize Zoom SDK and the custom application with the key/...
ZoomSDKReminderController * _reminderController
ZoomSDKRawDataMemoryMode _shareRawDataMode
ZoomSDKNetworkService * _networkService
ZoomSDKRawDataMemoryMode _audioRawDataMode
ZoomSDKRawDataMemoryMode _videoRawDataMode
ZoomSDKPremeetingService * _premeetingService
ZoomSDKAuthService * _authService
ZoomSDKSettingService * _settingService
ZoomSDKMeetingService * _meetingService
NSString * _preferedLanguage
NSString * _customLocalizationFilePath
NSString * _customLocalizationFileName
It is an implementation for client to start/join a Meeting.