製品アップデート情報
Tencent Cloudオーディオビデオ端末SDKの再生アップグレードおよび承認チェック追加に関するお知らせ
TRTCアプリケーションのサブスクリプションパッケージサービスのリリースに関する説明について

SDKAppID and SDKSecretKey. These will be used in a later step (Configure and Run the Demo).
git clone https://github.com/Tencent-RTC/TUIKit_Flutter.git
TUIKit_Flutter/application using Android Studio or VS Code. The following steps will use Android Studio as an example.
lib/debug/generate_test_user_sig.dartfile, and fill in the sdkAppId and secretKey obtained during Activate the Service:
flutter run
User ID field. If your current UserID has not been registered, you will enter the registration interface, where you can set a nickname for yourself.Logged-in User: Charlie | | Logged-in User: Jane | |
![]() | ![]() | ![]() | ![]() |
Click Call | Charlie calls Jane | Jane receives the incoming call | The call starts after Jane clicks Answer |
![]() | ![]() | ![]() | ![]() |
sdkAppId and secretKey you filled in the lib/debug/generate_test_user_sig.dart file are correct. Ensure they are the keys you obtained when Activate the Service.Error Prompt | Solution |
You have not purchased an audio and video calling package. Please go to the IM console to activate a free trial or purchase the official version. | You have not purchased an audio and video calling package. Please go to the console to activate a free trial or purchase the official version. |
The audio and video calling package you currently purchased does not support this feature. It is recommended that you upgrade your package type. | The audio and video calling package you currently purchased does not support this feature. It is recommended that you go to the console to upgrade your package type. |

flutter doctor to check if the Flutter environment is properly installed.flutter doctor
フィードバック