From 9807721a3d9cf299e08cef721524c1f21cb3d860 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 11 Nov 2025 16:46:46 +0800
Subject: [PATCH] feat: 腾讯语音接入
---
src/manifest.json | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index 4788f55..ebb9e26 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -67,6 +67,22 @@
"xxxhdpi" : "src/static/images/app-logo.png"
}
}
+ },
+ "nativePlugins" : {
+ "TencentCloud-TUICallKit" : {
+ "__plugin_info__" : {
+ "name" : "【官方】腾讯云音视频通话插件TencentCloud-TUICallKit",
+ "description" : "TUICallKit 是腾讯云官方推出的音视频通话插件,支持 1v1 通话和群组通话,并提供“类微信\"的 UI 交互,开发者仅需三个 API 就可实现。",
+ "platforms" : "Android,iOS",
+ "url" : "https://ext.dcloud.net.cn/plugin?id=9035",
+ "android_package_name" : "uni.app.UNI0981D7F",
+ "ios_bundle_id" : "uni.app.UNI0981D7F",
+ "isCloud" : true,
+ "bought" : 1,
+ "pid" : "9035",
+ "parameters" : {}
+ }
+ }
}
},
/* 快应用特有相关 */
--
Gitblit v1.9.3