General setting interface.
More...
#include <setting_service_interface.h>
General setting interface.
Definition at line 515 of file setting_service_interface.h.
◆ EnableAutoCopyInviteLink()
| virtual SDKError IGeneralSettingContext::EnableAutoCopyInviteLink |
( |
bool | bEnable | ) |
|
|
pure virtual |
Enables 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, this function returns an error.
◆ EnableMuteWhenLockScreen()
| virtual SDKError IGeneralSettingContext::EnableMuteWhenLockScreen |
( |
bool | bEnable | ) |
|
|
pure virtual |
Enables 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, this function returns an error.
◆ IsAutoCopyInviteLinkEnabled()
| virtual bool IGeneralSettingContext::IsAutoCopyInviteLinkEnabled |
( |
| ) |
|
|
pure virtual |
Determines if it is able to automatically copy invite url when meeting starts is enabled.
- Returns
- true indicates to enabled.
◆ IsMuteWhenLockScreenEnabled()
| virtual bool IGeneralSettingContext::IsMuteWhenLockScreenEnabled |
( |
| ) |
|
|
pure virtual |
Determines 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 enabled.