Meeting setting interface.
More...
#include <setting_service_interface.h>
Meeting setting interface.
Definition at line 3023 of file setting_service_interface.h.
◆ Get3DAvatarSettings()
◆ GetAccessibilitySettings()
◆ GetAudioSettings()
◆ GetFaceMakeupSettings()
◆ GetGeneralSettings()
◆ GetRecordingSettings()
◆ GetSettingUIStrategy()
Get setting user strategy interface.
- Returns
- If the function succeeds, the return value is an object pointer to ISettingUIStrategy. Otherwise returns nullptr. For more details, see ISettingUIStrategy.
◆ GetShareSettings()
◆ GetStatisticSettings()
◆ GetVideoFilterSettings()
◆ GetVideoSettings()
◆ GetVirtualBGSettings()
◆ GetWallpaperSettings()
◆ HideSettingDlg()
virtual SDKError ISettingService::HideSettingDlg |
( |
| ) |
|
|
pure virtual |
Hide meeting setting dialog.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.
- Note
- Valid only for ZOOM style user interface mode.
◆ ShowSettingDlg()
Display Meeting Setting dialog.
- Parameters
-
param | Specify to display the Meeting Setting dialog. For more details, see ShowSettingDlgParam structure. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.
- Note
- Valid only for ZOOM style user interface mode.