Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IGeneralSettingContext Class Referenceabstract

General setting interface. More...

#include <setting_service_interface.h>

Public Member Functions

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.

Detailed Description

General setting interface.

Definition at line 513 of file setting_service_interface.h.

Member Function Documentation

◆ EnableAutoCopyInviteLink()

virtual SDKError IGeneralSettingContext::EnableAutoCopyInviteLink ( bool bEnable)
pure virtual

Enables or disables automatically copying the invite URL when the meeting starts.

Parameters
bEnabletrue 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
bEnabletrue 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.