Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IGeneralSettingContext Class Referenceabstract

General setting interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual SDKError EnableAutoCopyInviteLink (bool bEnable)=0
 Enable or disable to copy invite url automatically when meeting starts.
 
virtual bool IsAutoCopyInviteLinkEnabled ()=0
 Determine if it is able to automatically copy invite url when meeting starts is enabled.
 
virtual SDKError EnableMuteWhenLockScreen (bool bEnable)=0
 Enable or disable to stop user's video and audio when user's display is off or screen save begins.
 
virtual bool IsMuteWhenLockScreenEnabled ()=0
 Determine if it is able to stop user's video and audio when user's display is off or screen save begins.
 

Detailed Description

General setting interface.

Definition at line 381 of file setting_service_interface.h.

Member Function Documentation

◆ EnableAutoCopyInviteLink()

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

Enable or disable to copy invite url automatically when meeting starts.

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