General setting interface.
More...
#include <setting_service_interface.h>
General setting interface.
Definition at line 381 of file setting_service_interface.h.
◆ EnableAutoCopyInviteLink()
virtual SDKError IGeneralSettingContext::EnableAutoCopyInviteLink |
( |
bool | bEnable | ) |
|
|
pure virtual |
Enable or disable to copy invite url automatically when meeting starts.
- Parameters
-
bEnable | TRUE indicates to copy invite url automatically. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableMuteWhenLockScreen()
virtual SDKError IGeneralSettingContext::EnableMuteWhenLockScreen |
( |
bool | bEnable | ) |
|
|
pure virtual |
Enable or disable to stop user's video and audio when user's display is off or screen save begins.
- Parameters
-
bEnable | TRUE indicates to stop. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ IsAutoCopyInviteLinkEnabled()
virtual bool IGeneralSettingContext::IsAutoCopyInviteLinkEnabled |
( |
| ) |
|
|
pure virtual |
Determine if it is able to automatically copy invite url when meeting starts is enabled.
- Returns
- TRUE indicates to show. FALSE not.
◆ IsMuteWhenLockScreenEnabled()
virtual bool IGeneralSettingContext::IsMuteWhenLockScreenEnabled |
( |
| ) |
|
|
pure virtual |
Determine if it is able to stop user's video and audio when user's display is off or screen save begins.
- Returns
- TRUE indicates to show. FALSE not.