General setting interface.
More...
#include <setting_service_interface.h>
|
| virtual SDKError | EnableAutoCopyInviteLink (bool bEnable)=0 |
| | Enables or disables automatically copying the invite URL when the meeting starts.
|
| virtual bool | IsAutoCopyInviteLinkEnabled ()=0 |
| | Determines whether automatically copying the invite URL when the meeting starts is enabled.
|
| virtual SDKError | EnableMuteWhenLockScreen (bool bEnable)=0 |
| | Enables or disables stopping the user's video and audio when the user's display is off or screen saver begins.
|
| virtual bool | IsMuteWhenLockScreenEnabled ()=0 |
| | Determines whether stopping the user's video and audio when the user's display is off or screen saver begins is enabled.
|
General setting interface.
Definition at line 513 of file setting_service_interface.h.
◆ EnableAutoCopyInviteLink()
| virtual SDKError IGeneralSettingContext::EnableAutoCopyInviteLink |
( |
bool | bEnable | ) |
|
|
pure virtual |
Enables or disables automatically copying the invite URL when the meeting starts.
- Parameters
-
| bEnable | true to enable, false to disable. |
- Returns
- If the function succeeds, it returns SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ EnableMuteWhenLockScreen()
| virtual SDKError IGeneralSettingContext::EnableMuteWhenLockScreen |
( |
bool | bEnable | ) |
|
|
pure virtual |
Enables or disables stopping the user's video and audio when the user's display is off or screen saver begins.
- Parameters
-
| bEnable | true to enable, false to disable. |
- Returns
- If the function succeeds, it returns SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ IsAutoCopyInviteLinkEnabled()
| virtual bool IGeneralSettingContext::IsAutoCopyInviteLinkEnabled |
( |
| ) |
|
|
pure virtual |
Determines whether automatically copying the invite URL when the meeting starts is enabled.
- Returns
- true if enabled. Otherwise, false.
◆ IsMuteWhenLockScreenEnabled()
| virtual bool IGeneralSettingContext::IsMuteWhenLockScreenEnabled |
( |
| ) |
|
|
pure virtual |
Determines whether stopping the user's video and audio when the user's display is off or screen saver begins is enabled.
- Returns
- true if enabled. Otherwise, false.