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

#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.
 

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 1984 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 *_Nullable) get3DAvatarSettings

Get the object of 3D avatar.

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

◆ getAudioSetting

- (ZoomSDKAudioSetting *_Nullable) getAudioSetting

Get the object of audio settings.

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

◆ getFaceMakeupSettings

- (ZoomSDKFaceMakeupSettingContext *_Nullable) getFaceMakeupSettings

Get the object of face makeup.

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

◆ getGeneralSetting

- (ZoomSDKGeneralSetting *_Nullable) getGeneralSetting

Get the object of general settings of SDK.

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

◆ getRecordSetting

- (ZoomSDKRecordSetting *_Nullable) getRecordSetting

Get the object of meeting recording settings.

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

◆ getShareScreenSetting

- (ZoomSDKShareScreenSetting *_Nullable) getShareScreenSetting

Get the object of share screen settings.

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

◆ getStatisticsSetting

- (ZoomSDKStatisticsSetting *_Nullable) getStatisticsSetting

Get the object of statistic settings.

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

◆ getVideoSetting

- (ZoomSDKVideoSetting *_Nullable) getVideoSetting

Get the object of video settings.

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

◆ getVirtualBGSetting

- (ZoomSDKVirtualBackgroundSetting *_Nullable) 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 1986 of file ZoomSDKSettingService.h.

◆ _avatarSetting

- (ZoomSDK3DAvatarSetting*) _avatarSetting
protected

Definition at line 1993 of file ZoomSDKSettingService.h.

◆ _faceMakeupSettingContext

- (ZoomSDKFaceMakeupSettingContext*) _faceMakeupSettingContext
protected

Definition at line 1994 of file ZoomSDKSettingService.h.

◆ _generalSetting

- (ZoomSDKGeneralSetting*) _generalSetting
protected

Definition at line 1989 of file ZoomSDKSettingService.h.

◆ _recordSetting

- (ZoomSDKRecordSetting*) _recordSetting
protected

Definition at line 1988 of file ZoomSDKSettingService.h.

◆ _shareScreenSetting

- (ZoomSDKShareScreenSetting*) _shareScreenSetting
protected

Definition at line 1992 of file ZoomSDKSettingService.h.

◆ _statisticsSetting

- (ZoomSDKStatisticsSetting*) _statisticsSetting
protected

Definition at line 1990 of file ZoomSDKSettingService.h.

◆ _videoSetting

- (ZoomSDKVideoSetting*) _videoSetting
protected

Definition at line 1987 of file ZoomSDKSettingService.h.

◆ _virtualBGSetting

- (ZoomSDKVirtualBackgroundSetting*) _virtualBGSetting
protected

Definition at line 1991 of file ZoomSDKSettingService.h.