Module: zoom_setting_ui_ctrl

Methods

(inner) getInstance() → {ZoomSettingUICtrl}

mode: Get Zoom SDK Setting Service Module
Source:
Returns:
Type
ZoomSettingUICtrl

(inner) SettingUI_ConfSettingDialogShownTabPage(number) → {ZoomSDKError}

mode: Custome the tab page show or hide
Parameters:
Name Type Description
number Number settingDlgShowTabPageOption, Every bit indicates whether to show a certain tab page bit 1: indicates whether to show virtual background page. "1" show, "0" not show bit 2: indicates to whether to show video page. "1" show, "0" not show bit 3: indicates to whether to show staticstics page. "1" show, "0" not show bit 4: indicates to whether to show recording page. "1" show, "0" not show bit 5: indicates to whether to show general page. "1" show, "0" not show bit 6: indicates to whether to show feed back page. "1" show, "0" not show bit 7: indicates to whether to show audio page. "1" show, "0" not show bit 8: indicates to whether to show advance feature page. "1" show, "0" not show bit 9: indicates to whether to show accessibility page. "1" show, "0" not show
Source:
Returns:
Type
ZoomSDKError

(inner) SettingUI_DisableAccountSettingTabPage(bDisable) → {ZoomSDKError}

mode: Hide the Account Setting page or not
Parameters:
Name Type Description
bDisable Boolean TRUE indicates to hide the account setting page
Source:
Returns:
Type
ZoomSDKError

(inner) SettingUI_DisableAdvancedFeatures4GeneralSetting(bDisable) → {ZoomSDKError}

mode: Hide the link to check the advanced settings on the General Setting page or not
Parameters:
Name Type Description
bDisable Boolean TRUE indicates to hide the link
Source:
Returns:
Type
ZoomSDKError