Meeting setting interface.
More...
#include <setting_service_interface.h>
Meeting setting interface.
Definition at line 3062 of file setting_service_interface.h.
◆ GetAudioSettings()
Get audio setting interface.
- Returns
- If the function succeeds, the return value an object pointer to IAudioSettingContext. 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.
◆ 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.
◆ GetVideoSettings()
Get video setting interface.
- Returns
- If the function succeeds, the return value is an object pointer to IVideoSettingContext. 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.