|
Meeting SDK for macOS API Reference
|
Provides access to various Zoom SDK settings modules. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKAudioSetting *_Nullable) | - getAudioSetting |
| Get the object of audio settings. | |
| (ZoomSDKVideoSetting *_Nullable) | - getVideoSetting |
| Get the object of video settings. | |
| (ZoomSDKRecordSetting *_Nullable) | - getRecordSetting |
| Get the object of meeting recording settings. | |
| (ZoomSDKGeneralSetting *_Nullable) | - getGeneralSetting |
| Get the object of general settings of SDK. | |
| (ZoomSDKStatisticsSetting *_Nullable) | - getStatisticsSetting |
| Get the object of statistic settings. | |
| (ZoomSDKVirtualBackgroundSetting *_Nullable) | - getVirtualBGSetting |
| Get the object of virtual background settings. | |
| (ZoomSDKShareScreenSetting *_Nullable) | - getShareScreenSetting |
| Get the object of share screen settings. | |
| (ZoomSDK3DAvatarSetting *_Nullable) | - get3DAvatarSettings |
| Get the object of 3D avatar. | |
| (ZoomSDKFaceMakeupSettingContext *_Nullable) | - getFaceMakeupSettings |
| Get the object of face makeup. | |
| (void) | - configToShowUrlLinksInSetting:isHide: |
| Custom the url link show or hide on setting page. | |
Provides access to various Zoom SDK settings modules.
Definition at line 2321 of file ZoomSDKSettingService.h.
| - (void) configToShowUrlLinksInSetting: | (ZoomSDKSettingPageURL) | settingPageUrl | |
| isHide: | (BOOL) | hide |
Custom the url link show or hide on setting page.
| settingPageUrl | It is a enumeration of setting page url. |
| hide | YES means is hide,otherwise not. |
| - (ZoomSDK3DAvatarSetting *_Nullable) get3DAvatarSettings |
Get the object of 3D avatar.
| - (ZoomSDKAudioSetting *_Nullable) getAudioSetting |
Get the object of audio settings.
| - (ZoomSDKFaceMakeupSettingContext *_Nullable) getFaceMakeupSettings |
Get the object of face makeup.
| - (ZoomSDKGeneralSetting *_Nullable) getGeneralSetting |
Get the object of general settings of SDK.
| - (ZoomSDKRecordSetting *_Nullable) getRecordSetting |
Get the object of meeting recording settings.
| - (ZoomSDKShareScreenSetting *_Nullable) getShareScreenSetting |
Get the object of share screen settings.
| - (ZoomSDKStatisticsSetting *_Nullable) getStatisticsSetting |
Get the object of statistic settings.
| - (ZoomSDKVideoSetting *_Nullable) getVideoSetting |
Get the object of video settings.
| - (ZoomSDKVirtualBackgroundSetting *_Nullable) getVirtualBGSetting |
Get the object of virtual background settings.
|
protected |
Definition at line 2323 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2330 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2331 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2326 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2325 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2329 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2327 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2324 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2328 of file ZoomSDKSettingService.h.