Meeting setting interface.
More...
#include <setting_service_interface.h>
Meeting setting interface.
Definition at line 2336 of file setting_service_interface.h.
◆ Get3DAvatarSettings()
◆ GetAccessibilitySettings()
◆ GetAudioSettings()
Get audio setting interface.
- Returns
- If the function succeeds, the return value an object pointer to IAudioSettingContext. Otherwise failed, returns nullptr. For more details, see IAudioSettingContext.
◆ GetFaceMakeupSettings()
◆ GetGeneralSettings()
◆ GetRecordingSettings()
◆ GetSettingUIStrategy()
Get setting user strategy interface.
- Returns
- If the function succeeds, the return value is an object pointer to ISettingUIStrategy. Otherwise failed, returns nullptr. For more details, see ISettingUIStrategy.
◆ GetShareSettings()
Get share settings interface.
- Returns
- If the function succeeds, the return value is an object pointer to IShareSettingContext. Otherwise failed, returns nullptr. For more details, see IShareSettingContext.
◆ GetStatisticSettings()
◆ GetVideoFilterSettings()
◆ GetVideoSettings()
Get video setting interface.
- Returns
- If the function succeeds, the return value is an object pointer to IVideoSettingContext. Otherwise failed, returns nullptr. For more details, see IVideoSettingContext.
◆ 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. To get extended error information, see SDKError enum.
◆ 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. To get extended error information, see SDKError enum.