@tencentcloud/roomkit-electron-vue3 2.7.1 → 2.8.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/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.d.ts +2 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.mjs +67 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue2.mjs +23 -10
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.mjs +14 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.mjs +13 -13
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.mjs +2 -2
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.mjs +2 -1
- package/es/components/Chat/ChatKit/components/TUIChat/server.d.ts +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/server.mjs +12 -3
- package/es/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.mjs +2 -1
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.mjs +2 -2
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Overlay/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +1 -1
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue2.mjs +3 -3
- package/es/components/Chat/ChatKit/locales/en/TUIChat.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/en/TUIChat.mjs +5 -2
- package/es/components/Chat/ChatKit/locales/en/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/en/message.mjs +2 -2
- package/es/components/Chat/ChatKit/locales/index.d.ts +4 -1083
- package/es/components/Chat/ChatKit/locales/index.mjs +3 -1
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.mjs +4 -1
- package/es/components/Chat/ChatKit/locales/zh_cn/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIChat.d.ts +153 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIChat.mjs +155 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIContact.d.ts +65 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIContact.mjs +67 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIConversation.d.ts +23 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIConversation.mjs +25 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIGroup.d.ts +86 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIGroup.mjs +88 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUISearch.d.ts +40 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUISearch.mjs +42 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/component.d.ts +20 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/component.mjs +22 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/emoji.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/emoji.mjs +4 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/evaluate.d.ts +10 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/evaluate.mjs +12 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/index.d.ts +513 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/index.mjs +39 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/message.d.ts +61 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/message.mjs +63 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/time.d.ts +36 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/time.mjs +38 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/translate.d.ts +163 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/words.d.ts +13 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/words.mjs +15 -0
- package/es/components/Chat/ChatKit/utils/riseInput.d.ts +1 -0
- package/es/components/Chat/ChatKit/utils/riseInput.mjs +45 -0
- package/es/components/Chat/index/index.vue.mjs +1 -1
- package/es/components/Chat/index/index.vue2.mjs +4 -19
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +2 -2
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.mjs +3 -3
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue2.mjs +1 -1
- package/es/components/PreRoom/PasswordDialog.vue.mjs +1 -1
- package/es/components/PreRoom/PasswordDialog.vue2.mjs +21 -12
- package/es/components/RoomContent/StreamContainer/index.vue.d.ts +1 -14
- package/es/components/RoomContent/StreamContainer/index.vue.mjs +1 -1
- package/es/components/RoomContent/StreamContainer/index.vue2.mjs +111 -262
- package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -9
- package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.mjs +11 -0
- package/es/components/RoomContent/index.vue.d.ts +1 -14
- package/es/components/RoomContent/index.vue.mjs +1 -1
- package/es/components/RoomContent/index.vue2.mjs +1 -4
- package/es/components/RoomFooter/AIControl.vue.d.ts +1 -5
- package/es/components/RoomFooter/AIControl.vue.mjs +1 -1
- package/es/components/RoomFooter/AIControl.vue2.mjs +5 -8
- package/es/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.mjs +1 -1
- package/es/components/RoomFooter/BasicBeauty.vue.mjs +1 -1
- package/es/components/RoomFooter/BasicBeauty.vue2.mjs +6 -3
- package/es/components/RoomFooter/ChatControl.vue.mjs +2 -1
- package/es/components/RoomFooter/EndControl/index.vue.mjs +1 -1
- package/es/components/RoomFooter/EndControl/index.vue2.mjs +4 -6
- package/es/components/RoomFooter/EndControl/useEndControlHooks.mjs +8 -12
- package/es/components/RoomFooter/FullScreenControl.vue.mjs +1 -1
- package/es/components/RoomFooter/InviteControl.vue.mjs +1 -1
- package/es/components/RoomFooter/InviteControl.vue2.mjs +2 -1
- package/es/components/RoomFooter/ManageMemberControl.vue.mjs +1 -1
- package/es/components/RoomFooter/MoreControl/index.vue.mjs +1 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue.mjs +1 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue2.mjs +3 -3
- package/es/components/RoomFooter/VirtualBackground.vue.mjs +1 -1
- package/es/components/RoomFooter/VirtualBackground.vue2.mjs +5 -2
- package/es/components/RoomFooter/WhiteboardControl.vue.mjs +13 -3
- package/es/components/RoomFooter/index/index.vue.d.ts +1 -5
- package/es/components/RoomFooter/index/index.vue.mjs +1 -1
- package/es/components/RoomFooter/index/index.vue2.mjs +2 -8
- package/es/components/RoomHeader/UserInfo/index.vue.mjs +1 -1
- package/es/components/RoomHeader/UserInfo/index.vue2.mjs +3 -2
- package/es/components/RoomHeader/index/LayoutControl.vue2.mjs +1 -1
- package/es/components/RoomHeader/index/index.vue.d.ts +1 -5
- package/es/components/RoomHeader/index/index.vue.mjs +1 -1
- package/es/components/RoomHeader/index/index.vue2.mjs +0 -15
- package/es/components/RoomHome/RoomControl/index.vue.d.ts +0 -5
- package/es/components/RoomHome/RoomControl/index.vue.mjs +1 -1
- package/es/components/RoomHome/RoomControl/index.vue2.mjs +1 -2
- package/es/components/RoomInvite/InvitationNotification.vue2.mjs +1 -1
- package/es/components/RoomInvite/useRoomInviteHooks.mjs +2 -2
- package/es/components/RoomOverlay/RoomOverlay.vue.mjs +16 -0
- package/es/components/RoomOverlay/RoomOverlay.vue2.mjs +4 -0
- package/es/components/RoomOverlay/useRoomOverlayHooks.d.ts +15 -0
- package/es/components/RoomOverlay/useRoomOverlayHooks.mjs +30 -0
- package/es/components/RoomSidebar/index.vue.mjs +1 -1
- package/es/components/ScheduleConference/InvitePanel.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue2.mjs +11 -7
- package/es/components/ScheduleConference/ScheduleRoomControl.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleRoomControl.vue2.mjs +3 -3
- package/es/components/ScheduleConference/ScheduleRoomList.vue2.mjs +2 -2
- package/es/components/ScheduleConference/ShareLink.vue2.mjs +1 -1
- package/es/components/ScheduleConference/TimezonePicker.vue.mjs +1 -1
- package/es/components/Stream/MultiStreamView/index.vue.d.ts +33 -0
- package/es/components/{Chat/MessageList → Stream/MultiStreamView}/index.vue.mjs +2 -2
- package/es/components/Stream/MultiStreamView/index.vue2.mjs +99 -0
- package/es/components/Stream/MultiStreamView/useMultiStreamViewHook.d.ts +17 -0
- package/es/components/Stream/MultiStreamView/useMultiStreamViewHook.mjs +95 -0
- package/es/components/Stream/SingleStreamView/index.vue.d.ts +25 -0
- package/es/components/Stream/SingleStreamView/index.vue.mjs +30 -0
- package/es/components/Stream/SingleStreamView/index.vue2.mjs +4 -0
- package/es/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue.mjs +1 -1
- package/es/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue2.mjs +23 -58
- package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.mjs +1 -1
- package/es/components/Stream/common/StreamList/index.vue.d.ts +27 -0
- package/es/components/{RoomContent → Stream/common}/StreamList/index.vue.mjs +2 -2
- package/es/components/{RoomContent → Stream/common}/StreamList/index.vue2.mjs +59 -95
- package/{lib/components/RoomContent/StreamRegion → es/components/Stream/common}/StreamPlay/index.vue.d.ts +9 -6
- package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue.mjs +1 -1
- package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue2.mjs +17 -12
- package/es/components/Stream/common/StreamRegion/index.vue.d.ts +25 -0
- package/es/components/{RoomContent → Stream/common}/StreamRegion/index.vue.mjs +2 -2
- package/es/components/{RoomContent → Stream/common}/StreamRegion/index.vue2.mjs +24 -27
- package/es/components/common/Language.vue.mjs +1 -1
- package/es/components/common/SwitchTheme.vue.mjs +1 -1
- package/es/components/common/base/Button.vue.d.ts +1 -1
- package/es/components/common/base/Checkbox/index.vue.d.ts +1 -1
- package/es/components/common/base/Dialog/index.vue.d.ts +4 -4
- package/es/components/common/base/IconButton.vue.d.ts +3 -3
- package/es/components/common/base/Input/index.vue.d.ts +4 -4
- package/es/components/common/base/Message/Message.vue.d.ts +4 -4
- package/es/components/common/base/MessageBox/index.vue.d.ts +1 -1
- package/es/components/common/base/Notification/index.vue.d.ts +1 -1
- package/es/components/common/base/Select/index.vue.d.ts +1 -1
- package/es/components/common/base/Select/index.vue2.mjs +1 -1
- package/es/components/common/base/Slider.vue.d.ts +1 -1
- package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue.mjs +2 -2
- package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue2.mjs +8 -7
- package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue.mjs +2 -2
- package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue2.mjs +9 -8
- package/es/conference.d.ts +6 -0
- package/es/conference.mjs +7 -1
- package/es/conference.vue.mjs +1 -1
- package/es/conference.vue2.mjs +14 -24
- package/es/extension/chatExtension.mjs +1 -1
- package/es/extension/utils/interact.mjs +1 -1
- package/es/extension/utils/setLanguage.mjs +1 -1
- package/es/hooks/useMasterApplyControl.mjs +2 -1
- package/es/index.d.ts +1 -0
- package/es/index.mjs +969 -1197
- package/es/locales/en-US.d.ts +2 -1
- package/es/locales/en-US.mjs +3 -2
- package/es/locales/zh-CN.d.ts +2 -1
- package/es/locales/zh-CN.mjs +2 -1
- package/es/preConference.vue.d.ts +5 -0
- package/es/preConference.vue.mjs +1 -1
- package/es/preConference.vue2.mjs +7 -4
- package/es/services/index.d.ts +1 -0
- package/es/services/manager/chatManager.d.ts +0 -2
- package/es/services/manager/chatManager.mjs +6 -12
- package/{lib/services/manager/MediaManager.d.ts → es/services/manager/mediaManager.d.ts} +16 -13
- package/es/services/manager/{MediaManager.mjs → mediaManager.mjs} +110 -113
- package/es/services/manager/roomActionManager.d.ts +3 -0
- package/es/services/manager/roomActionManager.mjs +7 -0
- package/es/services/manager/scheduleConferenceManager.d.ts +1 -0
- package/es/services/manager/scheduleConferenceManager.mjs +24 -1
- package/es/services/manager/trackingManager.d.ts +11 -0
- package/es/services/manager/trackingManager.mjs +20 -0
- package/es/services/manager/userManager.d.ts +11 -1
- package/es/services/manager/userManager.mjs +159 -9
- package/es/services/roomService.d.ts +3 -2
- package/es/services/roomService.mjs +23 -41
- package/es/stores/basic.mjs +6 -1
- package/es/stores/room.d.ts +29 -1
- package/es/stores/room.mjs +49 -59
- package/es/utils/domOperation.d.ts +4 -0
- package/es/utils/domOperation.mjs +17 -23
- package/es/utils/utils.d.ts +11 -0
- package/es/utils/utils.mjs +43 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.d.ts +2 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.js +67 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue2.js +22 -9
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.js +13 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.js +13 -13
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.js +1 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/server.d.ts +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/server.js +12 -3
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.js +2 -1
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.js +2 -2
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +1 -1
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue2.js +2 -2
- package/lib/components/Chat/ChatKit/locales/en/TUIChat.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIChat.js +5 -2
- package/lib/components/Chat/ChatKit/locales/en/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/en/message.js +2 -2
- package/lib/components/Chat/ChatKit/locales/index.d.ts +4 -1083
- package/lib/components/Chat/ChatKit/locales/index.js +3 -1
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.js +4 -1
- package/lib/components/Chat/ChatKit/locales/zh_cn/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIChat.d.ts +153 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIChat.js +155 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIContact.d.ts +65 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIContact.js +67 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIConversation.d.ts +23 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIConversation.js +25 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIGroup.d.ts +86 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIGroup.js +88 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUISearch.d.ts +40 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUISearch.js +42 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/component.d.ts +20 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/component.js +22 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/emoji.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/emoji.js +4 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/evaluate.d.ts +10 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/evaluate.js +12 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/index.d.ts +513 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/index.js +39 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/message.d.ts +61 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/message.js +63 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/time.d.ts +36 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/time.js +38 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/translate.d.ts +163 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/words.d.ts +13 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/words.js +15 -0
- package/lib/components/Chat/ChatKit/utils/riseInput.d.ts +1 -0
- package/lib/components/Chat/ChatKit/utils/riseInput.js +45 -0
- package/lib/components/Chat/index/index.vue.js +1 -1
- package/lib/components/Chat/index/index.vue2.js +2 -17
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +2 -2
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.js +3 -3
- package/lib/components/ManageMember/MemberInvite/MemberInvite.vue2.js +1 -1
- package/lib/components/PreRoom/PasswordDialog.vue.js +1 -1
- package/lib/components/PreRoom/PasswordDialog.vue2.js +20 -11
- package/lib/components/RoomContent/StreamContainer/index.vue.d.ts +1 -14
- package/lib/components/RoomContent/StreamContainer/index.vue.js +1 -1
- package/lib/components/RoomContent/StreamContainer/index.vue2.js +109 -260
- package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -9
- package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.js +11 -0
- package/lib/components/RoomContent/index.vue.d.ts +1 -14
- package/lib/components/RoomContent/index.vue.js +1 -1
- package/lib/components/RoomContent/index.vue2.js +1 -4
- package/lib/components/RoomFooter/AIControl.vue.d.ts +1 -5
- package/lib/components/RoomFooter/AIControl.vue.js +1 -1
- package/lib/components/RoomFooter/AIControl.vue2.js +5 -8
- package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.js +1 -1
- package/lib/components/RoomFooter/BasicBeauty.vue.js +1 -1
- package/lib/components/RoomFooter/BasicBeauty.vue2.js +6 -3
- package/lib/components/RoomFooter/ChatControl.vue.js +2 -1
- package/lib/components/RoomFooter/EndControl/index.vue.js +1 -1
- package/lib/components/RoomFooter/EndControl/index.vue2.js +4 -6
- package/lib/components/RoomFooter/EndControl/useEndControlHooks.js +8 -12
- package/lib/components/RoomFooter/FullScreenControl.vue.js +1 -1
- package/lib/components/RoomFooter/InviteControl.vue.js +1 -1
- package/lib/components/RoomFooter/InviteControl.vue2.js +2 -1
- package/lib/components/RoomFooter/ManageMemberControl.vue.js +1 -1
- package/lib/components/RoomFooter/MoreControl/index.vue.js +1 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue.js +1 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue2.js +3 -3
- package/lib/components/RoomFooter/VirtualBackground.vue.js +1 -1
- package/lib/components/RoomFooter/VirtualBackground.vue2.js +5 -2
- package/lib/components/RoomFooter/WhiteboardControl.vue.js +13 -3
- package/lib/components/RoomFooter/index/index.vue.d.ts +1 -5
- package/lib/components/RoomFooter/index/index.vue.js +1 -1
- package/lib/components/RoomFooter/index/index.vue2.js +2 -8
- package/lib/components/RoomHeader/UserInfo/index.vue.js +1 -1
- package/lib/components/RoomHeader/UserInfo/index.vue2.js +3 -2
- package/lib/components/RoomHeader/index/LayoutControl.vue2.js +1 -1
- package/lib/components/RoomHeader/index/index.vue.d.ts +1 -5
- package/lib/components/RoomHeader/index/index.vue.js +1 -1
- package/lib/components/RoomHeader/index/index.vue2.js +0 -15
- package/lib/components/RoomHome/RoomControl/index.vue.d.ts +0 -5
- package/lib/components/RoomHome/RoomControl/index.vue.js +1 -1
- package/lib/components/RoomHome/RoomControl/index.vue2.js +1 -2
- package/lib/components/RoomInvite/InvitationNotification.vue2.js +1 -1
- package/lib/components/RoomInvite/useRoomInviteHooks.js +2 -2
- package/lib/components/RoomOverlay/RoomOverlay.vue.js +16 -0
- package/lib/components/RoomOverlay/RoomOverlay.vue2.js +4 -0
- package/lib/components/RoomOverlay/useRoomOverlayHooks.d.ts +15 -0
- package/lib/components/RoomOverlay/useRoomOverlayHooks.js +30 -0
- package/lib/components/RoomSidebar/index.vue.js +1 -1
- package/lib/components/ScheduleConference/InvitePanel.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue2.js +11 -7
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue2.js +3 -3
- package/lib/components/ScheduleConference/ScheduleRoomList.vue2.js +2 -2
- package/lib/components/ScheduleConference/ShareLink.vue2.js +1 -1
- package/lib/components/ScheduleConference/TimezonePicker.vue.js +1 -1
- package/lib/components/Stream/MultiStreamView/index.vue.d.ts +33 -0
- package/lib/components/{Chat/MessageList → Stream/MultiStreamView}/index.vue.js +2 -2
- package/lib/components/Stream/MultiStreamView/index.vue2.js +99 -0
- package/lib/components/Stream/MultiStreamView/useMultiStreamViewHook.d.ts +17 -0
- package/lib/components/Stream/MultiStreamView/useMultiStreamViewHook.js +95 -0
- package/lib/components/Stream/SingleStreamView/index.vue.d.ts +25 -0
- package/lib/components/Stream/SingleStreamView/index.vue.js +30 -0
- package/lib/components/Stream/SingleStreamView/index.vue2.js +4 -0
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue.js +1 -1
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue2.js +22 -57
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.js +1 -1
- package/lib/components/Stream/common/StreamList/index.vue.d.ts +27 -0
- package/lib/components/{RoomContent → Stream/common}/StreamList/index.vue.js +2 -2
- package/lib/components/{RoomContent → Stream/common}/StreamList/index.vue2.js +60 -96
- package/{es/components/RoomContent/StreamRegion → lib/components/Stream/common}/StreamPlay/index.vue.d.ts +9 -6
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue.js +1 -1
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue2.js +21 -16
- package/lib/components/Stream/common/StreamRegion/index.vue.d.ts +25 -0
- package/lib/components/{RoomContent → Stream/common}/StreamRegion/index.vue.js +2 -2
- package/lib/components/{RoomContent → Stream/common}/StreamRegion/index.vue2.js +24 -27
- package/lib/components/common/Language.vue.js +1 -1
- package/lib/components/common/SwitchTheme.vue.js +1 -1
- package/lib/components/common/base/Button.vue.d.ts +1 -1
- package/lib/components/common/base/Checkbox/index.vue.d.ts +1 -1
- package/lib/components/common/base/Dialog/index.vue.d.ts +4 -4
- package/lib/components/common/base/IconButton.vue.d.ts +3 -3
- package/lib/components/common/base/Input/index.vue.d.ts +4 -4
- package/lib/components/common/base/Message/Message.vue.d.ts +4 -4
- package/lib/components/common/base/MessageBox/index.vue.d.ts +1 -1
- package/lib/components/common/base/Notification/index.vue.d.ts +1 -1
- package/lib/components/common/base/Select/index.vue.d.ts +1 -1
- package/lib/components/common/base/Select/index.vue2.js +1 -1
- package/lib/components/common/base/Slider.vue.d.ts +1 -1
- package/lib/components/{AITools → common/widgets/AITools}/AISubtitles.vue.js +2 -2
- package/lib/components/{AITools → common/widgets/AITools}/AISubtitles.vue2.js +8 -7
- package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue.js +2 -2
- package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue2.js +9 -8
- package/lib/conference.d.ts +6 -0
- package/lib/conference.js +7 -1
- package/lib/conference.vue.js +1 -1
- package/lib/conference.vue2.js +14 -24
- package/lib/extension/chatExtension.js +1 -1
- package/lib/extension/utils/interact.js +1 -1
- package/lib/extension/utils/setLanguage.js +1 -1
- package/lib/hooks/useMasterApplyControl.js +2 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +969 -1197
- package/lib/locales/en-US.d.ts +2 -1
- package/lib/locales/en-US.js +3 -2
- package/lib/locales/zh-CN.d.ts +2 -1
- package/lib/locales/zh-CN.js +2 -1
- package/lib/preConference.vue.d.ts +5 -0
- package/lib/preConference.vue.js +1 -1
- package/lib/preConference.vue2.js +6 -3
- package/lib/services/index.d.ts +1 -0
- package/lib/services/manager/chatManager.d.ts +0 -2
- package/lib/services/manager/chatManager.js +6 -12
- package/{es/services/manager/MediaManager.d.ts → lib/services/manager/mediaManager.d.ts} +16 -13
- package/lib/services/manager/{MediaManager.js → mediaManager.js} +109 -112
- package/lib/services/manager/roomActionManager.d.ts +3 -0
- package/lib/services/manager/roomActionManager.js +7 -0
- package/lib/services/manager/scheduleConferenceManager.d.ts +1 -0
- package/lib/services/manager/scheduleConferenceManager.js +23 -0
- package/lib/services/manager/trackingManager.d.ts +11 -0
- package/lib/services/manager/trackingManager.js +20 -0
- package/lib/services/manager/userManager.d.ts +11 -1
- package/lib/services/manager/userManager.js +158 -8
- package/lib/services/roomService.d.ts +3 -2
- package/lib/services/roomService.js +24 -42
- package/lib/stores/basic.js +6 -1
- package/lib/stores/room.d.ts +29 -1
- package/lib/stores/room.js +49 -59
- package/lib/utils/domOperation.d.ts +4 -0
- package/lib/utils/domOperation.js +17 -23
- package/lib/utils/utils.d.ts +11 -0
- package/lib/utils/utils.js +43 -0
- package/package.json +4 -4
- package/src/TUIRoom/components/Chat/ChatKit/CHANGELOG.md +35 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/index.vue +24 -8
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue +15 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue +13 -13
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/index.vue +1 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue +2 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue +4 -6
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue +9 -3
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/server.ts +12 -3
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.ts +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/index.vue +3 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/index.vue +2 -2
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/index.vue +1 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/h5.scss +4 -3
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/modal.scss +0 -2
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue +2 -2
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Overlay/index.vue +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/index.vue +2 -2
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIChat.ts +4 -1
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/message.ts +2 -2
- package/src/TUIRoom/components/Chat/ChatKit/locales/index.ts +9 -3
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIChat.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIChat.ts +154 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIContact.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIConversation.ts +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIGroup.ts +87 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUISearch.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/component.ts +21 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/emoji.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/evaluate.ts +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/index.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/message.ts +62 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/time.ts +37 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/translate.ts +164 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/words.ts +14 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/riseInput.ts +53 -0
- package/src/TUIRoom/components/Chat/index/index.vue +2 -20
- package/src/TUIRoom/components/ManageMember/MemberControl/useMemberControlHooks.ts +7 -4
- package/src/TUIRoom/components/PreRoom/PasswordDialog.vue +21 -11
- package/src/TUIRoom/components/RoomContent/StreamContainer/index.vue +107 -384
- package/src/TUIRoom/components/RoomContent/StreamContainer/useStreamContainerHooks.ts +5 -112
- package/src/TUIRoom/components/RoomContent/index.vue +1 -5
- package/src/TUIRoom/components/RoomFooter/AIControl.vue +7 -6
- package/src/TUIRoom/components/RoomFooter/BasicBeauty.vue +1 -1
- package/src/TUIRoom/components/RoomFooter/ChatControl.vue +1 -0
- package/src/TUIRoom/components/RoomFooter/EndControl/index.vue +4 -3
- package/src/TUIRoom/components/RoomFooter/EndControl/useEndControlHooks.ts +4 -10
- package/src/TUIRoom/components/RoomFooter/InviteControl.vue +1 -0
- package/src/TUIRoom/components/RoomFooter/ScreenShareControl/Index.vue +3 -3
- package/src/TUIRoom/components/RoomFooter/VirtualBackground.vue +1 -1
- package/src/TUIRoom/components/RoomFooter/WhiteboardControl.vue +13 -2
- package/src/TUIRoom/components/RoomFooter/index/index.vue +0 -6
- package/src/TUIRoom/components/RoomHeader/UserInfo/index.vue +2 -5
- package/src/TUIRoom/components/RoomHeader/index/index.vue +0 -17
- package/src/TUIRoom/components/RoomHome/RoomControl/index.vue +0 -2
- package/src/TUIRoom/components/RoomInvite/useRoomInviteHooks.ts +2 -2
- package/src/TUIRoom/components/RoomOverlay/RoomOverlay.vue +13 -0
- package/src/TUIRoom/components/RoomOverlay/useRoomOverlayHooks.ts +21 -0
- package/src/TUIRoom/components/RoomSidebar/index.vue +1 -1
- package/src/TUIRoom/components/ScheduleConference/InvitePanel.vue +1 -0
- package/src/TUIRoom/components/ScheduleConference/ScheduleConferencePanel/index.vue +10 -4
- package/src/TUIRoom/components/ScheduleConference/ScheduleRoomControl.vue +1 -0
- package/src/TUIRoom/components/Stream/MultiStreamView/index.vue +161 -0
- package/src/TUIRoom/components/Stream/MultiStreamView/useMultiStreamViewHook.ts +107 -0
- package/src/TUIRoom/components/Stream/SingleStreamView/index.vue +32 -0
- package/src/TUIRoom/components/Stream/common/LocalScreenView/index.vue +150 -0
- package/src/TUIRoom/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue +1 -6
- package/src/TUIRoom/components/{RoomContent → Stream/common}/StreamList/index.vue +74 -124
- package/src/TUIRoom/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue +28 -13
- package/src/TUIRoom/components/{RoomContent → Stream/common}/StreamRegion/index.vue +27 -32
- package/src/TUIRoom/components/common/base/Swiper.vue +20 -6
- package/src/TUIRoom/components/{AITools → common/widgets/AITools}/AISubtitles.vue +2 -2
- package/src/TUIRoom/components/{AITools → common/widgets/AITools}/AITranscription.vue +3 -3
- package/src/TUIRoom/conference.ts +14 -0
- package/src/TUIRoom/conference.vue +10 -23
- package/src/TUIRoom/hooks/useMasterApplyControl.ts +2 -1
- package/src/TUIRoom/index.ts +3 -1
- package/src/TUIRoom/locales/en-US.ts +4 -3
- package/src/TUIRoom/locales/zh-CN.ts +3 -1
- package/src/TUIRoom/preConference.vue +3 -1
- package/src/TUIRoom/services/index.ts +1 -0
- package/src/TUIRoom/services/manager/chatManager.ts +7 -16
- package/src/TUIRoom/services/manager/{MediaManager.ts → mediaManager.ts} +125 -136
- package/src/TUIRoom/services/manager/roomActionManager.ts +5 -0
- package/src/TUIRoom/services/manager/scheduleConferenceManager.ts +24 -1
- package/src/TUIRoom/services/manager/trackingManager.ts +22 -0
- package/src/TUIRoom/services/manager/userManager.ts +201 -7
- package/src/TUIRoom/services/roomService.ts +5 -24
- package/src/TUIRoom/stores/basic.ts +6 -0
- package/src/TUIRoom/stores/room.ts +60 -71
- package/src/TUIRoom/utils/domOperation.ts +27 -0
- package/src/TUIRoom/utils/utils.ts +61 -0
- package/es/components/Chat/ChatEditor/index.vue.mjs +0 -7
- package/es/components/Chat/ChatEditor/index.vue2.mjs +0 -45
- package/es/components/Chat/ChatEditor/useChatEditor.mjs +0 -83
- package/es/components/Chat/EditorTools/index.vue.d.ts +0 -6
- package/es/components/Chat/EditorTools/index.vue.mjs +0 -7
- package/es/components/Chat/EditorTools/index.vue2.mjs +0 -59
- package/es/components/Chat/MessageList/index.vue2.mjs +0 -101
- package/es/components/Chat/MessageList/useMessageListHook.mjs +0 -142
- package/es/components/Chat/MessageTypes/MessageText.vue.d.ts +0 -8
- package/es/components/Chat/MessageTypes/MessageText.vue.mjs +0 -7
- package/es/components/Chat/MessageTypes/MessageText.vue2.mjs +0 -31
- package/es/components/Chat/util.mjs +0 -432
- package/es/components/RoomContent/StreamList/index.vue.d.ts +0 -39
- package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +0 -14
- package/es/components/RoomContent/StreamRegion/index.vue.d.ts +0 -42
- package/es/components/common/icons/EmojiIcon.vue.mjs +0 -21
- package/lib/components/Chat/ChatEditor/index.vue.js +0 -7
- package/lib/components/Chat/ChatEditor/index.vue2.js +0 -45
- package/lib/components/Chat/ChatEditor/useChatEditor.js +0 -83
- package/lib/components/Chat/EditorTools/index.vue.d.ts +0 -6
- package/lib/components/Chat/EditorTools/index.vue.js +0 -7
- package/lib/components/Chat/EditorTools/index.vue2.js +0 -59
- package/lib/components/Chat/MessageList/index.vue.d.ts +0 -2
- package/lib/components/Chat/MessageList/index.vue2.js +0 -101
- package/lib/components/Chat/MessageList/useMessageListHook.js +0 -142
- package/lib/components/Chat/MessageTypes/MessageText.vue.d.ts +0 -8
- package/lib/components/Chat/MessageTypes/MessageText.vue.js +0 -7
- package/lib/components/Chat/MessageTypes/MessageText.vue2.js +0 -31
- package/lib/components/Chat/util.js +0 -432
- package/lib/components/RoomContent/StreamList/index.vue.d.ts +0 -39
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +0 -14
- package/lib/components/RoomContent/StreamRegion/index.vue.d.ts +0 -42
- package/lib/components/common/icons/EmojiIcon.vue.d.ts +0 -2
- package/lib/components/common/icons/EmojiIcon.vue.js +0 -21
- /package/es/components/{AITools/AISubtitles.vue.d.ts → RoomOverlay/RoomOverlay.vue.d.ts} +0 -0
- /package/es/components/{Chat/ChatEditor → Stream/common/LocalScreenView}/index.vue.d.ts +0 -0
- /package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.d.ts +0 -0
- /package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue2.mjs +0 -0
- /package/{lib/components → es/components/common/widgets}/AITools/AISubtitles.vue.d.ts +0 -0
- /package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue.d.ts +0 -0
- /package/{es/components/Chat/MessageList/index.vue.d.ts → lib/components/RoomOverlay/RoomOverlay.vue.d.ts} +0 -0
- /package/lib/components/{Chat/ChatEditor → Stream/common/LocalScreenView}/index.vue.d.ts +0 -0
- /package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.d.ts +0 -0
- /package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue2.js +0 -0
- /package/{es/components/common/icons/EmojiIcon.vue.d.ts → lib/components/common/widgets/AITools/AISubtitles.vue.d.ts} +0 -0
- /package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue.d.ts +0 -0
|
@@ -11,10 +11,10 @@ const index$3 = require("../../../utils/common/logger/index.js");
|
|
|
11
11
|
require("../../../services/main.js");
|
|
12
12
|
const roomService = require("../../../services/roomService.js");
|
|
13
13
|
require("../../../locales/index.js");
|
|
14
|
+
require("../../../utils/environment.js");
|
|
14
15
|
require("mitt");
|
|
15
16
|
require("../../../services/manager/roomActionManager.js");
|
|
16
17
|
require("@tencentcloud/tui-core");
|
|
17
|
-
require("../../../utils/environment.js");
|
|
18
18
|
const _hoisted_1 = { class: "end-control-container" };
|
|
19
19
|
const _hoisted_2 = { key: 0 };
|
|
20
20
|
const _hoisted_3 = { key: 1 };
|
|
@@ -25,7 +25,6 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
25
25
|
setup(__props) {
|
|
26
26
|
const {
|
|
27
27
|
t,
|
|
28
|
-
isShowLeaveRoomDialog,
|
|
29
28
|
roomStore,
|
|
30
29
|
roomEngine,
|
|
31
30
|
stopMeeting,
|
|
@@ -47,7 +46,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
47
46
|
stopMeeting();
|
|
48
47
|
}
|
|
49
48
|
function handleEndLeaveClick() {
|
|
50
|
-
if (!roomStore.isMaster) {
|
|
49
|
+
if (!roomStore.isMaster || roomStore.isMaster && remoteEnteredUserList.value.length === 0) {
|
|
51
50
|
leaveRoom();
|
|
52
51
|
return;
|
|
53
52
|
}
|
|
@@ -130,8 +129,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
130
129
|
]),
|
|
131
130
|
_: 1
|
|
132
131
|
})) : Vue.createCommentVNode("", true),
|
|
133
|
-
Vue.
|
|
134
|
-
key: 1,
|
|
132
|
+
Vue.createVNode(Button.default, {
|
|
135
133
|
class: "button",
|
|
136
134
|
size: "default",
|
|
137
135
|
onClick: handleEndLeaveClick
|
|
@@ -140,7 +138,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
140
138
|
Vue.createTextVNode(Vue.toDisplayString(Vue.unref(t)("Leave")), 1)
|
|
141
139
|
]),
|
|
142
140
|
_: 1
|
|
143
|
-
})
|
|
141
|
+
}),
|
|
144
142
|
Vue.createVNode(Button.default, {
|
|
145
143
|
class: "button",
|
|
146
144
|
type: "primary",
|
|
@@ -12,10 +12,10 @@ const index$1 = require("../../../utils/common/logger/index.js");
|
|
|
12
12
|
const Message = require("../../common/base/Message/Message.js");
|
|
13
13
|
require("../../../services/main.js");
|
|
14
14
|
const roomService = require("../../../services/roomService.js");
|
|
15
|
+
require("../../../utils/environment.js");
|
|
15
16
|
require("mitt");
|
|
16
17
|
require("../../../services/manager/roomActionManager.js");
|
|
17
18
|
require("@tencentcloud/tui-core");
|
|
18
|
-
require("../../../utils/environment.js");
|
|
19
19
|
function useEndControl() {
|
|
20
20
|
const { t } = index.useI18n();
|
|
21
21
|
let DialogType;
|
|
@@ -38,9 +38,6 @@ function useEndControl() {
|
|
|
38
38
|
const title = Vue.computed(
|
|
39
39
|
() => currentDialogType.value === 0 ? t("Leave room?") : t("Select a new host")
|
|
40
40
|
);
|
|
41
|
-
const isShowLeaveRoomDialog = Vue.computed(
|
|
42
|
-
() => roomStore.isMaster && remoteEnteredUserList.value.length > 0 || !roomStore.isMaster
|
|
43
|
-
);
|
|
44
41
|
const { isSidebarOpen, sidebarName } = pinia.storeToRefs(basicStore);
|
|
45
42
|
const showSideBar = Vue.computed(
|
|
46
43
|
() => isSidebarOpen.value && sidebarName.value === "transfer-leave"
|
|
@@ -128,7 +125,7 @@ function useEndControl() {
|
|
|
128
125
|
}
|
|
129
126
|
}
|
|
130
127
|
const onUserRoleChanged = async (eventInfo) => {
|
|
131
|
-
var _a, _b;
|
|
128
|
+
var _a, _b, _c, _d, _e, _f;
|
|
132
129
|
const { userId, userRole } = eventInfo;
|
|
133
130
|
const isLocal = roomStore.localUser.userId === userId;
|
|
134
131
|
const oldUserRole = roomStore.getUserRole(userId);
|
|
@@ -136,10 +133,10 @@ function useEndControl() {
|
|
|
136
133
|
switch (userRole) {
|
|
137
134
|
case TUIRoomEngine.TUIRole.kGeneralUser:
|
|
138
135
|
if (isLocal) {
|
|
139
|
-
if ((roomStore == null ? void 0 : roomStore.isMicrophoneDisableForAllUser) && !roomStore.localStream.hasAudioStream) {
|
|
136
|
+
if ((roomStore == null ? void 0 : roomStore.isMicrophoneDisableForAllUser) && !((_a = roomStore.localStream) == null ? void 0 : _a.hasAudioStream)) {
|
|
140
137
|
roomStore.setCanControlSelfAudio(false);
|
|
141
138
|
}
|
|
142
|
-
if ((roomStore == null ? void 0 : roomStore.isCameraDisableForAllUser) && !roomStore.localStream.hasVideoStream) {
|
|
139
|
+
if ((roomStore == null ? void 0 : roomStore.isCameraDisableForAllUser) && !((_b = roomStore.localStream) == null ? void 0 : _b.hasVideoStream)) {
|
|
143
140
|
roomStore.setCanControlSelfVideo(false);
|
|
144
141
|
}
|
|
145
142
|
if (oldUserRole === TUIRoomEngine.TUIRole.kAdministrator) {
|
|
@@ -148,10 +145,10 @@ function useEndControl() {
|
|
|
148
145
|
message: t("Your administrator status has been revoked")
|
|
149
146
|
});
|
|
150
147
|
}
|
|
151
|
-
if (roomStore.localStream.hasAudioStream) {
|
|
148
|
+
if ((_c = roomStore.localStream) == null ? void 0 : _c.hasAudioStream) {
|
|
152
149
|
roomStore.setCanControlSelfAudio(true);
|
|
153
150
|
}
|
|
154
|
-
if (roomStore.localStream.hasVideoStream) {
|
|
151
|
+
if ((_d = roomStore.localStream) == null ? void 0 : _d.hasVideoStream) {
|
|
155
152
|
roomStore.setCanControlSelfVideo(true);
|
|
156
153
|
}
|
|
157
154
|
}
|
|
@@ -178,7 +175,7 @@ function useEndControl() {
|
|
|
178
175
|
});
|
|
179
176
|
if (roomStore.isSpeakAfterTakingSeatMode) {
|
|
180
177
|
if (!roomStore.isAnchor) {
|
|
181
|
-
await ((
|
|
178
|
+
await ((_e = roomEngine.instance) == null ? void 0 : _e.takeSeat({
|
|
182
179
|
seatIndex: -1,
|
|
183
180
|
timeout: 0
|
|
184
181
|
}));
|
|
@@ -186,7 +183,7 @@ function useEndControl() {
|
|
|
186
183
|
handleUpdateSeatApplicationList();
|
|
187
184
|
}
|
|
188
185
|
if (chatStore.isMessageDisabled) {
|
|
189
|
-
(
|
|
186
|
+
(_f = roomEngine.instance) == null ? void 0 : _f.disableSendingMessageByAdmin({
|
|
190
187
|
userId,
|
|
191
188
|
isDisable: false
|
|
192
189
|
});
|
|
@@ -218,7 +215,6 @@ function useEndControl() {
|
|
|
218
215
|
return {
|
|
219
216
|
t,
|
|
220
217
|
basicStore,
|
|
221
|
-
isShowLeaveRoomDialog,
|
|
222
218
|
roomStore,
|
|
223
219
|
roomEngine,
|
|
224
220
|
localUser,
|
|
@@ -9,10 +9,10 @@ const constants = require("../../utils/constants.js");
|
|
|
9
9
|
require("../../services/main.js");
|
|
10
10
|
const roomService = require("../../services/roomService.js");
|
|
11
11
|
require("@tencentcloud/tuiroom-engine-electron");
|
|
12
|
+
require("../../utils/environment.js");
|
|
12
13
|
require("mitt");
|
|
13
14
|
require("../../services/manager/roomActionManager.js");
|
|
14
15
|
require("@tencentcloud/tui-core");
|
|
15
|
-
require("../../utils/environment.js");
|
|
16
16
|
const _hoisted_1 = {
|
|
17
17
|
key: 0,
|
|
18
18
|
class: "fullscreen-control-container"
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const InviteControl_vue_vue_type_script_setup_true_lang = require("./InviteControl.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const InviteControl = /* @__PURE__ */ _pluginVue_exportHelper.default(InviteControl_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const InviteControl = /* @__PURE__ */ _pluginVue_exportHelper.default(InviteControl_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-3bb93d53"]]);
|
|
7
7
|
exports.default = InviteControl;
|
|
@@ -9,10 +9,10 @@ const index = require("../../locales/index.js");
|
|
|
9
9
|
require("../../services/main.js");
|
|
10
10
|
const roomService = require("../../services/roomService.js");
|
|
11
11
|
require("@tencentcloud/tuiroom-engine-electron");
|
|
12
|
+
const environment = require("../../utils/environment.js");
|
|
12
13
|
require("mitt");
|
|
13
14
|
require("../../services/manager/roomActionManager.js");
|
|
14
15
|
require("@tencentcloud/tui-core");
|
|
15
|
-
const environment = require("../../utils/environment.js");
|
|
16
16
|
const index$1 = require("../RoomInvite/index.vue.js");
|
|
17
17
|
const vClickOutside = require("../../directives/vClickOutside.js");
|
|
18
18
|
const _hoisted_1 = {
|
|
@@ -43,6 +43,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
43
43
|
visible: isShowInviteTab.value
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
|
+
roomService.roomService.trackingManager.sendMessage("experience-invite");
|
|
46
47
|
}
|
|
47
48
|
function handleClickOutSide() {
|
|
48
49
|
if (isShowInviteTab.value) {
|
|
@@ -10,10 +10,10 @@ const index = require("../../locales/index.js");
|
|
|
10
10
|
require("../../services/main.js");
|
|
11
11
|
const roomService = require("../../services/roomService.js");
|
|
12
12
|
require("@tencentcloud/tuiroom-engine-electron");
|
|
13
|
+
require("../../utils/environment.js");
|
|
13
14
|
require("mitt");
|
|
14
15
|
require("../../services/manager/roomActionManager.js");
|
|
15
16
|
require("@tencentcloud/tui-core");
|
|
16
|
-
require("../../utils/environment.js");
|
|
17
17
|
const _hoisted_1 = {
|
|
18
18
|
key: 0,
|
|
19
19
|
class: "manage-member-control-container"
|
|
@@ -8,10 +8,10 @@ require("../../../services/main.js");
|
|
|
8
8
|
const roomService = require("../../../services/roomService.js");
|
|
9
9
|
require("../../../locales/index.js");
|
|
10
10
|
require("@tencentcloud/tuiroom-engine-electron");
|
|
11
|
+
require("../../../utils/environment.js");
|
|
11
12
|
require("mitt");
|
|
12
13
|
require("../../../services/manager/roomActionManager.js");
|
|
13
14
|
require("@tencentcloud/tui-core");
|
|
14
|
-
require("../../../utils/environment.js");
|
|
15
15
|
const _hoisted_1 = {
|
|
16
16
|
key: 0,
|
|
17
17
|
class: "more-control-container"
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const Index_vue_vue_type_script_setup_true_lang = require("./Index.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const ScreenShareControl = /* @__PURE__ */ _pluginVue_exportHelper.default(Index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const ScreenShareControl = /* @__PURE__ */ _pluginVue_exportHelper.default(Index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-6f44af77"]]);
|
|
7
7
|
exports.default = ScreenShareControl;
|
|
@@ -26,7 +26,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
26
26
|
const roomStore = room.useRoomStore();
|
|
27
27
|
const {
|
|
28
28
|
isAudience,
|
|
29
|
-
|
|
29
|
+
remoteScreenStream,
|
|
30
30
|
isGeneralUser,
|
|
31
31
|
isScreenShareDisableForAllUser,
|
|
32
32
|
isWhiteboardVisiable,
|
|
@@ -63,7 +63,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
63
63
|
});
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
|
-
if (
|
|
66
|
+
if (remoteScreenStream.value) {
|
|
67
67
|
Message.default({
|
|
68
68
|
type: "warning",
|
|
69
69
|
message: t("Another user is sharing the screen."),
|
|
@@ -113,7 +113,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
113
113
|
}
|
|
114
114
|
async function onConfirmScreenShare(screenInfo) {
|
|
115
115
|
var _a;
|
|
116
|
-
if (
|
|
116
|
+
if (remoteScreenStream.value) {
|
|
117
117
|
Message.default({
|
|
118
118
|
type: "warning",
|
|
119
119
|
message: t(
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const VirtualBackground_vue_vue_type_script_setup_true_lang = require("./VirtualBackground.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const VirtualBackground = /* @__PURE__ */ _pluginVue_exportHelper.default(VirtualBackground_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const VirtualBackground = /* @__PURE__ */ _pluginVue_exportHelper.default(VirtualBackground_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-48bcc11c"]]);
|
|
7
7
|
exports.default = VirtualBackground;
|
|
@@ -7,10 +7,10 @@ const index = require("../../locales/index.js");
|
|
|
7
7
|
require("../../services/main.js");
|
|
8
8
|
const roomService = require("../../services/roomService.js");
|
|
9
9
|
require("@tencentcloud/tuiroom-engine-electron");
|
|
10
|
+
require("../../utils/environment.js");
|
|
10
11
|
require("mitt");
|
|
11
12
|
require("../../services/manager/roomActionManager.js");
|
|
12
13
|
require("@tencentcloud/tui-core");
|
|
13
|
-
require("../../utils/environment.js");
|
|
14
14
|
const index$1 = require("../common/base/Dialog/index.vue.js");
|
|
15
15
|
const closeVirtualBackground = require("../../assets/imgs/close-virtual-background.png.js");
|
|
16
16
|
const blurredBackground = require("../../assets/imgs/blurred-background.png.js");
|
|
@@ -43,7 +43,10 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
43
43
|
const { t } = index.useI18n();
|
|
44
44
|
const componentConfig = roomService.roomService.componentManager.getComponentConfig("VirtualBackground");
|
|
45
45
|
const isAllowed = Vue.computed(
|
|
46
|
-
() =>
|
|
46
|
+
() => {
|
|
47
|
+
var _a;
|
|
48
|
+
return (_a = roomService.roomService.roomStore.localStream) == null ? void 0 : _a.hasVideoStream;
|
|
49
|
+
}
|
|
47
50
|
);
|
|
48
51
|
const appliedBackground = Vue.ref("close");
|
|
49
52
|
const selectedBackground = Vue.ref("close");
|
|
@@ -14,11 +14,11 @@ const useMitt = require("../../hooks/useMitt.js");
|
|
|
14
14
|
require("../../services/main.js");
|
|
15
15
|
const roomService = require("../../services/roomService.js");
|
|
16
16
|
const types = require("../../services/types.js");
|
|
17
|
+
require("../../utils/environment.js");
|
|
17
18
|
require("mitt");
|
|
18
19
|
require("../../services/manager/roomActionManager.js");
|
|
19
20
|
require("@tencentcloud/tui-core");
|
|
20
21
|
const dataReportManager = require("../../services/manager/dataReportManager.js");
|
|
21
|
-
require("../../utils/environment.js");
|
|
22
22
|
const message = require("../../constants/message.js");
|
|
23
23
|
const _hoisted_1 = { class: "whiteboard-control-container" };
|
|
24
24
|
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
@@ -28,7 +28,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
28
28
|
const roomStore = room.useRoomStore();
|
|
29
29
|
const {
|
|
30
30
|
isAudience,
|
|
31
|
-
|
|
31
|
+
remoteScreenStream,
|
|
32
32
|
isLocalUserSharing,
|
|
33
33
|
isWhiteboardVisiable,
|
|
34
34
|
isAnnotationVisiable
|
|
@@ -51,6 +51,16 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
51
51
|
if (isWhiteboardVisiable.value) {
|
|
52
52
|
return;
|
|
53
53
|
}
|
|
54
|
+
if (isAudience.value) {
|
|
55
|
+
Message.default({
|
|
56
|
+
type: "warning",
|
|
57
|
+
message: t(
|
|
58
|
+
"You currently do not have whiteboard permission, please raise your hand to apply for whiteboard permission first"
|
|
59
|
+
),
|
|
60
|
+
duration: message.MESSAGE_DURATION.LONG
|
|
61
|
+
});
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
54
64
|
if (whiteboardDisabled.value) {
|
|
55
65
|
Message.default({
|
|
56
66
|
type: "warning",
|
|
@@ -61,7 +71,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
61
71
|
});
|
|
62
72
|
return;
|
|
63
73
|
}
|
|
64
|
-
if (
|
|
74
|
+
if (remoteScreenStream.value) {
|
|
65
75
|
Message.default({
|
|
66
76
|
type: "warning",
|
|
67
77
|
message: t(
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
-
"show-overlay": (...args: any[]) => void;
|
|
3
|
-
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
4
|
-
"onShow-overlay"?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
}, {}, {}>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
6
2
|
export default _default;
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const index_vue_vue_type_script_setup_true_lang = ;/* empty css */
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const RoomFooter = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const RoomFooter = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-1330b32e"]]);
|
|
7
7
|
exports.default = RoomFooter;
|
|
@@ -26,16 +26,11 @@ const _hoisted_3 = { class: "center-container" };
|
|
|
26
26
|
const _hoisted_4 = { class: "right-container" };
|
|
27
27
|
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
28
28
|
__name: "index",
|
|
29
|
-
|
|
30
|
-
setup(__props, { emit: __emit }) {
|
|
29
|
+
setup(__props) {
|
|
31
30
|
const { roomStore, isMaster, isAdmin, isAudience } = useRoomFooterHooks.default();
|
|
32
|
-
const emit = __emit;
|
|
33
31
|
function handleControlClick(name) {
|
|
34
32
|
useMitt.default.emit("experience-communication", name);
|
|
35
33
|
}
|
|
36
|
-
function handleShowOverlay(data) {
|
|
37
|
-
emit("show-overlay", data);
|
|
38
|
-
}
|
|
39
34
|
return (_ctx, _cache) => {
|
|
40
35
|
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
41
36
|
Vue.createElementVNode("div", _hoisted_2, [
|
|
@@ -92,8 +87,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
92
87
|
}),
|
|
93
88
|
Vue.createVNode(AIControl.default, {
|
|
94
89
|
class: "center-container-item",
|
|
95
|
-
onClick: _cache[11] || (_cache[11] = ($event) => handleControlClick("AIControl"))
|
|
96
|
-
onShowOverlay: handleShowOverlay
|
|
90
|
+
onClick: _cache[11] || (_cache[11] = ($event) => handleControlClick("AIControl"))
|
|
97
91
|
}),
|
|
98
92
|
Vue.createVNode(SettingControl_vue_vue_type_script_setup_true_lang.default, {
|
|
99
93
|
class: "center-container-item",
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const index_vue_vue_type_script_setup_true_lang = ;/* empty css */
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const UserInfo = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const UserInfo = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-b5154ce3"]]);
|
|
7
7
|
exports.default = UserInfo;
|
|
@@ -12,10 +12,10 @@ const Avatar = require("../../common/Avatar.vue.js");
|
|
|
12
12
|
require("../../../services/main.js");
|
|
13
13
|
const roomService = require("../../../services/roomService.js");
|
|
14
14
|
require("../../../locales/index.js");
|
|
15
|
+
require("../../../utils/environment.js");
|
|
15
16
|
require("mitt");
|
|
16
17
|
require("../../../services/manager/roomActionManager.js");
|
|
17
18
|
require("@tencentcloud/tui-core");
|
|
18
|
-
require("../../../utils/environment.js");
|
|
19
19
|
const Message = require("../../common/base/Message/Message.js");
|
|
20
20
|
const message = require("../../../constants/message.js");
|
|
21
21
|
const basic = require("../../../stores/basic.js");
|
|
@@ -52,6 +52,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
52
52
|
} = useUserInfoHooks.default();
|
|
53
53
|
const props = __props;
|
|
54
54
|
async function saveUserName(userName) {
|
|
55
|
+
const { userId } = props;
|
|
55
56
|
if (userName.length === 0) {
|
|
56
57
|
Message.default({
|
|
57
58
|
type: "warning",
|
|
@@ -65,7 +66,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
65
66
|
avatarUrl: roomStore.localUser.avatarUrl || ""
|
|
66
67
|
});
|
|
67
68
|
basicStore.setUserName(userName);
|
|
68
|
-
roomStore.
|
|
69
|
+
roomStore.updateUserInfo({ userId, userName });
|
|
69
70
|
emits("update-user-name", userName);
|
|
70
71
|
closeUserNameEditor();
|
|
71
72
|
}
|
|
@@ -13,10 +13,10 @@ const vClickOutside = require("../../../directives/vClickOutside.js");
|
|
|
13
13
|
require("../../../services/main.js");
|
|
14
14
|
const roomService = require("../../../services/roomService.js");
|
|
15
15
|
require("@tencentcloud/tuiroom-engine-electron");
|
|
16
|
+
require("../../../utils/environment.js");
|
|
16
17
|
require("mitt");
|
|
17
18
|
require("../../../services/manager/roomActionManager.js");
|
|
18
19
|
require("@tencentcloud/tui-core");
|
|
19
|
-
require("../../../utils/environment.js");
|
|
20
20
|
const _withScopeId = (n) => (Vue.pushScopeId("data-v-aff5ad1f"), n = n(), Vue.popScopeId(), n);
|
|
21
21
|
const _hoisted_1 = {
|
|
22
22
|
key: 0,
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
-
"log-out": (...args: any[]) => void;
|
|
3
|
-
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
4
|
-
"onLog-out"?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
}, {}, {}>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
6
2
|
export default _default;
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const index_vue_vue_type_script_setup_true_lang = ;/* empty css */
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const RoomHeader = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const RoomHeader = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-7788b03d"]]);
|
|
7
7
|
exports.default = RoomHeader;
|
|
@@ -1,24 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const Vue = require("vue");
|
|
4
|
-
const index$1 = require("../UserInfo/index.vue.js");
|
|
5
4
|
const Language_vue_vue_type_script_setup_true_lang = require("../../common/Language.vue.js");
|
|
6
5
|
const SwitchTheme_vue_vue_type_script_setup_true_lang = require("../../common/SwitchTheme.vue.js");
|
|
7
6
|
const index = require("../RoomInfo/index.vue.js");
|
|
8
7
|
const LayoutControl = require("./LayoutControl.vue.js");
|
|
9
8
|
const NetworkInfo = require("./NetworkInfo.vue.js");
|
|
10
|
-
const basic = require("../../../stores/basic.js");
|
|
11
|
-
const pinia = require("pinia");
|
|
12
9
|
const _hoisted_1 = { class: "header-container" };
|
|
13
10
|
const _hoisted_2 = { class: "left-container" };
|
|
14
11
|
const _hoisted_3 = { class: "center-container" };
|
|
15
12
|
const _hoisted_4 = { class: "right-container" };
|
|
16
13
|
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
17
14
|
__name: "index",
|
|
18
|
-
emits: ["log-out"],
|
|
19
15
|
setup(__props) {
|
|
20
|
-
const basicStore = basic.useBasicStore();
|
|
21
|
-
const { userId, userName, avatarUrl } = pinia.storeToRefs(basicStore);
|
|
22
16
|
const showHeaderInfo = Vue.inject("showHeaderInfo", true);
|
|
23
17
|
return (_ctx, _cache) => {
|
|
24
18
|
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
@@ -33,15 +27,6 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
33
27
|
Vue.createElementVNode("div", _hoisted_4, [
|
|
34
28
|
Vue.withDirectives(Vue.createVNode(Language_vue_vue_type_script_setup_true_lang.default, { class: "header-item" }, null, 512), [
|
|
35
29
|
[Vue.vShow, Vue.unref(showHeaderInfo)]
|
|
36
|
-
]),
|
|
37
|
-
Vue.withDirectives(Vue.createVNode(index$1.default, {
|
|
38
|
-
class: "header-item",
|
|
39
|
-
"user-id": Vue.unref(userId),
|
|
40
|
-
"user-name": Vue.unref(userName),
|
|
41
|
-
"avatar-url": Vue.unref(avatarUrl),
|
|
42
|
-
onLogOut: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("log-out"))
|
|
43
|
-
}, null, 8, ["user-id", "user-name", "avatar-url"]), [
|
|
44
|
-
[Vue.vShow, Vue.unref(showHeaderInfo)]
|
|
45
30
|
])
|
|
46
31
|
])
|
|
47
32
|
]);
|
|
@@ -8,11 +8,9 @@ declare function getRoomParam(): {
|
|
|
8
8
|
declare function startStreamPreview(): Promise<void>;
|
|
9
9
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
userName?: string;
|
|
11
|
-
showLogo?: boolean;
|
|
12
11
|
givenRoomId: string | null;
|
|
13
12
|
enableScheduledConference?: boolean;
|
|
14
13
|
}>, {
|
|
15
|
-
showLogo: boolean;
|
|
16
14
|
userName: string;
|
|
17
15
|
enableScheduledConference: boolean;
|
|
18
16
|
}>, {
|
|
@@ -23,11 +21,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
21
|
"enter-room": (...args: any[]) => void;
|
|
24
22
|
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
25
23
|
userName?: string;
|
|
26
|
-
showLogo?: boolean;
|
|
27
24
|
givenRoomId: string | null;
|
|
28
25
|
enableScheduledConference?: boolean;
|
|
29
26
|
}>, {
|
|
30
|
-
showLogo: boolean;
|
|
31
27
|
userName: string;
|
|
32
28
|
enableScheduledConference: boolean;
|
|
33
29
|
}>>> & {
|
|
@@ -35,7 +31,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
35
31
|
"onEnter-room"?: ((...args: any[]) => any) | undefined;
|
|
36
32
|
}, {
|
|
37
33
|
userName: string;
|
|
38
|
-
showLogo: boolean;
|
|
39
34
|
enableScheduledConference: boolean;
|
|
40
35
|
}, {}>;
|
|
41
36
|
export default _default;
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const index_vue_vue_type_script_setup_true_lang = ;/* empty css */
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const RoomHomeControl = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const RoomHomeControl = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-6820670c"]]);
|
|
7
7
|
exports.default = RoomHomeControl;
|
|
@@ -19,7 +19,7 @@ const TUIRoomEngine = require("@tencentcloud/tuiroom-engine-electron");
|
|
|
19
19
|
const vClickOutside = require("../../../directives/vClickOutside.js");
|
|
20
20
|
const mediaAbility = require("../../../utils/mediaAbility.js");
|
|
21
21
|
const useDeviceManager = require("../../../hooks/useDeviceManager.js");
|
|
22
|
-
const _withScopeId = (n) => (Vue.pushScopeId("data-v-
|
|
22
|
+
const _withScopeId = (n) => (Vue.pushScopeId("data-v-6820670c"), n = n(), Vue.popScopeId(), n);
|
|
23
23
|
const _hoisted_1 = { class: "room-control-container" };
|
|
24
24
|
const _hoisted_2 = { class: "room-control-main" };
|
|
25
25
|
const _hoisted_3 = { class: "control-container" };
|
|
@@ -60,7 +60,6 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
60
60
|
__name: "index",
|
|
61
61
|
props: {
|
|
62
62
|
userName: { default: "" },
|
|
63
|
-
showLogo: { type: Boolean, default: true },
|
|
64
63
|
givenRoomId: {},
|
|
65
64
|
enableScheduledConference: { type: Boolean, default: true }
|
|
66
65
|
},
|
|
@@ -9,10 +9,10 @@ const Button = require("../common/base/Button.vue.js");
|
|
|
9
9
|
const TUIRoomEngine = require("@tencentcloud/tuiroom-engine-electron");
|
|
10
10
|
require("../../services/main.js");
|
|
11
11
|
const roomService = require("../../services/roomService.js");
|
|
12
|
+
require("../../utils/environment.js");
|
|
12
13
|
require("mitt");
|
|
13
14
|
require("../../services/manager/roomActionManager.js");
|
|
14
15
|
require("@tencentcloud/tui-core");
|
|
15
|
-
require("../../utils/environment.js");
|
|
16
16
|
const _withScopeId = (n) => (Vue.pushScopeId("data-v-381c2f12"), n = n(), Vue.popScopeId(), n);
|
|
17
17
|
const _hoisted_1 = {
|
|
18
18
|
key: 0,
|
|
@@ -95,7 +95,7 @@ function useRoomInvite() {
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
title: "Room Type",
|
|
98
|
-
content: `${t(getSeatModeDisplay(isSeatEnabled.value))}`,
|
|
98
|
+
content: `${t(getSeatModeDisplay(!!isSeatEnabled.value))}`,
|
|
99
99
|
isShowCopyIcon: false,
|
|
100
100
|
isVisible: true
|
|
101
101
|
},
|
|
@@ -133,7 +133,7 @@ function useRoomInvite() {
|
|
|
133
133
|
function copyRoomIdAndRoomLink() {
|
|
134
134
|
const invitationList = [
|
|
135
135
|
roomName.value,
|
|
136
|
-
`${t("Room Type")}: ${t(getSeatModeDisplay(isSeatEnabled.value))}`,
|
|
136
|
+
`${t("Room Type")}: ${t(getSeatModeDisplay(!!isSeatEnabled.value))}`,
|
|
137
137
|
`${t("Room ID")}: ${roomId.value}`
|
|
138
138
|
];
|
|
139
139
|
if (isShowPassword.value) {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
const AISubtitles = require("../common/widgets/AITools/AISubtitles.vue.js");
|
|
5
|
+
const useRoomOverlayHooks = require("./useRoomOverlayHooks.js");
|
|
6
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
7
|
+
__name: "RoomOverlay",
|
|
8
|
+
setup(__props) {
|
|
9
|
+
const { getOverlayMap } = useRoomOverlayHooks.useRoomOverlayHooks();
|
|
10
|
+
const overlayMap = getOverlayMap();
|
|
11
|
+
return (_ctx, _cache) => {
|
|
12
|
+
return Vue.unref(overlayMap).AISubtitlesOverlay.visible ? (Vue.openBlock(), Vue.createBlock(AISubtitles.default, { key: 0 })) : Vue.createCommentVNode("", true);
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const RoomOverlay_vue_vue_type_script_setup_true_lang = require("./RoomOverlay.vue.js");
|
|
4
|
+
exports.default = RoomOverlay_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare enum OverlayMap {
|
|
2
|
+
AISubtitlesOverlay = "AISubtitlesOverlay",
|
|
3
|
+
RoomInviteOverlay = "RoomInviteOverlay"
|
|
4
|
+
}
|
|
5
|
+
export declare function useRoomOverlayHooks(): {
|
|
6
|
+
getOverlayMap: () => import('vue').Ref<{
|
|
7
|
+
AISubtitlesOverlay: {
|
|
8
|
+
visible: boolean;
|
|
9
|
+
};
|
|
10
|
+
RoomInviteOverlay: {
|
|
11
|
+
visible: boolean;
|
|
12
|
+
};
|
|
13
|
+
}>;
|
|
14
|
+
toggleOverlayVisibility: (overlay: OverlayMap, isShow: boolean) => void;
|
|
15
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
var OverlayMap = /* @__PURE__ */ ((OverlayMap2) => {
|
|
5
|
+
OverlayMap2["AISubtitlesOverlay"] = "AISubtitlesOverlay";
|
|
6
|
+
OverlayMap2["RoomInviteOverlay"] = "RoomInviteOverlay";
|
|
7
|
+
return OverlayMap2;
|
|
8
|
+
})(OverlayMap || {});
|
|
9
|
+
const overlayMap = Vue.ref({
|
|
10
|
+
[
|
|
11
|
+
"AISubtitlesOverlay"
|
|
12
|
+
/* AISubtitlesOverlay */
|
|
13
|
+
]: { visible: false },
|
|
14
|
+
[
|
|
15
|
+
"RoomInviteOverlay"
|
|
16
|
+
/* RoomInviteOverlay */
|
|
17
|
+
]: { visible: false }
|
|
18
|
+
});
|
|
19
|
+
function useRoomOverlayHooks() {
|
|
20
|
+
const getOverlayMap = () => overlayMap;
|
|
21
|
+
const toggleOverlayVisibility = (overlay, isShow) => {
|
|
22
|
+
overlayMap.value[overlay].visible = isShow;
|
|
23
|
+
};
|
|
24
|
+
return {
|
|
25
|
+
getOverlayMap,
|
|
26
|
+
toggleOverlayVisibility
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
exports.OverlayMap = OverlayMap;
|
|
30
|
+
exports.useRoomOverlayHooks = useRoomOverlayHooks;
|