tuikit-atomicx-vue3 4.5.1 → 4.5.2
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/dist/{MessageInput.vue_vue_type_script_setup_true_lang-jPzZ5INK.js → MessageInput.vue_vue_type_script_setup_true_lang-3RVYOdkv.js} +38 -38
- package/dist/{PopoverPortal-DghpKKm8.js → PopoverPortal-DV6zFXcf.js} +3 -3
- package/dist/{PopoverTrigger-BajjNkGO.js → PopoverTrigger-DIjW4PKa.js} +4 -4
- package/dist/{PopperContent-SLoFuK7k.js → PopperContent-D__dbwpA.js} +1 -1
- package/dist/{Teleport-DFrneqLM.js → Teleport-98QrIYDI.js} +278 -268
- package/dist/baseComp/Modal/Modal.js +3 -3
- package/dist/components/AudioSettingPanel/index.js +14 -14
- package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.js +2 -2
- package/dist/components/BarrageInput/TextEditor/CharacterCountExtension.js +1 -1
- package/dist/components/BarrageInput/TextEditor/EditorCore.js +4 -4
- package/dist/components/ConversationList/ConversationActions/ConversationActions.js +53 -50
- package/dist/components/ConversationList/ConversationActions/ConversationActions.vue.d.ts +2 -0
- package/dist/components/ConversationList/ConversationCreate/ConversationCreate.js +25 -25
- package/dist/components/ConversationList/ConversationList.vue.d.ts +16 -0
- package/dist/components/ConversationList/ConversationPreview/ConversationPreview.vue.d.ts +16 -0
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.js +18 -18
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTimestamp.js +13 -13
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTitle.js +11 -11
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.js +84 -75
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue.d.ts +4 -0
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUnread.js +14 -14
- package/dist/components/ConversationList/i18n/en-US.d.ts +1 -0
- package/dist/components/ConversationList/i18n/en-US.js +2 -1
- package/dist/components/ConversationList/i18n/zh-CN.d.ts +1 -0
- package/dist/components/ConversationList/i18n/zh-CN.js +2 -1
- package/dist/components/ConversationList/index.d.ts +48 -0
- package/dist/components/LiveScenePanel/index.js +9 -10
- package/dist/components/MessageInput/AttachmentPicker/index.js +2 -2
- package/dist/components/MessageInput/EmojiPicker/EmojiPicker.js +2 -2
- package/dist/components/MessageInput/MessageInput.js +1 -1
- package/dist/components/MessageInput/TextEditor/EditorCore.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/MentionSuggestion.js +3 -3
- package/dist/components/MessageInput/TextEditor/extensions/characterCountExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/emojiExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/enterKeyExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/imageExtension.js +2 -2
- package/dist/components/MessageInput/TextEditor/extensions/mentionExtension.js +2 -2
- package/dist/components/MessageInput/TextEditor/index.js +1 -1
- package/dist/components/MessageInput/index.js +1 -1
- package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.js +3 -3
- package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.js +37 -28
- package/dist/components/MessageList/MessageList.js +77 -67
- package/dist/components/ScheduleRoomPanel/RoomDetail.js +22 -22
- package/dist/components/ScheduleRoomPanel/RoomEdit.js +1 -1
- package/dist/components/ScheduleRoomPanel/RoomShare.js +4 -4
- package/dist/components/ScheduleRoomPanel/ScheduleRoomPanel.js +1 -1
- package/dist/components/ScheduleRoomPanel/ScheduledRoomList.js +1 -1
- package/dist/components/UIKitModal/chatErrorModal/chatErrorModal.d.ts +72 -0
- package/dist/components/UIKitModal/chatErrorModal/chatErrorModal.js +95 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/en-US/index.d.ts +40 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/en-US/index.js +51 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/index.d.ts +4 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/index.js +6 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/zh-CN/index.d.ts +40 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/zh-CN/index.js +51 -0
- package/dist/components/UIKitModal/chatErrorModal/index.d.ts +3 -0
- package/dist/components/UIKitModal/chatErrorModal/index.js +11 -0
- package/dist/components/VideoSettingPanel/index.js +1 -1
- package/dist/hooks/useReadReceipt/useReadReceipt.js +44 -41
- package/dist/index-CTthrJb2.js +1461 -0
- package/dist/{index-CzCDLp99.js → index-DXC5bPY4.js} +32 -32
- package/dist/{index-C8Jw_xE4.js → index-DuAffztD.js} +1731 -1648
- package/dist/{index-CiYL_XsE.js → index-hHVD-MG2.js} +1 -1
- package/dist/index.js +59 -58
- package/dist/states/GroupSettingState/GroupSettingState.js +109 -102
- package/dist/states/LoginState.js +43 -43
- package/dist/states/MessageInputState/MessageInputState.js +75 -78
- package/dist/states/MessageListState/MessageListState.js +26 -23
- package/dist/states/RoomParticipantState/index.js +83 -24
- package/dist/states/RoomParticipantState/participantEventManager.d.ts +2 -2
- package/dist/states/RoomParticipantState/participantEventManager.js +217 -205
- package/dist/states/RoomParticipantState/participantManager.d.ts +4 -0
- package/dist/states/RoomParticipantState/participantManager.js +159 -127
- package/dist/states/RoomState/callManager.d.ts +3 -3
- package/dist/states/RoomState/callManager.js +20 -20
- package/dist/states/RoomState/common.d.ts +3 -2
- package/dist/states/RoomState/common.js +34 -24
- package/dist/states/RoomState/roomManager.d.ts +0 -1
- package/dist/states/RoomState/roomManager.js +21 -27
- package/dist/states/RoomState/scheduleManager.js +2 -2
- package/dist/styles/index.css +1 -1
- package/dist/subEntry/chat/chat.d.ts +48 -0
- package/dist/subEntry/live/index.js +46 -45
- package/dist/subEntry/room/index.js +39 -38
- package/dist/types/beauty.d.ts +20 -0
- package/dist/types/index.js +37 -36
- package/dist/types/participant.d.ts +2 -0
- package/dist/types/room.d.ts +45 -1
- package/dist/types/room.js +4 -3
- package/dist/{useId-D5WE76CM.js → useId-B1VwPJLm.js} +1 -1
- package/dist/utils/call.js +77 -71
- package/dist/{utils-CttDpxqz.js → utils-BU8IkP_V.js} +1 -1
- package/package.json +5 -6
- package/src/components/AudioSettingPanel/index.vue +4 -5
- package/src/components/ConversationList/ConversationActions/ConversationActions.vue +7 -1
- package/src/components/ConversationList/ConversationCreate/ConversationCreate.vue +5 -1
- package/src/components/ConversationList/ConversationList.vue +0 -1
- package/src/components/ConversationList/ConversationPreview/ConversationPreview.scss +2 -2
- package/src/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue +15 -0
- package/src/components/ConversationList/i18n/en-US.ts +1 -0
- package/src/components/ConversationList/i18n/zh-CN.ts +1 -0
- package/src/components/LiveScenePanel/index.vue +0 -1
- package/src/components/MessageInput/MessageInput.module.scss +1 -0
- package/src/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.vue +12 -3
- package/src/components/MessageList/MessageList.vue +14 -0
- package/src/components/ScheduleRoomPanel/RoomDetail.vue +1 -0
- package/src/components/ScheduleRoomPanel/RoomEdit.vue +2 -1
- package/src/components/ScheduleRoomPanel/RoomShare.vue +1 -0
- package/src/components/ScheduleRoomPanel/ScheduleRoomPanel.vue +1 -0
- package/src/components/ScheduleRoomPanel/ScheduledRoomList.vue +1 -0
- package/src/components/UIKitModal/chatErrorModal/chatErrorModal.ts +205 -0
- package/src/components/UIKitModal/chatErrorModal/i18n/en-US/index.ts +56 -0
- package/src/components/UIKitModal/chatErrorModal/i18n/index.ts +4 -0
- package/src/components/UIKitModal/chatErrorModal/i18n/zh-CN/index.ts +56 -0
- package/src/components/UIKitModal/chatErrorModal/index.ts +16 -0
- package/src/components/VideoSettingPanel/index.vue +1 -0
- package/src/hooks/useReadReceipt/useReadReceipt.ts +5 -4
- package/src/types/beauty.ts +20 -0
- package/src/types/participant.ts +3 -0
- package/src/types/room.ts +49 -1
- package/src/utils/call.ts +8 -0
- package/dist/index-BvFYOUyz.js +0 -2936
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { TUIInvitationStatus as r, TUIConferenceStatus as
|
|
2
|
-
import { RoomCallStatus as a, RoomStatus as t, RoomCallResult as s } from "../../types/room.js";
|
|
3
|
-
function
|
|
1
|
+
import { TUIInvitationStatus as r, TUIConferenceStatus as l, TUIInvitationCode as o, TUIInvitationRejectedReason as n } from "@tencentcloud/tuiroom-engine-js";
|
|
2
|
+
import { RoomCallStatus as a, RoomStatus as t, RoomCallResult as s, CallRejectReason as i } from "../../types/room.js";
|
|
3
|
+
function m(e) {
|
|
4
4
|
return {
|
|
5
5
|
roomId: e.basicRoomInfo.roomId,
|
|
6
6
|
roomName: e.basicRoomInfo.roomName,
|
|
@@ -11,7 +11,7 @@ function n(e) {
|
|
|
11
11
|
},
|
|
12
12
|
participantCount: e.basicRoomInfo.roomMemberCount,
|
|
13
13
|
createTime: e.basicRoomInfo.createTime,
|
|
14
|
-
roomStatus:
|
|
14
|
+
roomStatus: u(e.status),
|
|
15
15
|
scheduledStartTime: e.scheduleStartTime,
|
|
16
16
|
scheduledEndTime: e.scheduleEndTime,
|
|
17
17
|
startReminderInSeconds: e.reminderSecondsBeforeStart,
|
|
@@ -22,7 +22,7 @@ function n(e) {
|
|
|
22
22
|
isAllMessageDisabled: e.basicRoomInfo.isMessageDisableForAllUser
|
|
23
23
|
};
|
|
24
24
|
}
|
|
25
|
-
function
|
|
25
|
+
function d(e) {
|
|
26
26
|
return {
|
|
27
27
|
roomId: e.roomId,
|
|
28
28
|
roomName: e.roomName,
|
|
@@ -41,24 +41,24 @@ function u(e) {
|
|
|
41
41
|
isAllMessageDisabled: e.isMessageDisableForAllUser
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function u(e) {
|
|
45
45
|
switch (e) {
|
|
46
|
-
case
|
|
46
|
+
case l.kConferenceStatusNotStarted:
|
|
47
47
|
return t.Scheduled;
|
|
48
|
-
case
|
|
48
|
+
case l.kConferenceStatusRunning:
|
|
49
49
|
return t.Running;
|
|
50
50
|
default:
|
|
51
51
|
return t.Scheduled;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function c(e) {
|
|
55
55
|
return {
|
|
56
56
|
userId: e.userId,
|
|
57
57
|
userName: e.userName,
|
|
58
58
|
avatarUrl: e.avatarUrl
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function R(e) {
|
|
62
62
|
switch (e) {
|
|
63
63
|
case r.kPending:
|
|
64
64
|
return a.Calling;
|
|
@@ -72,13 +72,13 @@ function d(e) {
|
|
|
72
72
|
return a.None;
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
const
|
|
76
|
-
transferConferenceInfoToRoomInfo:
|
|
77
|
-
transferTUIRoomInfoToRoomInfo:
|
|
78
|
-
transferConferenceStatusToRoomStatus:
|
|
79
|
-
transferTUIUserInfoToRoomUser:
|
|
80
|
-
transferTUIInvitationStatusToRoomCallStatus:
|
|
81
|
-
},
|
|
75
|
+
const T = {
|
|
76
|
+
transferConferenceInfoToRoomInfo: m,
|
|
77
|
+
transferTUIRoomInfoToRoomInfo: d,
|
|
78
|
+
transferConferenceStatusToRoomStatus: u,
|
|
79
|
+
transferTUIUserInfoToRoomUser: c,
|
|
80
|
+
transferTUIInvitationStatusToRoomCallStatus: R
|
|
81
|
+
}, C = (e) => {
|
|
82
82
|
switch (e) {
|
|
83
83
|
case o.kAlreadyInConference:
|
|
84
84
|
return s.AlreadyInRoom;
|
|
@@ -89,13 +89,23 @@ const S = {
|
|
|
89
89
|
default:
|
|
90
90
|
return s.Success;
|
|
91
91
|
}
|
|
92
|
+
}, U = (e) => {
|
|
93
|
+
switch (e) {
|
|
94
|
+
case n.kRejectToEnter:
|
|
95
|
+
return i.Rejected;
|
|
96
|
+
case n.kInOtherConference:
|
|
97
|
+
return i.InOtherRoom;
|
|
98
|
+
default:
|
|
99
|
+
return i.Rejected;
|
|
100
|
+
}
|
|
92
101
|
};
|
|
93
102
|
export {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
103
|
+
T as roomInfoTransfer,
|
|
104
|
+
m as transferConferenceInfoToRoomInfo,
|
|
105
|
+
u as transferConferenceStatusToRoomStatus,
|
|
106
|
+
C as transferTUIInvitationCodeToRoomCallResult,
|
|
107
|
+
U as transferTUIInvitationRejectedReasonToCallRejectReason,
|
|
108
|
+
R as transferTUIInvitationStatusToRoomCallStatus,
|
|
109
|
+
d as transferTUIRoomInfoToRoomInfo,
|
|
110
|
+
c as transferTUIUserInfoToRoomUser
|
|
101
111
|
};
|
|
@@ -1,38 +1,36 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import
|
|
1
|
+
var U = Object.defineProperty;
|
|
2
|
+
var A = (t, e, o) => e in t ? U(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o;
|
|
3
|
+
var g = (t, e, o) => A(t, typeof e != "symbol" ? e + "" : e, o);
|
|
4
|
+
import v, { TUIRoomType as d, TUIRoomEvents as r, TUIConferenceListManagerEvents as D } from "@tencentcloud/tuiroom-engine-js";
|
|
5
5
|
import { useRoomEngine as I } from "../../hooks/useRoomEngine.js";
|
|
6
|
-
import { eventCenter as S } from "../../utils/eventCenter.js";
|
|
7
6
|
import { isUndefined as b } from "../../utils/utils.js";
|
|
8
|
-
import { useLoginState as
|
|
7
|
+
import { useLoginState as p } from "../LoginState.js";
|
|
9
8
|
import { transferTUIRoomInfoToRoomInfo as c } from "./common.js";
|
|
10
|
-
import { useRoomStore as
|
|
11
|
-
|
|
12
|
-
const { loginUserInfo: N } = w(), s = I(), { currentRoom: n } = y(), l = class l {
|
|
9
|
+
import { useRoomStore as S } from "./store.js";
|
|
10
|
+
const { loginUserInfo: w } = p(), s = I(), { currentRoom: n } = S(), l = class l {
|
|
13
11
|
constructor() {
|
|
14
|
-
this.
|
|
12
|
+
this.onRoomNameChanged = this.onRoomNameChanged.bind(this), this.onAllUserCameraDisableChanged = this.onAllUserCameraDisableChanged.bind(this), this.onScreenShareForAllUserDisableChanged = this.onScreenShareForAllUserDisableChanged.bind(this), this.onAllUserMicrophoneDisableChanged = this.onAllUserMicrophoneDisableChanged.bind(this), this.onAllUserMessageDisableChanged = this.onAllUserMessageDisableChanged.bind(this), this.onRoomUserCountChanged = this.onRoomUserCountChanged.bind(this), this.onKickedOutOfRoom = this.onKickedOutOfRoom.bind(this), this.bindEvent();
|
|
15
13
|
}
|
|
16
14
|
static getInstance() {
|
|
17
15
|
return l.instance || (l.instance = new l()), l.instance;
|
|
18
16
|
}
|
|
19
17
|
async createAndJoinRoom({ roomId: e, options: o }) {
|
|
20
|
-
var i, m,
|
|
21
|
-
if (!((i =
|
|
18
|
+
var i, m, h;
|
|
19
|
+
if (!((i = w.value) != null && i.userId) || !s.instance)
|
|
22
20
|
throw new Error("please login firstly by useLoginState");
|
|
23
21
|
await ((m = s.instance) == null ? void 0 : m.createRoom({
|
|
24
22
|
roomId: e,
|
|
25
23
|
roomName: o.roomName,
|
|
26
|
-
roomType:
|
|
24
|
+
roomType: d.kConference,
|
|
27
25
|
password: o.password || "",
|
|
28
26
|
isMicrophoneDisableForAllUser: o.isAllMicrophoneDisabled,
|
|
29
27
|
isScreenShareDisableForAllUser: o.isAllScreenShareDisabled,
|
|
30
28
|
isCameraDisableForAllUser: o.isAllCameraDisabled,
|
|
31
29
|
isMessageDisableForAllUser: o.isAllMessageDisabled
|
|
32
30
|
}));
|
|
33
|
-
const a = await ((
|
|
31
|
+
const a = await ((h = s.instance) == null ? void 0 : h.enterRoom({
|
|
34
32
|
roomId: e,
|
|
35
|
-
roomType:
|
|
33
|
+
roomType: d.kConference
|
|
36
34
|
}));
|
|
37
35
|
a && (n.value = c(a));
|
|
38
36
|
}
|
|
@@ -40,7 +38,7 @@ const { loginUserInfo: N } = w(), s = I(), { currentRoom: n } = y(), l = class l
|
|
|
40
38
|
var i;
|
|
41
39
|
const a = await ((i = s.instance) == null ? void 0 : i.enterRoom({
|
|
42
40
|
roomId: e,
|
|
43
|
-
roomType:
|
|
41
|
+
roomType: d.kConference,
|
|
44
42
|
options: { password: o }
|
|
45
43
|
}));
|
|
46
44
|
a && (n.value = c(a));
|
|
@@ -55,7 +53,7 @@ const { loginUserInfo: N } = w(), s = I(), { currentRoom: n } = y(), l = class l
|
|
|
55
53
|
}
|
|
56
54
|
async getRoomInfo({ roomId: e }) {
|
|
57
55
|
var a;
|
|
58
|
-
const o = await ((a = s.instance) == null ? void 0 : a.fetchRoomInfo({ roomId: e, roomType:
|
|
56
|
+
const o = await ((a = s.instance) == null ? void 0 : a.fetchRoomInfo({ roomId: e, roomType: d.kConference }));
|
|
59
57
|
if (!o)
|
|
60
58
|
throw new Error("roomInfo is undefined");
|
|
61
59
|
return c(o);
|
|
@@ -64,10 +62,6 @@ const { loginUserInfo: N } = w(), s = I(), { currentRoom: n } = y(), l = class l
|
|
|
64
62
|
var o, a;
|
|
65
63
|
b(e.roomName) || await ((o = s.instance) == null ? void 0 : o.updateRoomNameByAdmin({ roomName: e.roomName || "" })), b(e.password) || await ((a = s.instance) == null ? void 0 : a.updateRoomPasswordByAdmin({ password: e.password || "" }));
|
|
66
64
|
}
|
|
67
|
-
onRoomDismissed({ roomId: e }) {
|
|
68
|
-
var o;
|
|
69
|
-
e === ((o = n.value) == null ? void 0 : o.roomId) && (n.value = null), S.emit(M.onRoomEnded, { roomId: e });
|
|
70
|
-
}
|
|
71
65
|
onRoomNameChanged({ roomId: e, roomName: o }) {
|
|
72
66
|
var a;
|
|
73
67
|
e === ((a = n.value) == null ? void 0 : a.roomId) && n.value && (n.value = {
|
|
@@ -115,15 +109,15 @@ const { loginUserInfo: N } = w(), s = I(), { currentRoom: n } = y(), l = class l
|
|
|
115
109
|
e === ((o = n.value) == null ? void 0 : o.roomId) && (n.value = null);
|
|
116
110
|
}
|
|
117
111
|
bindEvent() {
|
|
118
|
-
|
|
119
|
-
var o, a, i, m,
|
|
112
|
+
v.once("ready", () => {
|
|
113
|
+
var o, a, i, m, h, u, C, f;
|
|
120
114
|
const e = (o = s.instance) == null ? void 0 : o.getConferenceListManager();
|
|
121
|
-
(a = s.instance) == null || a.on(r.
|
|
115
|
+
(a = s.instance) == null || a.on(r.onRoomNameChanged, this.onRoomNameChanged), e == null || e.on(D.onConferenceInfoChanged, this.onConferenceInfoChanged), (i = s.instance) == null || i.on(r.onKickedOutOfRoom, this.onKickedOutOfRoom), (m = s.instance) == null || m.on(r.onRoomUserCountChanged, this.onRoomUserCountChanged), (h = s.instance) == null || h.on(r.onAllUserCameraDisableChanged, this.onAllUserCameraDisableChanged), (u = s.instance) == null || u.on(r.onScreenShareForAllUserDisableChanged, this.onScreenShareForAllUserDisableChanged), (C = s.instance) == null || C.on(r.onAllUserMicrophoneDisableChanged, this.onAllUserMicrophoneDisableChanged), (f = s.instance) == null || f.on(r.onSendMessageForAllUserDisableChanged, this.onAllUserMessageDisableChanged);
|
|
122
116
|
});
|
|
123
117
|
}
|
|
124
118
|
};
|
|
125
|
-
|
|
126
|
-
let
|
|
119
|
+
g(l, "instance");
|
|
120
|
+
let R = l;
|
|
127
121
|
export {
|
|
128
|
-
|
|
122
|
+
R as default
|
|
129
123
|
};
|
|
@@ -145,13 +145,13 @@ const { scheduledRoomList: d, scheduledRoomListCursor: x, currentRoom: A } = D()
|
|
|
145
145
|
if (t !== ((i = A.value) == null ? void 0 : i.roomId) && n === v.kConferenceCancelReasonCancelledByAdmin) {
|
|
146
146
|
S.emit(I.onScheduledRoomCancelled, {
|
|
147
147
|
roomInfo: s,
|
|
148
|
-
|
|
148
|
+
operator: a.transferTUIUserInfoToRoomUser(o)
|
|
149
149
|
});
|
|
150
150
|
return;
|
|
151
151
|
}
|
|
152
152
|
t !== ((C = A.value) == null ? void 0 : C.roomId) && n === v.kConferenceCancelReasonRemovedFromAttendees && S.emit(I.onRemovedFromScheduledRoom, {
|
|
153
153
|
roomInfo: s,
|
|
154
|
-
|
|
154
|
+
operator: a.transferTUIUserInfoToRoomUser(o)
|
|
155
155
|
});
|
|
156
156
|
}
|
|
157
157
|
onConferenceWillStart({ conferenceInfo: e }) {
|