@trtc/calls-uikit-react 4.4.4 → 4.4.5
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
|
@@ -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.
|
|
30
|
+
const version = '4.4.5';
|
|
31
31
|
import AIAssistant from './AIAssistant'; // 仅 web 支持 AI 实时字幕
|
|
32
32
|
const frameWork = 'react';
|
|
33
33
|
export { TUIGlobal, TUIStore, uiDesign };
|
package/src/index.ts
CHANGED
|
@@ -2286,7 +2286,7 @@ var gs = Object.defineProperty, Ns = Object.getOwnPropertyDescriptor, ie = (t, e
|
|
|
2286
2286
|
};
|
|
2287
2287
|
const U = nr.getInstance(), E = Ft.getInstance(), at = Yn.getInstance();
|
|
2288
2288
|
at.setTUIStore(E);
|
|
2289
|
-
const Mi = "4.4.
|
|
2289
|
+
const Mi = "4.4.5", ui = "react";
|
|
2290
2290
|
var Je;
|
|
2291
2291
|
const ne = (Je = class {
|
|
2292
2292
|
constructor() {
|
|
@@ -8522,7 +8522,7 @@ Kn.install = UN;
|
|
|
8522
8522
|
const BN = {
|
|
8523
8523
|
AUDIO_CALL: 1,
|
|
8524
8524
|
VIDEO_CALL: 2
|
|
8525
|
-
}, YN = "4.4.
|
|
8525
|
+
}, YN = "4.4.5";
|
|
8526
8526
|
export {
|
|
8527
8527
|
F as CallMediaType,
|
|
8528
8528
|
QN as CallMessage,
|