| 问题类型 | API/组件名称 | 微信版本 | 基础库版本 |
|---|---|---|---|
| Bug | wx.join1v1Chat({ roomType: "video", caller: this.caller, listener: this.listener, success: (res) => { console.log("发起通话成功", res) }, fail: (err) => { uni.showToast({ title: "发起通话失败", icon: "none" }) console.error("join1v1Chat 失败:", err) }, }) | 8.0.16 | 3.15.2 |
1 个回答