Help Center/ Meeting/ Client SDK Reference/ Electron SDK/ APIs/ Meeting Control Objects/ Automatically Hiding the Meeting Control Bar
Updated on 2024-12-27 GMT+08:00

Automatically Hiding the Meeting Control Bar

Function

This API is used to set whether to automatically hide the meeting control bar. This setting will automatically hide the meeting control bar after a period of inactivity with the mouse. This setting is only applicable during a meeting session and will revert to its default state once you leave the meeting.

Function Prototype

setAutoHideToolBar(autoHideToolBarParam: AutoHideToolBarParam): SDKERR

Request Parameters

Table 1 Input parameter description
Parameter Mandatory Type Description
autoHideToolBarParam Yes AutoHideToolBarParam Parameters for automatically hiding the meeting control bar.
Table 2 AutoHideToolBarParam
Parameter Mandatory Type Description
isAutoHide Yes boolean Whether to automatically hide the meeting control bar.

Return Values

For details about SDKERR, see Error Code Reference.