10#import <ZoomSDK/ZoomSDKErrors.h>
11#import <ZoomSDK/ZoomSDKAuthService.h>
12#import <ZoomSDK/ZoomSDKMeetingService.h>
13#import <ZoomSDK/ZoomSDKSettingService.h>
14#import <ZoomSDK/ZoomSDKPremeetingService.h>
15#import <ZoomSDK/ZoomSDKNetworkService.h>
16#import <ZoomSDK/ZoomSDKVideoContainer.h>
17#import <ZoomSDK/ZoomSDKShareContainer.h>
18#import <ZoomSDK/ZoomSDKRawDataVideoSourceController.h>
19#import <ZoomSDK/ZoomSDKRawDataController.h>
20#import <ZoomSDK/ZoomSDKRawDataShareSourceController.h>
21#import <ZoomSDK/ZoomSDKRawDataAudioSourceController.h>
22#import <ZoomSDK/ZoomSDKReminderController.h>
23#import <ZoomSDK/ZoomSDKMeetingSmartSummaryController.h>
25NS_ASSUME_NONNULL_BEGIN
56@property (assign, nonatomic) BOOL needCustomizedUI;
60@property (assign, nonatomic) BOOL enableLog;
64@property (assign, nonatomic)
int logFileSize;
73@property (retain, nonatomic, nullable) NSString *preferedLanguage;
77@property (retain, nonatomic, nullable) NSString *customLocalizationFileName;
81@property (retain, nonatomic, nullable) NSString *customLocalizationFilePath;
85@property (assign, nonatomic)
int wrapperType;
89@property (retain, nonatomic, nullable) NSString *zoomDomain;
94- (NSArray*)getLanguageArray;
117@property (assign, nonatomic) BOOL enableRawdataIntermediateMode;
204- (NSString*_Nullable)getSDKVersionNumber;
212- (
ZoomSDKError)switchDomain:(NSString*)newDomain force:(BOOL)force;
ZoomSDKLocale
Enumerates of supported SDK locales.
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKRawDataMemoryMode
Enumeration of memory modes for raw data handling.
Provides APIs to authorize the Zoom SDK and manage login/logout.
Singleton class to access and manage all major Zoom SDK services.
ZoomSDKReminderController * _reminderController
ZoomSDKRawDataMemoryMode _shareRawDataMode
ZoomSDKNetworkService * _networkService
ZoomSDKRawDataMemoryMode _audioRawDataMode
ZoomSDKRawDataMemoryMode _videoRawDataMode
ZoomSDKPremeetingService * _premeetingService
ZoomSDKAuthService * _authService
ZoomSDKSettingService * _settingService
ZoomSDKMeetingService * _meetingService
The configuration object used to initialize the Zoom SDK.
NSString * _preferedLanguage
NSString * _customLocalizationFilePath
NSString * _customLocalizationFileName
It is an implementation for client to start/join a Meeting.
This class provides interfaces to manage and control the smart summary feature in meetings.
Network service interface for configuring proxies and handling SSL verification.
Service class for pre-meeting settings and direct share helper.
Controller for managing raw data helpers and sources.
Provides access to various Zoom SDK settings modules.