diff --git a/manifest.json b/manifest.json index 0da027a..b5a1615 100644 --- a/manifest.json +++ b/manifest.json @@ -110,22 +110,7 @@ } } }, - "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" : "", - "ios_bundle_id" : "", - "isCloud" : true, - "bought" : 1, - "pid" : "9035", - "parameters" : {} - } - } - } + "nativePlugins" : {} }, "h5" : { "optimization" : { diff --git a/pages/anchor/index.nvue b/pages/anchor/index.nvue index 49cf2e7..528ae37 100644 --- a/pages/anchor/index.nvue +++ b/pages/anchor/index.nvue @@ -843,8 +843,8 @@ uni.$liveID = roomId liveID.value = roomId const res = await imDataStartLive(roomId) - console.log('========11111', roomData) - console.log('========22222', res) + console.log('========11111111', roomData) + console.log('========22222222', res) roomDataId.value = roomId const params = { cursor: '', // 首次拉起传空(不能是null),然后根据回调数据的cursor确认是否拉完 @@ -857,7 +857,7 @@ setLocalVideoMuteImage() isStartLive.value = true } catch (err) { - console.log(err, '====22') + console.log('====22', err) } // ======================原本代码 // createLive({ diff --git a/uni_modules/tuikit-atomic-x/changelog.md b/uni_modules/tuikit-atomic-x/changelog.md index 01f7e4b..b3e748d 100644 --- a/uni_modules/tuikit-atomic-x/changelog.md +++ b/uni_modules/tuikit-atomic-x/changelog.md @@ -1,5 +1,7 @@ ## 1.1.3(2025-12-26) --修复安卓包名冲突问题 +- 修复安卓包名冲突问题 +## 1.1.2(2025-12-16) +- 修复缺少依赖引起的编译问题 ## 1.1.1(2025-12-16) - 修复与第三方插件同时使用时的编译报错 ## 1.1.0(2025-12-05) diff --git a/uni_modules/tuikit-atomic-x/utssdk/app-android/config.json b/uni_modules/tuikit-atomic-x/utssdk/app-android/config.json index bbcba7a..1e467af 100644 --- a/uni_modules/tuikit-atomic-x/utssdk/app-android/config.json +++ b/uni_modules/tuikit-atomic-x/utssdk/app-android/config.json @@ -9,7 +9,6 @@ "com.tencent.liteav:LiteAVSDK_Professional:12.7+", "com.tencent.imsdk:imsdk-plus:8.7.+", "com.tencent.liteav.tuikit:tuicore:8.7.+", - "io.trtc.uikit:rtc_room_engine:3.5+", "io.trtc.uikit:common:3.3.+" ] } \ No newline at end of file diff --git a/uni_modules/tuikit-atomic-x/utssdk/app-android/libs/rtc_room_engine_3.5.2.977.aar b/uni_modules/tuikit-atomic-x/utssdk/app-android/libs/rtc_room_engine_3.5.2.977.aar new file mode 100644 index 0000000..11a1c5e Binary files /dev/null and b/uni_modules/tuikit-atomic-x/utssdk/app-android/libs/rtc_room_engine_3.5.2.977.aar differ