macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKSettingService Class Reference

#import <ZoomSDKSettingService.h>

Inherits NSObject.

Instance Methods

(ZoomSDKAudioSetting *) - getAudioSetting
 Get the object of audio settings.
 
(ZoomSDKVideoSetting *) - getVideoSetting
 Get the object of video settings.
 
(ZoomSDKRecordSetting *) - getRecordSetting
 Get the object of meeting recording settings.
 
(ZoomSDKGeneralSetting *) - getGeneralSetting
 Get the object of general settings of SDK.
 
(ZoomSDKStatisticsSetting *) - getStatisticsSetting
 Get the object of statistic settings.
 
(ZoomSDKVirtualBackgroundSetting *) - getVirtualBGSetting
 Get the object of virtual background settings.
 
(ZoomSDKShareScreenSetting *) - getShareScreenSetting
 Get the object of share screen settings.
 
(ZoomSDK3DAvatarSetting *) - get3DAvatarSettings
 Get the object of 3D avatar.
 
(ZoomSDKFaceMakeupSettingContext *) - getFaceMakeupSettings
 Get the object of face makeup.
 
(void) - configToShowUrlLinksInSetting:isHide:
 Custom the url link show or hide on setting page.
 

Protected Attributes

ZoomSDKAudioSetting_audioSetting
 
ZoomSDKVideoSetting_videoSetting
 
ZoomSDKRecordSetting_recordSetting
 
ZoomSDKGeneralSetting_generalSetting
 
ZoomSDKStatisticsSetting_statisticsSetting
 
ZoomSDKVirtualBackgroundSetting_virtualBGSetting
 
ZoomSDKShareScreenSetting_shareScreenSetting
 
ZoomSDK3DAvatarSetting_avatarSetting
 
ZoomSDKFaceMakeupSettingContext_faceMakeupSettingContext
 

Detailed Description

Definition at line 1837 of file ZoomSDKSettingService.h.

Method Documentation

◆ configToShowUrlLinksInSetting:isHide:

- (void) configToShowUrlLinksInSetting: (ZoomSDKSettingPageURL settingPageUrl
isHide: (BOOL)  hide 

Custom the url link show or hide on setting page.

Parameters
settingPageUrlIt is a enumeration of setting page url.
hideYES means is hide,otherwise not.

◆ get3DAvatarSettings

- (ZoomSDK3DAvatarSetting *) get3DAvatarSettings

Get the object of 3D avatar.

Returns
If the function succeeds, it will return an object of ZoomSDK3DAvatarSetting.

◆ getAudioSetting

- (ZoomSDKAudioSetting *) getAudioSetting

Get the object of audio settings.

Returns
If the function succeeds, it will return an object of ZoomSDKAudioSetting.

◆ getFaceMakeupSettings

- (ZoomSDKFaceMakeupSettingContext *) getFaceMakeupSettings

Get the object of face makeup.

Returns
If the function succeeds, it will return an object of ZoomSDKFaceMakeupSettingContext.

◆ getGeneralSetting

- (ZoomSDKGeneralSetting *) getGeneralSetting

Get the object of general settings of SDK.

Returns
If the function succeeds, it will return an object of ZoomSDKGeneralSetting.

◆ getRecordSetting

- (ZoomSDKRecordSetting *) getRecordSetting

Get the object of meeting recording settings.

Returns
If the function succeeds, it will return an object of ZoomSDKRecordSetting.

◆ getShareScreenSetting

- (ZoomSDKShareScreenSetting *) getShareScreenSetting

Get the object of share screen settings.

Returns
If the function succeeds, it will return an object of ZoomSDKShareScreenSetting.

◆ getStatisticsSetting

- (ZoomSDKStatisticsSetting *) getStatisticsSetting

Get the object of statistic settings.

Returns
If the function succeeds, it will return an object of ZoomSDKStatisticsSetting.

◆ getVideoSetting

- (ZoomSDKVideoSetting *) getVideoSetting

Get the object of video settings.

Returns
If the function succeeds, it will return an object of ZoomSDKVideoSetting.

◆ getVirtualBGSetting

- (ZoomSDKVirtualBackgroundSetting *) getVirtualBGSetting

Get the object of virtual background settings.

Returns
If the function succeeds, it will return an object of ZoomSDKVirtualBackgroundSetting.

Field Documentation

◆ _audioSetting

- (ZoomSDKAudioSetting*) _audioSetting
protected

Definition at line 1839 of file ZoomSDKSettingService.h.

◆ _avatarSetting

- (ZoomSDK3DAvatarSetting*) _avatarSetting
protected

Definition at line 1846 of file ZoomSDKSettingService.h.

◆ _faceMakeupSettingContext

- (ZoomSDKFaceMakeupSettingContext*) _faceMakeupSettingContext
protected

Definition at line 1847 of file ZoomSDKSettingService.h.

◆ _generalSetting

- (ZoomSDKGeneralSetting*) _generalSetting
protected

Definition at line 1842 of file ZoomSDKSettingService.h.

◆ _recordSetting

- (ZoomSDKRecordSetting*) _recordSetting
protected

Definition at line 1841 of file ZoomSDKSettingService.h.

◆ _shareScreenSetting

- (ZoomSDKShareScreenSetting*) _shareScreenSetting
protected

Definition at line 1845 of file ZoomSDKSettingService.h.

◆ _statisticsSetting

- (ZoomSDKStatisticsSetting*) _statisticsSetting
protected

Definition at line 1843 of file ZoomSDKSettingService.h.

◆ _videoSetting

- (ZoomSDKVideoSetting*) _videoSetting
protected

Definition at line 1840 of file ZoomSDKSettingService.h.

◆ _virtualBGSetting

- (ZoomSDKVirtualBackgroundSetting*) _virtualBGSetting
protected

Definition at line 1844 of file ZoomSDKSettingService.h.