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

Android&iOS&Flutter

This document describes how to use the Floating Window feature.

Expected Outcome

Enable Floating Button
Voice Call Floating Window
Video Call Floating Window




Floating Window Feature

TUICallKit allows users to minimize the call interface to a floating window using the floating window button on the upper-left corner during a call.
If your business needs to enable this feature, you can use the enableFloatWindow method to activate it when initializing the TUICallKit component:
Android (Kotlin)
Android (Java)
iOS (Swift)
iOS (Objective-C)
Flutter (Dart)
TUICallKit.createInstance(context).enableFloatWindow(true)
TUICallKit.createInstance(context).enableFloatWindow(true);
TUICallKit.createInstance().enableFloatWindow(true)
[[TUICallKit createInstance] enableFloatWindow:YES];
TUICallKit.instance.enableFloatWindow(true);