Skip to main content

initMeetingUIState

function initMeetingUIState(): InMeetingUIStateAPI;

Initializes InMeetingUIState and returns InMeetingUIStateAPI.

Enable/disable the auto-ui-hide feature is based on user interaction, such open/close/focus/blur which triggers the change. Therefore, it there's no need to have explicit useState/useReducer to manage the state.

Returns

InMeetingUIStateAPI