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 2180 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 2182 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2189 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2190 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2185 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2184 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2188 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2186 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2183 of file ZoomSDKSettingService.h.
|
protected |
Definition at line 2187 of file ZoomSDKSettingService.h.