Meeting SDK for macOS API Reference
|
#include <ZoomSDK.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - initSDKWithParams: |
This method is used to initialize Zoom SDK. | |
(void) | - unInitSDK |
This method is used to uninitialize Zoom SDK. | |
(ZoomSDKAuthService *) | - getAuthService |
Get the default authentication service. | |
(ZoomSDKMeetingService *_Nullable) | - getMeetingService |
Get the default meeting service. | |
(ZoomSDKSettingService *_Nullable) | - getSettingService |
Get the default meeting service. | |
(ZoomSDKPremeetingService *_Nullable) | - getPremeetingService |
Get the default pre-meeting service. | |
(ZoomSDKNetworkService *_Nullable) | - getNetworkService |
Get the default Network service. | |
(ZoomSDKRawDataController *_Nullable) | - getRawDataController |
Get object of controller ZoomSDKRawDataController. | |
(ZoomSDKReminderController *_Nullable) | - getReminderHelper |
Get object of controller ZoomSDKDisclaimerController. | |
(ZoomSDKMeetingSmartSummaryController *_Nullable) | - getMeetingSmartSummaryController |
Get object of controller ZoomSDKMeetingSmartSummaryController. | |
(NSString *_Nullable) | - getSDKVersionNumber |
Get the serial number of SDK version. | |
(ZoomSDKError) | - switchDomain:force: |
Switch to the new domain of the App. | |
Class Methods | |
(ZoomSDK *) | + sharedSDK |
The sharedSDK will be instantiated only once over the lifespan of the application. Configure the client with the specified key and secret. | |
Properties | |
BOOL | enableRawdataIntermediateMode |
ZoomSDKRawDataMemoryMode | videoRawDataMode |
ZoomSDKRawDataMemoryMode | shareRawDataMode |
ZoomSDKRawDataMemoryMode | audioRawDataMode |
- (ZoomSDKAuthService *) getAuthService |
Get the default authentication service.
- (ZoomSDKMeetingService *_Nullable) getMeetingService |
Get the default meeting service.
- (ZoomSDKMeetingSmartSummaryController *_Nullable) getMeetingSmartSummaryController |
Get object of controller ZoomSDKMeetingSmartSummaryController.
- (ZoomSDKNetworkService *_Nullable) getNetworkService |
Get the default Network service.
- (ZoomSDKPremeetingService *_Nullable) getPremeetingService |
Get the default pre-meeting service.
- (ZoomSDKRawDataController *_Nullable) getRawDataController |
Get object of controller ZoomSDKRawDataController.
- (ZoomSDKReminderController *_Nullable) getReminderHelper |
Get object of controller ZoomSDKDisclaimerController.
- (NSString *_Nullable) getSDKVersionNumber |
Get the serial number of SDK version.
- (ZoomSDKSettingService *_Nullable) getSettingService |
Get the default meeting service.
- (ZoomSDKError) initSDKWithParams: | (ZoomSDKInitParams *) | initParams |
This method is used to initialize Zoom SDK.
initParams | Specify the init params. |
+ (ZoomSDK *) sharedSDK |
The sharedSDK will be instantiated only once over the lifespan of the application. Configure the client with the specified key and secret.
- (ZoomSDKError) switchDomain: | (NSString *) | newDomain | |
force: | (BOOL) | force |
Switch to the new domain of the App.
newDomain | The new domain user want to switch to. |
- (void) unInitSDK |
This method is used to uninitialize Zoom SDK.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readwritenonatomicassign |