Meeting setting interface.
More...
#include <setting_service_interface.h>
Meeting setting interface.
Definition at line 3062 of file setting_service_interface.h.
◆ Get3DAvatarSettings()
Get 3D avatar settings interface.
- Returns
- If the function succeeds, the return value is an object pointer to I3DAvatarSettingContext. Otherwise returns nullptr.
◆ GetAccessibilitySettings()
Get Accessibility settings interface.
- Returns
- If the function succeeds, the return value is an object pointer to IAccessibilitySettingContext. Otherwise returns nullptr.
◆ GetAudioSettings()
Get audio setting interface.
- Returns
- If the function succeeds, the return value an object pointer to IAudioSettingContext. Otherwise returns nullptr.
◆ GetFaceMakeupSettings()
Get face makeup settings interface.
- Returns
- If the function succeeds, the return value is an object pointer to IFaceMakeupSettingContext. Otherwise returns nullptr.
◆ GetGeneralSettings()
Get general setting interface.
- Returns
- If the function succeeds, the return value is an object pointer to IGeneralSettingContext. Otherwise returns nullptr.
◆ GetRecordingSettings()
Get recording setting interface.
- Returns
- If the function succeeds, the return value is an object pointer to IRecordingSettingContext. Otherwise returns nullptr.
◆ GetSettingUIStrategy()
Get setting user strategy interface.
- Returns
- If the function succeeds, the return value is an object pointer to ISettingUIStrategy. Otherwise returns nullptr.
◆ GetShareSettings()
Get share settings interface.
- Returns
- If the function succeeds, the return value is an object pointer to IShareSettingContext. Otherwise returns nullptr.
◆ GetStatisticSettings()
Get statistic settings interface.
- Returns
- If the function succeeds, the return value is an object pointer to IStatisticSettingContext. Otherwise returns nullptr.
◆ GetVideoFilterSettings()
Get video filter settings interface.
- Returns
- If the function succeeds, the return value is an object pointer to IVideoFilterSettingContext. Otherwise returns nullptr.
◆ GetVideoSettings()
Get video setting interface.
- Returns
- If the function succeeds, the return value is an object pointer to IVideoSettingContext. Otherwise returns nullptr.
◆ GetVirtualBGSettings()
Get virtual background interface.
- Returns
- If the function succeeds, the return value is an object pointer to IVirtualBGSettingContext. Otherwise returns nullptr.
◆ GetWallpaperSettings()
Get wallpaper settings interface.
- Returns
- If the function succeeds, the return value is an object pointer to IWallpaperSettingContext. Otherwise returns nullptr.
◆ HideSettingDlg()
virtual SDKError ISettingService::HideSettingDlg |
( |
| ) |
|
|
pure virtual |
Hide meeting setting dialog.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Note
- Valid only for ZOOM style user interface mode.
◆ ShowSettingDlg()
Display Meeting Setting dialog.
- Parameters
-
param | Specify to display the Meeting Setting dialog. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Note
- Valid only for ZOOM style user interface mode.