Web Floating Window | Web Full Screen | HTML5 Floating Window |
| | |
enableFloatWindow(enable: boolean)
API to enable/disable the Floating Window.try {await TUICallKitServer.enableFloatWindow(enable: Boolean)} catch (error: any) {alert(`[TUICallKit] enableFloatWindow failed. Reason: ${error}`);}
allowedMinimized
attribute controls the enabling/disabling of the Floating Window.allowedMinimized
attribute controls the enabling/disabling of the Full Screen.<TUICallKitallowedMinimized={true}allowedFullScree={true}/>
<TUICallKit:allowedMinimized="true":allowedFullScreen="true"/>
Was this page helpful?