@tencentcloud/call-uikit-vue2
Advanced tools
Comparing version 2.3.8 to 2.3.9
{ | ||
"name": "@tencentcloud/call-uikit-vue2", | ||
"version": "2.3.8", | ||
"version": "2.3.9", | ||
"main": "./tuicall-uikit-vue2.umd.js", | ||
@@ -16,3 +16,3 @@ "module": "./tuicall-uikit-vue2.es.js", | ||
"dependencies": { | ||
"tuicall-engine-webrtc": "^1.5.0" | ||
"tuicall-engine-webrtc": "^1.5.5" | ||
}, | ||
@@ -19,0 +19,0 @@ "bugs": { |
@@ -32,3 +32,3 @@ import { | ||
}; | ||
const Version = '2.3.8'; // basic-demo 原来上报使用 | ||
const Version = '2.3.9'; // basic-demo 原来上报使用 | ||
@@ -35,0 +35,0 @@ // 输出产物 |
@@ -38,3 +38,4 @@ import { ITUICallService, ICallParams, IGroupCallParams, IUserInfo, ICallbackParam, ISelfInfoParams } from '../interface/ICallService'; | ||
const TUIStore: ITUIStore = TuiStore.getInstance(); | ||
const version = '2.3.8'; | ||
const version = '2.3.9'; | ||
const frameWork = 'vue2.7'; | ||
export { TUIGlobal, TUIStore }; | ||
@@ -75,2 +76,6 @@ | ||
SDKAppID: sdkAppID || SDKAppID, // 兼容传入 SDKAppID 的问题 | ||
// @ts-ignore | ||
frameWork, | ||
callkitVersion: version, | ||
chat: false, | ||
}); | ||
@@ -77,0 +82,0 @@ this._addListenTuiCallEngineEvent(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1438983
10065
Updatedtuicall-engine-webrtc@^1.5.5