rtc_conference_tui_kit 2.4.2 rtc_conference_tui_kit: ^2.4.2 copied to clipboard
rtc_conference_tui_kit is a UIKit about audio&video room launched by Tencent Cloud.
English | 简体中文
Tencent Cloud UIKit for Video Conference #
IMPORTANT: This plugin has been renamed to tencent_conference_uikit. rtc_conference_tui_kit
will no longer be updated or maintained.
Breaking Change Notice #
As of version 2.4.2, this plugin has been renamed from rtc_conference_tui_kit
to tencent_conference_uikit
. The new package can be found here.
Why the Change? #
- Brand Alignment: The new name better aligns with our product offerings.
- Clarity: The new name provides clearer context about the functionality of the plugin.
Migration Guide #
To migrate from rtc_conference_tui_kit
to tencent_conference_uikit
, follow these steps:
-
Update
pubspec.yaml
:Replace the old dependency with the new one:
dependencies: tencent_conference_uikit: ^2.4.2
-
Update Imports:
Replace all instances of the old import path with the new one:
// Old import import 'package:rtc_conference_tui_kit/rtc_conference_tui_kit.dart'; // New import import 'package:tencent_conference_uikit/tencent_conference_uikit.dart';