tencent cloud

Tencent Real-Time Communication

DocumentationTencent Real-Time Communication

uni-app (Anroid&iOS)

Focus Mode
Font Size
Last updated: 2024-04-03 17:23:11
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);

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback