Activate floating button | Voice call floating window | Video call floating window |
| | |
enableFloatWindow(enable: boolean) API to enable/disable the floating window.const TUICallKit = uni.requireNativePlugin('TencentCloud-TUICallKit');const enable = true;TUICallKit.enableFloatWindow(enable);
Feedback