@trtc/calls-uikit-vue 4.5.0 → 4.5.1
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 +2 -2
- package/src/TUICallService/CallService/index.ts +1 -1
- package/src/TUICallService/const/call.ts +3 -1
- package/src/index.ts +1 -1
- package/stats.html +1 -1
- package/tuicall-uikit-vue.es.js +3 -3
- package/tuicall-uikit-vue.umd.js +1 -1
- package/types/TUICallService/const/call.d.ts +2 -0
- package/types/tsconfig.tsbuildinfo +1 -1
package/tuicall-uikit-vue.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import { TUICallEvent as B, TUICallEngine as rt } from "@trtc/call-engine-lite-j
|
|
|
3
3
|
import { TUICore as me, TUIConstants as IA, TUILogin as Wn } from "@tencentcloud/tui-core-lite";
|
|
4
4
|
import Gt from "@tencentcloud/lite-chat/basic";
|
|
5
5
|
import { inject as bA, ref as h, onMounted as pA, onUnmounted as dA, toRefs as X, watch as nA, computed as v, version as ut, defineComponent as O, provide as EA, openBlock as g, createElementBlock as T, normalizeClass as x, unref as i, normalizeStyle as eA, renderSlot as H, createElementVNode as M, createBlock as j, toDisplayString as z, createCommentVNode as E, Fragment as vA, createVNode as m, withCtx as w, createTextVNode as rA, pushScopeId as ye, popScopeId as Se, watchEffect as Te, renderList as VA, toRef as dt, resolveComponent as Qn, Teleport as qn, withDirectives as tA, vShow as aA, withModifiers as jA, nextTick as ua, mergeProps as Wt, normalizeProps as Xn, withKeys as Zn, render as ge, Transition as Fn, reactive as Qe } from "vue";
|
|
6
|
-
var u = /* @__PURE__ */ ((n) => (n.CALL = "call", n.CUSTOM = "custom", n))(u || {}), J = /* @__PURE__ */ ((n) => (n[n.UNKNOWN = 0] = "UNKNOWN", n[n.AUDIO = 1] = "AUDIO", n[n.VIDEO = 2] = "VIDEO", n))(J || {}), cA = /* @__PURE__ */ ((n) => (n.UNKNOWN = "unknown", n.CALLEE = "callee", n.CALLER = "caller", n))(cA || {}), k = /* @__PURE__ */ ((n) => (n.IDLE = "idle", n.CALLING = "calling", n.CONNECTED = "connected", n))(k || {}), ft = /* @__PURE__ */ ((n) => (n.CONTAIN = "contain", n.COVER = "cover", n.FILL = "fill", n))(ft || {}), Et = /* @__PURE__ */ ((n) => (n.RESOLUTION_480P = "480p", n.RESOLUTION_720P = "720p", n.RESOLUTION_1080P = "1080p", n))(Et || {}), da = /* @__PURE__ */ ((n) => (n.EN = "en", n["ZH-CN"] = "zh-cn", n.JA_JP = "ja_JP", n))(da || {});
|
|
6
|
+
var u = /* @__PURE__ */ ((n) => (n.CALL = "call", n.CUSTOM = "custom", n))(u || {}), J = /* @__PURE__ */ ((n) => (n[n.UNKNOWN = 0] = "UNKNOWN", n[n.AUDIO = 1] = "AUDIO", n[n.VIDEO = 2] = "VIDEO", n))(J || {}), cA = /* @__PURE__ */ ((n) => (n.UNKNOWN = "unknown", n.CALLEE = "callee", n.CALLER = "caller", n))(cA || {}), k = /* @__PURE__ */ ((n) => (n.IDLE = "idle", n.CALLING = "calling", n.CONNECTED = "connected", n))(k || {}), ft = /* @__PURE__ */ ((n) => (n.CONTAIN = "contain", n.COVER = "cover", n.FILL = "fill", n))(ft || {}), Et = /* @__PURE__ */ ((n) => (n.RESOLUTION_360P = "360p", n.RESOLUTION_480P = "480p", n.RESOLUTION_540P = "540p", n.RESOLUTION_720P = "720p", n.RESOLUTION_1080P = "1080p", n))(Et || {}), da = /* @__PURE__ */ ((n) => (n.EN = "en", n["ZH-CN"] = "zh-cn", n.JA_JP = "ja_JP", n))(da || {});
|
|
7
7
|
const SA = {
|
|
8
8
|
IDLE: "idle",
|
|
9
9
|
BE_INVITED: "be-invited",
|
|
@@ -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.5.
|
|
2170
|
+
const Ht = "4.5.1", 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.5.
|
|
9811
|
+
}, EI = "4.5.1";
|
|
9812
9812
|
export {
|
|
9813
9813
|
J as CallMediaType,
|
|
9814
9814
|
cA as CallRole,
|