还原直播

This commit is contained in:
cbb
2026-02-02 16:46:55 +08:00
parent fa0faa6be6
commit 10ceb6b476
5 changed files with 7 additions and 21 deletions

View File

@@ -110,22 +110,7 @@
} }
} }
}, },
"nativePlugins" : { "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" : {}
}
}
}
}, },
"h5" : { "h5" : {
"optimization" : { "optimization" : {

View File

@@ -843,8 +843,8 @@
uni.$liveID = roomId uni.$liveID = roomId
liveID.value = roomId liveID.value = roomId
const res = await imDataStartLive(roomId) const res = await imDataStartLive(roomId)
console.log('========11111', roomData) console.log('========11111111', roomData)
console.log('========22222', res) console.log('========22222222', res)
roomDataId.value = roomId roomDataId.value = roomId
const params = { const params = {
cursor: '', // 首次拉起传空不能是null),然后根据回调数据的cursor确认是否拉完 cursor: '', // 首次拉起传空不能是null),然后根据回调数据的cursor确认是否拉完
@@ -857,7 +857,7 @@
setLocalVideoMuteImage() setLocalVideoMuteImage()
isStartLive.value = true isStartLive.value = true
} catch (err) { } catch (err) {
console.log(err, '====22') console.log('====22', err)
} }
// ======================原本代码 // ======================原本代码
// createLive({ // createLive({

View File

@@ -1,5 +1,7 @@
## 1.1.32025-12-26 ## 1.1.32025-12-26
- 修复安卓包名冲突问题 - 修复安卓包名冲突问题
## 1.1.22025-12-16
- 修复缺少依赖引起的编译问题
## 1.1.12025-12-16 ## 1.1.12025-12-16
- 修复与第三方插件同时使用时的编译报错 - 修复与第三方插件同时使用时的编译报错
## 1.1.02025-12-05 ## 1.1.02025-12-05

View File

@@ -9,7 +9,6 @@
"com.tencent.liteav:LiteAVSDK_Professional:12.7+", "com.tencent.liteav:LiteAVSDK_Professional:12.7+",
"com.tencent.imsdk:imsdk-plus:8.7.+", "com.tencent.imsdk:imsdk-plus:8.7.+",
"com.tencent.liteav.tuikit:tuicore:8.7.+", "com.tencent.liteav.tuikit:tuicore:8.7.+",
"io.trtc.uikit:rtc_room_engine:3.5+",
"io.trtc.uikit:common:3.3.+" "io.trtc.uikit:common:3.3.+"
] ]
} }