@tencentcloud/call-uikit-vue2
Advanced tools
Comparing version 2.4.3 to 2.4.4
{ | ||
"name": "@tencentcloud/call-uikit-vue2", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"main": "./tuicall-uikit-vue2.umd.js", | ||
@@ -16,3 +16,3 @@ "module": "./tuicall-uikit-vue2.es.js", | ||
"dependencies": { | ||
"tuicall-engine-webrtc": "^1.5.8" | ||
"tuicall-engine-webrtc": "^1.5.9" | ||
}, | ||
@@ -19,0 +19,0 @@ "bugs": { |
@@ -32,3 +32,3 @@ import { | ||
}; | ||
const Version = '2.4.3'; // basic-demo 原来上报使用 | ||
const Version = '2.4.4'; // basic-demo 原来上报使用 | ||
@@ -35,0 +35,0 @@ // 输出产物 |
@@ -46,3 +46,3 @@ import { | ||
const TUIStore: ITUIStore = TuiStore.getInstance(); | ||
const version = '2.4.3'; | ||
const version = '2.4.4'; | ||
const frameWork = 'vue2.7'; | ||
@@ -75,3 +75,3 @@ export { TUIGlobal, TUIStore }; | ||
// @ts-ignore | ||
let { userID, tim, userSig, sdkAppID, SDKAppID } = params; | ||
let { userID, tim, userSig, sdkAppID, SDKAppID, isFromChat } = params; | ||
if (this._TUICore) { | ||
@@ -89,3 +89,3 @@ sdkAppID = this._TUICore.SDKAppID; | ||
callkitVersion: version, | ||
chat: false, | ||
chat: isFromChat || false, | ||
}); | ||
@@ -92,0 +92,0 @@ this._addListenTuiCallEngineEvent(); |
@@ -28,2 +28,3 @@ import { CallStatus, CallRole } from '../const/index'; | ||
tim?: any; | ||
isFromChat?: boolean; | ||
} | ||
@@ -30,0 +31,0 @@ export type IInitParams = IInitParamsBase & SDKAppID; |
@@ -28,2 +28,3 @@ import { CallStatus, CallRole } from '../const/index'; | ||
tim?: any; | ||
isFromChat?: boolean; | ||
} | ||
@@ -30,0 +31,0 @@ export declare type IInitParams = IInitParamsBase & SDKAppID; |
Sorry, the diff of this file is not supported yet
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1654698
13104
Updatedtuicall-engine-webrtc@^1.5.9