@trtc/calls-uikit-vue 4.4.8 → 4.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trtc/calls-uikit-vue",
3
- "version": "4.4.8",
3
+ "version": "4.4.9",
4
4
  "main": "./tuicall-uikit-vue.umd.js",
5
5
  "module": "./tuicall-uikit-vue.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@tencentcloud/lite-chat": "^1.6.3",
17
- "@tencentcloud/tui-core-lite": "1.0.0",
17
+ "@tencentcloud/tui-core-lite": "~1.0.0",
18
18
  "@trtc/call-engine-lite-js": "~3.5.8"
19
19
  },
20
20
  "bugs": {
@@ -27,7 +27,7 @@ const TUIGlobal: ITUIGlobal = TuiGlobal.getInstance();
27
27
  const TUIStore: ITUIStore = TuiStore.getInstance();
28
28
  const uiDesign = UIDesign.getInstance();
29
29
  uiDesign.setTUIStore(TUIStore);
30
- const version = '4.4.8';
30
+ const version = '4.4.9';
31
31
  import AIAssistant from './AIAssistant'; // 仅 web 支持 AI 实时字幕
32
32
  const frameWork = 'vue3';
33
33
  export { TUIGlobal, TUIStore, uiDesign };
package/src/index.ts CHANGED
@@ -37,7 +37,7 @@ const TUICallType = {
37
37
  AUDIO_CALL: 1,
38
38
  VIDEO_CALL: 2,
39
39
  };
40
- const Version = '4.4.8'; // basic-demo 原来上报使用
40
+ const Version = '4.4.9'; // basic-demo 原来上报使用
41
41
 
42
42
  // 输出产物
43
43
  export {
@@ -2167,7 +2167,7 @@ var Wi = Object.defineProperty, Qi = Object.getOwnPropertyDescriptor, yA = (n, A
2167
2167
  };
2168
2168
  const R = Ca.getInstance(), p = ve.getInstance(), KA = de.getInstance();
2169
2169
  KA.setTUIStore(p);
2170
- const Ht = "4.4.8", Kt = "vue3", LA = class ze {
2170
+ const Ht = "4.4.9", Kt = "vue3", LA = class ze {
2171
2171
  constructor() {
2172
2172
  this._aiAssistant = null, this._tim = null, this._TUICore = null, this._timerId = -1, this._startTimeStamp = gt(), this._bellContext = null, this._isFromChat = !1, this._currentGroupId = "", this._offlinePushInfo = null, this._permissionCheckTimer = null, this._chatCombine = null, this._engineEventHandler = null, this._isInitialized = !1, this._handleCallStatusChange = async (A) => {
2173
2173
  var e, t, a, o, l, r;
@@ -9808,7 +9808,7 @@ lt.install = SI;
9808
9808
  const fI = {
9809
9809
  AUDIO_CALL: 1,
9810
9810
  VIDEO_CALL: 2
9811
- }, EI = "4.4.8";
9811
+ }, EI = "4.4.9";
9812
9812
  export {
9813
9813
  J as CallMediaType,
9814
9814
  cA as CallRole,