이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

uni-app (Anroid&iOS)

This article explains how to use the Floating Window feature.

Expected outcome

Activate floating button
Voice call floating window
Video call floating window










Floating Window feature

Invoke the enableFloatWindow(enable: boolean) API to enable/disable the floating window.
const TUICallKit = uni.requireNativePlugin('TencentCloud-TUICallKit');
const enable = true;
TUICallKit.enableFloatWindow(enable);