Meeting SDK for macOS API Reference
|
Singleton class to access and manage all major Zoom SDK services. More...
#include <ZoomSDK.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - initSDKWithParams: |
Initialize the Zoom SDK with specified parameters. | |
(void) | - unInitSDK |
Uninitialize and clean up the Zoom SDK. | |
(ZoomSDKAuthService *) | - getAuthService |
Get the authentication service. | |
(ZoomSDKMeetingService *_Nullable) | - getMeetingService |
Get the meeting service. | |
(ZoomSDKSettingService *_Nullable) | - getSettingService |
Get the setting service. | |
(ZoomSDKPremeetingService *_Nullable) | - getPremeetingService |
Get the pre-meeting service. | |
(ZoomSDKNetworkService *_Nullable) | - getNetworkService |
Get the network service. | |
(ZoomSDKRawDataController *_Nullable) | - getRawDataController |
Get the raw data controller. | |
(ZoomSDKReminderController *_Nullable) | - getReminderHelper |
Get the reminder controller instance. | |
(ZoomSDKMeetingSmartSummaryController *_Nullable) | - getMeetingSmartSummaryController |
Get the smart summary controller. | |
(NSString *_Nullable) | - getSDKVersionNumber |
Get the serial number of SDK version. | |
(ZoomSDKError) | - switchDomain:force: |
Switch to a new domain. | |
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 |
Whether to enable intermediate mode for raw data. | |
ZoomSDKRawDataMemoryMode | videoRawDataMode |
Memory mode for handling raw video data. | |
ZoomSDKRawDataMemoryMode | shareRawDataMode |
Memory mode for handling raw share data. | |
ZoomSDKRawDataMemoryMode | audioRawDataMode |
Memory mode for handling raw audio data. | |
Singleton class to access and manage all major Zoom SDK services.
- (ZoomSDKAuthService *) getAuthService |
Get the authentication service.
- (ZoomSDKMeetingService *_Nullable) getMeetingService |
Get the meeting service.
- (ZoomSDKMeetingSmartSummaryController *_Nullable) getMeetingSmartSummaryController |
Get the smart summary controller.
- (ZoomSDKNetworkService *_Nullable) getNetworkService |
Get the network service.
- (ZoomSDKPremeetingService *_Nullable) getPremeetingService |
Get the pre-meeting service.
- (ZoomSDKRawDataController *_Nullable) getRawDataController |
Get the raw data controller.
- (ZoomSDKReminderController *_Nullable) getReminderHelper |
Get the reminder controller instance.
- (NSString *_Nullable) getSDKVersionNumber |
Get the serial number of SDK version.
- (ZoomSDKSettingService *_Nullable) getSettingService |
Get the setting service.
- (ZoomSDKError) initSDKWithParams: | (ZoomSDKInitParams *) | initParams |
Initialize the Zoom SDK with specified parameters.
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 a new domain.
newDomain | The new domain. |
force | Whether to force switch. |
- (void) unInitSDK |
Uninitialize and clean up the Zoom SDK.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readwritenonatomicassign |