fcr-ui-scene 3.5.1 → 3.6.0
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/lib/creator.d.ts +14 -0
- package/lib/creator.js +239 -14
- package/lib/electron/app.js +0 -21
- package/lib/electron/bootstrap-sdk.js +136 -7
- package/lib/electron/injections.d.ts +19 -7
- package/lib/electron/injections.js +206 -77
- package/lib/electron/ipc/ipc.d.ts +26 -0
- package/lib/electron/ipc/ipc.js +137 -0
- package/lib/electron/ipc/type.d.ts +11 -0
- package/lib/electron/ipc/type.js +19 -0
- package/lib/electron/logger.js +1 -1
- package/lib/electron/main.js +1 -1
- package/lib/electron/plugins/meeting-state.d.ts +1 -0
- package/lib/electron/plugins/meeting-state.js +3 -3
- package/lib/electron/plugins/screenshot.js +2 -2
- package/lib/electron/preload.js +67 -5
- package/lib/electron/window.js +0 -2
- package/lib/global.css +21 -0
- package/lib/modules/action-bar/components/apps/index.js +1 -0
- package/lib/modules/action-bar/components/apps/useWidgetList.js +1 -1
- package/lib/modules/action-bar/components/item/index.d.ts +2 -0
- package/lib/modules/action-bar/components/item/index.js +4 -2
- package/lib/modules/action-bar/components/leave/index.js +1 -0
- package/lib/modules/action-bar/components/more/index.js +1 -0
- package/lib/modules/action-bar/components/record/index.js +43 -106
- package/lib/modules/action-bar/components/record/popover.d.ts +4 -0
- package/lib/modules/action-bar/components/record/popover.js +57 -0
- package/lib/modules/action-bar/components/record/stop-record-dialog.js +1 -0
- package/lib/modules/action-bar/components/screen-share/index.js +15 -3
- package/lib/modules/action-bar/components/screen-share/submenu.js +2 -2
- package/lib/modules/action-bar/components/security/index.js +2 -1
- package/lib/modules/action-bar/components/smaller/index.js +1 -1
- package/lib/modules/action-bar/components/trigger-output-language/index.js +17 -22
- package/lib/modules/action-bar/components/trigger-subscribe-language/index.js +2 -1
- package/lib/modules/action-bar/index.css +3 -2
- package/lib/modules/action-bar/index.js +2 -1
- package/lib/modules/action-bar/store.d.ts +5 -0
- package/lib/modules/action-bar/store.js +30 -12
- package/lib/modules/action-bar/types.d.ts +1 -0
- package/lib/modules/chat/chat-room-store.js +1 -1
- package/lib/modules/chat/components/chat-bar/index.d.ts +1 -1
- package/lib/modules/chat/components/chat-bar/index.js +5 -3
- package/lib/modules/chat/components/chat-select/select-item/index.js +1 -1
- package/lib/modules/chat/components/message-list/index.js +1 -2
- package/lib/modules/chat/components/message-list/message-item/index.d.ts +0 -1
- package/lib/modules/chat/components/message-list/message-item/index.js +9 -10
- package/lib/modules/chat/index.css +24 -0
- package/lib/modules/chat/view.js +13 -3
- package/lib/modules/components/device-control/components/carmera/index.js +4 -5
- package/lib/modules/components/device-control/components/microphone/index.js +4 -5
- package/lib/modules/components/device-control/index.css +6 -3
- package/lib/modules/components/leave-meeting/components/assign-host.js +26 -4
- package/lib/modules/components/leave-meeting/components/index.css +35 -0
- package/lib/modules/components/leave-meeting/index.js +1 -0
- package/lib/modules/components/leave-meeting/store.js +25 -67
- package/lib/modules/components/member-window/components/member-actions/components/audio-control.js +3 -2
- package/lib/modules/components/member-window/components/member-actions/components/icon-buttons/index.js +1 -1
- package/lib/modules/components/member-window/components/member-actions/components/icon-status.js +10 -9
- package/lib/modules/components/member-window/components/member-actions/components/more-actions.js +2 -2
- package/lib/modules/components/member-window/components/member-actions/components/user-info.js +1 -1
- package/lib/modules/components/member-window/components/member-actions/index.js +2 -2
- package/lib/modules/components/member-window/components/video-player/components/remote-video-player.js +3 -14
- package/lib/modules/components/member-window/index.css +18 -7
- package/lib/modules/components/member-window/types.d.ts +1 -1
- package/lib/modules/components/security-menu/index.css +2 -2
- package/lib/modules/components/security-menu/index.js +80 -28
- package/lib/modules/components/tab-frame/index.css +1 -1
- package/lib/modules/control-bar/components/meeting-details/index.css +1 -1
- package/lib/modules/control-bar/components/meeting-details/index.js +15 -9
- package/lib/modules/control-bar/components/more-actions/index.js +3 -21
- package/lib/modules/control-bar/components/share-state-nav/index.js +4 -20
- package/lib/modules/control-bar/index.d.ts +2 -0
- package/lib/modules/control-bar/index.js +3 -1
- package/lib/modules/control-bar/store.d.ts +11 -2
- package/lib/modules/control-bar/store.js +103 -95
- package/lib/modules/control-bar/view.js +1 -6
- package/lib/modules/device-pretest/audio-preview/speaker-detection.js +1 -1
- package/lib/modules/dialog/components/chat/electron.d.ts +1 -3
- package/lib/modules/dialog/components/chat/index.js +24 -17
- package/lib/modules/dialog/components/confirm-leave-meeting/index.d.ts +6 -0
- package/lib/modules/dialog/components/confirm-leave-meeting/index.js +86 -0
- package/lib/modules/dialog/components/control-bar/index.d.ts +1 -2
- package/lib/modules/dialog/components/control-bar/index.js +5 -17
- package/lib/modules/dialog/components/dialog-container/component/body.d.ts +1 -0
- package/lib/modules/dialog/components/dialog-container/component/body.js +4 -2
- package/lib/modules/dialog/components/dialog-container/index.css +2 -1
- package/lib/modules/dialog/components/dialog-container/index.d.ts +1 -0
- package/lib/modules/dialog/components/dialog-container/index.js +3 -1
- package/lib/modules/dialog/components/participant/index.d.ts +0 -1
- package/lib/modules/dialog/components/participant/index.js +15 -24
- package/lib/modules/dialog/components/pre-setting/electron.d.ts +2 -0
- package/lib/modules/dialog/components/pre-setting/electron.js +51 -0
- package/lib/modules/dialog/components/pre-setting/index.css +26 -0
- package/lib/modules/dialog/components/pre-setting/index.d.ts +6 -0
- package/lib/modules/dialog/components/pre-setting/index.js +38 -0
- package/lib/modules/dialog/components/pre-setting-container/component/body.d.ts +8 -0
- package/lib/modules/dialog/components/pre-setting-container/component/body.js +80 -0
- package/lib/modules/dialog/components/pre-setting-container/index.css +82 -0
- package/lib/modules/dialog/components/pre-setting-container/index.d.ts +18 -0
- package/lib/modules/dialog/components/pre-setting-container/index.js +117 -0
- package/lib/modules/dialog/components/rename/index.d.ts +4 -0
- package/lib/modules/dialog/components/rename/index.js +72 -0
- package/lib/modules/dialog/components/video-window/index.js +18 -16
- package/lib/modules/dialog/components/widget/electron.d.ts +2 -1
- package/lib/modules/dialog/components/widget/electron.js +3 -2
- package/lib/modules/dialog/components/widget/index.d.ts +2 -1
- package/lib/modules/dialog/components/widget/index.js +4 -6
- package/lib/modules/dialog/dialogs.d.ts +1 -0
- package/lib/modules/dialog/dialogs.js +3 -2
- package/lib/modules/dialog/hooks/useElectron.d.ts +2 -0
- package/lib/modules/dialog/hooks/useElectron.js +11 -13
- package/lib/modules/dialog/index.d.ts +2 -0
- package/lib/modules/dialog/index.js +2 -1
- package/lib/modules/dialog/store.d.ts +8 -3
- package/lib/modules/dialog/store.js +38 -26
- package/lib/modules/dialog/type.d.ts +1 -0
- package/lib/modules/dialog/view.js +2 -1
- package/lib/modules/event-confirm/index.d.ts +2 -0
- package/lib/modules/event-confirm/index.js +2 -1
- package/lib/modules/event-confirm/store.d.ts +9 -1
- package/lib/modules/event-confirm/store.js +94 -8
- package/lib/modules/event-confirm/view.js +55 -46
- package/lib/modules/{sound-effect → event-sound}/index.d.ts +3 -2
- package/lib/modules/{sound-effect → event-sound}/index.js +9 -5
- package/lib/modules/event-toast/store.js +2 -0
- package/lib/modules/interpreter/dialog-content/index.js +4 -1
- package/lib/modules/interpreter/index.d.ts +2 -0
- package/lib/modules/interpreter/index.js +2 -1
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/index.js +3 -0
- package/lib/modules/interpreter/store.d.ts +2 -2
- package/lib/modules/interpreter/store.js +30 -24
- package/lib/modules/interpreter/type.d.ts +2 -0
- package/lib/modules/invite/components/pstn-invite.js +3 -9
- package/lib/modules/invite/components/voip-invite.css +26 -0
- package/lib/modules/invite/components/voip-invite.d.ts +1 -0
- package/lib/modules/invite/components/voip-invite.js +8 -11
- package/lib/modules/invite/index.css +16 -3
- package/lib/modules/invite/index.d.ts +2 -1
- package/lib/modules/invite/index.js +2 -1
- package/lib/modules/invite/store.d.ts +5 -1
- package/lib/modules/invite/store.js +8 -1
- package/lib/modules/layout/components/Carousel.d.ts +1 -1
- package/lib/modules/layout/components/Carousel.js +16 -118
- package/lib/modules/layout/components/CommonVideoRenderer.d.ts +13 -0
- package/lib/modules/layout/components/CommonVideoRenderer.js +214 -0
- package/lib/modules/layout/components/Gallery.d.ts +1 -0
- package/lib/modules/layout/components/Gallery.js +62 -205
- package/lib/modules/layout/components/index.css +17 -34
- package/lib/modules/layout/index.d.ts +2 -0
- package/lib/modules/layout/index.js +2 -1
- package/lib/modules/layout/store.d.ts +5 -2
- package/lib/modules/layout/store.js +47 -39
- package/lib/modules/layout/type.d.ts +4 -0
- package/lib/modules/layout/type.js +6 -1
- package/lib/modules/live-streaming/store.d.ts +1 -0
- package/lib/modules/live-streaming/store.js +19 -8
- package/lib/modules/participant/components/confirm-input/index.d.ts +4 -4
- package/lib/modules/participant/components/confirm-input/index.js +74 -6
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.css +27 -3
- package/lib/modules/participant/components/participants/components/footer/components/footer/index.css +4 -0
- package/lib/modules/participant/components/participants/components/footer/components/footer/index.js +3 -2
- package/lib/modules/participant/components/participants/components/participants/components/attendee/index.css +4 -3
- package/lib/modules/participant/components/participants/components/participants/components/attendee/index.js +1 -0
- package/lib/modules/participant/components/participants/components/participants/components/participants-more/index.css +9 -1
- package/lib/modules/participant/components/participants/components/participants/components/participants-more/index.js +1 -1
- package/lib/modules/participant/components/participants/components/participants/index.css +1 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.css +18 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.js +12 -5
- package/lib/modules/participant/components/participants/components/render-user/components/user-action/components/move-actions-popover/index.js +1 -8
- package/lib/modules/participant/index.css +6 -0
- package/lib/modules/participant/index.d.ts +1 -0
- package/lib/modules/participant/index.js +9 -0
- package/lib/modules/participant/store.d.ts +6 -0
- package/lib/modules/participant/store.js +130 -96
- package/lib/modules/pc-audio-connect/store.js +1 -1
- package/lib/modules/phone-audio-connect/index.d.ts +2 -0
- package/lib/modules/phone-audio-connect/index.js +2 -1
- package/lib/modules/phone-audio-connect/store.d.ts +4 -1
- package/lib/modules/phone-audio-connect/store.js +4 -2
- package/lib/modules/setting/audio-settings/audio-settings.js +70 -48
- package/lib/modules/setting/audio-settings/index.css +23 -6
- package/lib/modules/setting/general-settings/general-settings.d.ts +1 -2
- package/lib/modules/setting/general-settings/general-settings.js +111 -37
- package/lib/modules/setting/general-settings/index.css +15 -0
- package/lib/modules/setting/index.d.ts +4 -1
- package/lib/modules/setting/index.js +7 -4
- package/lib/modules/setting/state/index.js +1 -1
- package/lib/modules/setting/store.d.ts +24 -11
- package/lib/modules/setting/store.js +203 -142
- package/lib/modules/setting/video-settings/index.css +13 -2
- package/lib/modules/setting/video-settings/video-settings-basic.js +18 -27
- package/lib/modules/setting/video-settings/video-settings.d.ts +0 -2
- package/lib/modules/setting/video-settings/video-settings.js +3 -2
- package/lib/modules/setting/view.d.ts +11 -2
- package/lib/modules/setting/view.js +93 -71
- package/lib/modules/share-screen/components/selection/index.js +6 -2
- package/lib/modules/share-screen/index.d.ts +4 -1
- package/lib/modules/share-screen/index.js +3 -1
- package/lib/modules/share-screen/store.d.ts +15 -5
- package/lib/modules/share-screen/store.js +105 -59
- package/lib/modules/share-screen/view.js +1 -1
- package/lib/modules/state-bar/index.css +4 -2
- package/lib/modules/state-bar/index.d.ts +2 -0
- package/lib/modules/state-bar/index.js +2 -1
- package/lib/modules/state-bar/layout-config.js +1 -0
- package/lib/modules/state-bar/live-streaming-state.js +1 -0
- package/lib/modules/state-bar/meeting-detail.css +10 -1
- package/lib/modules/state-bar/meeting-details.js +42 -26
- package/lib/modules/state-bar/meeting-network-state.css +8 -0
- package/lib/modules/state-bar/meeting-time.js +9 -20
- package/lib/modules/state-bar/store.d.ts +5 -1
- package/lib/modules/state-bar/store.js +10 -3
- package/lib/modules/state-bar/view.js +17 -6
- package/lib/modules/video-window/components/members/index.js +0 -3
- package/lib/modules/waiting-room-layout/index.css +13 -0
- package/lib/modules/waiting-room-layout/index.d.ts +2 -1
- package/lib/modules/waiting-room-layout/index.js +2 -1
- package/lib/modules/waiting-room-layout/store.d.ts +12 -1
- package/lib/modules/waiting-room-layout/store.js +42 -6
- package/lib/modules/waiting-room-layout/view.js +22 -5
- package/lib/modules/whiteboard/components/control-bar/index.css +1 -1
- package/lib/modules/whiteboard/components/switch-theme/libs.d.ts +1 -1
- package/lib/modules/whiteboard/components/switch-theme/libs.js +3 -1
- package/lib/modules/whiteboard/components/toolbar/ style.css +1 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/panel.js +1 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/picker.js +1 -0
- package/lib/modules/whiteboard/components/toolbar/components/eraser-picker.js +3 -14
- package/lib/modules/whiteboard/components/toolbar/components/expansion/index.d.ts +1 -0
- package/lib/modules/whiteboard/components/toolbar/components/expansion/index.js +83 -0
- package/lib/modules/whiteboard/components/toolbar/components/extra-tool-picker.js +2 -2
- package/lib/modules/whiteboard/components/toolbar/components/history.js +3 -3
- package/lib/modules/whiteboard/components/toolbar/components/item/index.d.ts +1 -0
- package/lib/modules/whiteboard/components/toolbar/components/item/index.js +42 -0
- package/lib/modules/whiteboard/components/toolbar/components/pen-picker.js +2 -2
- package/lib/modules/whiteboard/components/toolbar/components/screen-capture-picker.js +2 -2
- package/lib/modules/whiteboard/components/toolbar/components/shape-picker.js +3 -3
- package/lib/modules/whiteboard/components/toolbar/hooks/index.js +6 -6
- package/lib/modules/whiteboard/components/toolbar/index.js +9 -113
- package/lib/modules/whiteboard/components/toolbar/store.d.ts +18 -0
- package/lib/modules/whiteboard/components/toolbar/store.js +276 -83
- package/lib/modules/whiteboard/context.d.ts +1 -2
- package/lib/modules/whiteboard/index.d.ts +1 -14
- package/lib/modules/whiteboard/index.js +131 -426
- package/lib/modules/whiteboard/view.js +12 -10
- package/lib/modules/widget/sdk.js +2 -1
- package/lib/object-manager.d.ts +8 -0
- package/lib/object-manager.js +75 -0
- package/lib/plugins/browser-runtime-plugin.js +19 -14
- package/lib/providers/ability-provider.d.ts +8 -0
- package/lib/providers/ability-provider.js +14 -0
- package/lib/providers/device-privilege-provider.d.ts +1 -0
- package/lib/providers/device-privilege-provider.js +53 -75
- package/lib/providers/device-provider.d.ts +18 -8
- package/lib/providers/device-provider.js +397 -209
- package/lib/providers/device-stream-provider.js +0 -4
- package/lib/providers/dialog-provider.d.ts +1 -0
- package/lib/providers/dialog-provider.js +4 -18
- package/lib/providers/event-provider.js +45 -2
- package/lib/providers/interpreter-provider.d.ts +4 -0
- package/lib/providers/interpreter-provider.js +166 -137
- package/lib/providers/message-provider.js +44 -2
- package/lib/providers/privilege-provider.d.ts +33 -0
- package/lib/providers/privilege-provider.js +120 -45
- package/lib/providers/room-provider.d.ts +12 -10
- package/lib/providers/room-provider.js +162 -262
- package/lib/providers/screen-share-provider.d.ts +4 -0
- package/lib/providers/screen-share-provider.js +3 -6
- package/lib/providers/widget-provider.js +6 -4
- package/lib/runtime.d.ts +20 -8
- package/lib/scenes/main-scene.d.ts +2 -0
- package/lib/scenes/main-scene.js +95 -37
- package/lib/scenes/waiting-scene.js +16 -13
- package/lib/schema.d.ts +55 -32
- package/lib/schema.js +23 -9
- package/lib/shared-data-source/config.d.ts +6 -2
- package/lib/shared-data-source/config.js +81 -10
- package/lib/shared-data-source/member-data.d.ts +16 -20
- package/lib/shared-data-source/member-data.js +121 -110
- package/lib/shared-data-source/screen-share-data-source.d.ts +37 -0
- package/lib/shared-data-source/screen-share-data-source.js +134 -0
- package/lib/shared-data-source/security-data.d.ts +1 -0
- package/lib/shared-data-source/security-data.js +3 -5
- package/lib/shared-data-source/setting.d.ts +1 -0
- package/lib/shared-data-source/setting.js +33 -17
- package/lib/shared-data-source/video-window.d.ts +3 -3
- package/lib/shared-data-source/video-window.js +55 -38
- package/lib/translations/enUS.d.ts +48 -1
- package/lib/translations/enUS.js +101 -17
- package/lib/translations/zhCN.d.ts +48 -1
- package/lib/translations/zhCN.js +88 -4
- package/lib/type.d.ts +40 -20
- package/lib/type.js +14 -1
- package/lib/ui-manager.d.ts +11 -9
- package/lib/ui-manager.js +118 -29
- package/lib/ui-scene.d.ts +7 -4
- package/lib/ui-scene.js +111 -128
- package/lib/utilities/constant.d.ts +3 -1
- package/lib/utilities/constant.js +2 -0
- package/lib/utilities/copyText.js +15 -11
- package/lib/utilities/default-config.d.ts +2 -0
- package/lib/utilities/default-config.js +11 -5
- package/lib/utilities/i18n-common-data.d.ts +2 -0
- package/lib/utilities/i18n-common-data.js +15 -0
- package/lib/utilities/logger.d.ts +0 -1
- package/lib/utilities/logger.js +3 -4
- package/lib/utilities/renderer.d.ts +0 -9
- package/lib/utilities/renderer.js +1 -70
- package/lib/utilities/screen.js +3 -1
- package/lib/utilities/setting-config-storage.d.ts +6 -1
- package/lib/utilities/setting-config-storage.js +21 -4
- package/lib/utilities/tools.d.ts +7 -6
- package/lib/utilities/tools.js +56 -44
- package/lib/utilities/ui-resources.d.ts +6 -0
- package/lib/utilities/ui-resources.js +47 -9
- package/lib/waiting-room-control-manager.d.ts +4 -4
- package/lib/waiting-room-control-manager.js +29 -9
- package/package.json +6 -6
- package/public/assets/browser/images/default1.jpg +0 -0
- package/public/assets/browser/images/default2.jpg +0 -0
- package/public/assets/browser/images/default3.jpg +0 -0
- package/public/assets/browser/images/default4.jpg +0 -0
- package/public/assets/browser/images/default5.jpg +0 -0
- package/public/assets/browser/images/default6.jpg +0 -0
- package/public/assets/browser/images/default7.jpg +0 -0
- package/public/assets/browser/sound_effects/pretest.mp3 +0 -0
- package/public/assets/browser/sound_effects/recording_started.mp3 +0 -0
- package/public/assets/browser/sound_effects/remote_user_joined.mp3 +0 -0
- package/public/assets/browser/sound_effects/speaker_test.mp3 +0 -0
- package/public/assets/browser/videos/default8.mp4 +0 -0
- package/public/assets/browser/videos/default9.mp4 +0 -0
- package/public/assets/electron/images/default1.jpg +0 -0
- package/public/assets/electron/images/default2.jpg +0 -0
- package/public/assets/electron/sound_effects/pretest.mp3 +0 -0
- package/public/assets/electron/videos/default8.mp4 +0 -0
- package/public/index.html +103 -82
- package/lib/hooks/meeting-time.d.ts +0 -15
- package/lib/hooks/meeting-time.js +0 -92
- package/lib/login-confirm-dialog.d.ts +0 -13
- package/lib/login-confirm-dialog.js +0 -85
- package/lib/modules/action-bar/components/apps/appitems.d.ts +0 -3
- package/lib/modules/action-bar/components/apps/appitems.js +0 -45
- package/lib/modules/components/member-window/components/member-board.d.ts +0 -2
- package/lib/modules/components/member-window/components/member-board.js +0 -63
- package/lib/modules/dialog/components/system-preference/bg1.png +0 -0
- package/lib/modules/dialog/components/system-preference/bg2.png +0 -0
- package/lib/modules/dialog/types/index.d.ts +0 -70
- package/lib/modules/participant/components/attendee/components/microphone-indicator/index.d.ts +0 -6
- package/lib/modules/participant/components/attendee/components/microphone-indicator/index.js +0 -28
- package/lib/modules/participant/components/attendee/components/user-avatar/index.d.ts +0 -7
- package/lib/modules/participant/components/attendee/components/user-avatar/index.js +0 -39
- package/lib/modules/participant/components/attendee/index.css +0 -69
- package/lib/modules/participant/components/attendee/index.d.ts +0 -4
- package/lib/modules/participant/components/attendee/index.js +0 -337
- package/lib/modules/participant/components/drop-menu/index.css +0 -60
- package/lib/modules/participant/components/drop-menu/index.d.ts +0 -2
- package/lib/modules/participant/components/drop-menu/index.js +0 -189
- package/lib/modules/participant/components/footer/buttons.d.ts +0 -6
- package/lib/modules/participant/components/footer/buttons.js +0 -52
- package/lib/modules/participant/components/footer/index.d.ts +0 -4
- package/lib/modules/participant/components/footer/index.js +0 -37
- package/lib/modules/participant/components/merge/index.d.ts +0 -11
- package/lib/modules/participant/components/merge/index.js +0 -49
- package/lib/modules/participant/components/rename/index.d.ts +0 -4
- package/lib/modules/participant/components/rename/index.js +0 -45
- package/lib/modules/participant/components/user-action/index.d.ts +0 -17
- package/lib/modules/participant/components/user-action/index.js +0 -169
- package/lib/modules/video-window/deviceState/index.d.ts +0 -16
- package/lib/modules/video-window/deviceState/index.js +0 -75
- package/lib/modules/video-window/members/index.css +0 -51
- package/lib/modules/video-window/members/index.d.ts +0 -2
- package/lib/modules/video-window/members/index.js +0 -157
- package/lib/modules/video-window/speaking/index.css +0 -69
- package/lib/modules/video-window/speaking/index.d.ts +0 -3
- package/lib/modules/video-window/speaking/index.js +0 -57
- package/lib/modules/video-window/topControl/index.css +0 -35
- package/lib/modules/video-window/topControl/index.d.ts +0 -3
- package/lib/modules/video-window/topControl/index.js +0 -92
- /package/lib/modules/{sound-effect → event-sound}/sound-effect-player.d.ts +0 -0
- /package/lib/modules/{sound-effect → event-sound}/sound-effect-player.js +0 -0
package/lib/translations/zhCN.js
CHANGED
|
@@ -7,6 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.zhCn = void 0;
|
|
8
8
|
var zhCn = exports.zhCn = {
|
|
9
9
|
fmt_role_host: '主持人',
|
|
10
|
+
//****************** ls ******************
|
|
10
11
|
fmt_role_participant: '参会者',
|
|
11
12
|
fmt_role_cohost: '联席主持人',
|
|
12
13
|
fmt_participants_label_participants: '成员列表',
|
|
@@ -19,6 +20,7 @@ var zhCn = exports.zhCn = {
|
|
|
19
20
|
fmt_participants_member_button_mute: '静音',
|
|
20
21
|
fmt_participants_member_button_unmute: '解除静音',
|
|
21
22
|
fmt_participants_member_button_more: '更多',
|
|
23
|
+
//****************** 参会者 ******************
|
|
22
24
|
fmt_attendies_options_muteall: '将所有当前会议室的参会者静音',
|
|
23
25
|
fmt_attendies_button_muteall: '全体静音',
|
|
24
26
|
fmt_participants_window_mute_interpreter: '您正在禁言翻译官,是否要继续?',
|
|
@@ -41,6 +43,7 @@ var zhCn = exports.zhCn = {
|
|
|
41
43
|
fmt_attendies_toast_cant_sethost: '该成员的参会设备不能成为主持人',
|
|
42
44
|
fmt_attendies_toast_cant_setcohost: '该成员的参会设备不能成为联席主持人',
|
|
43
45
|
fmt_attendies_button_revokehost_error: '已收回您的主持人权限,设置失败',
|
|
46
|
+
fmt_attendies_toast_cohost_upper_limit: '联席主持人人数已达上限,无法设置更多联席主持人',
|
|
44
47
|
fmt_attendies_button_rename: '重命名',
|
|
45
48
|
fmt_attendies_options_allowlocalrecord: '允许录制本地视频',
|
|
46
49
|
fmt_attendies_options_putinwaitingroom: '放进等候室',
|
|
@@ -96,10 +99,11 @@ var zhCn = exports.zhCn = {
|
|
|
96
99
|
fmt_additional_label_meet_view_all: '所有人的会议视图',
|
|
97
100
|
fmt_additional_label_change_name_self: '自己改名',
|
|
98
101
|
fmt_additional_tips_nickname_change_success: '昵称修改成功',
|
|
99
|
-
fmt_additional_popup_label_change_nickname: '修改会中昵称',
|
|
100
102
|
fmt_additional_popup_label_enter_nickname: '请输入昵称',
|
|
101
103
|
fmt_additional_popup_label_enter_nickname_ok: 'OK',
|
|
102
104
|
fmt_additional_label_toast_rename_off: '会议管理员已关闭改名功能',
|
|
105
|
+
fmt_attendies_toast_host_enabled_mute: '主持人开启了入会静音',
|
|
106
|
+
fmt_attendies_toast_host_turned_off_video: '主持人开启了入会关闭视频',
|
|
103
107
|
fmt_actionbar_tips_leavemeeting: '你确定现在要离开会议吗?',
|
|
104
108
|
fmt_actionbar_tips_locked: '会议已被主持人加锁',
|
|
105
109
|
fmt_actionbar_tips_recheckleave: '离开会议之后不能再加入;你确定现在要离开会议吗?',
|
|
@@ -250,6 +254,7 @@ var zhCn = exports.zhCn = {
|
|
|
250
254
|
fmt_broadcast_livestream_label_stop_pc_only: '只能在电脑端停止直播,但你可复制直播链接给他人',
|
|
251
255
|
fmt_broadcast_livestream_button_hide: '隐藏',
|
|
252
256
|
fmt_broadcast_livestream_button_show: '显示',
|
|
257
|
+
//****************** 设备检测&管理 ******************
|
|
253
258
|
fmt_device_label_audio_mute: '静音',
|
|
254
259
|
fmt_device_label_audio_unmute: '解除静音',
|
|
255
260
|
fmt_device_label_video_start: '开启摄像头',
|
|
@@ -281,6 +286,7 @@ var zhCn = exports.zhCn = {
|
|
|
281
286
|
fmt_status_label_saysomething: '说点什么',
|
|
282
287
|
fmt_status_label_stoprecord: '停止录制',
|
|
283
288
|
fmt_status_label_rotation: '反转镜头',
|
|
289
|
+
//****************** 入会检测 ******************
|
|
284
290
|
fmt_sip_button_unmute: '申请解除静音',
|
|
285
291
|
fmt_sip_button_opencamera: '请求开启摄像头',
|
|
286
292
|
fmt_sip_button_topup: '置顶',
|
|
@@ -430,7 +436,7 @@ var zhCn = exports.zhCn = {
|
|
|
430
436
|
fmt_chat_enable_limit: '当前禁言中',
|
|
431
437
|
fmt_chat_say_something: '说点什么',
|
|
432
438
|
fmt_chat_send_cohost: '主持人/联席主持',
|
|
433
|
-
fmt_chat_setting_value: '
|
|
439
|
+
fmt_chat_setting_value: '聊天权限',
|
|
434
440
|
fmt_chat_send_open: '允许自由聊天',
|
|
435
441
|
fmt_chat_send_only_open: '仅允许公开聊天',
|
|
436
442
|
fmt_chat_send_only_cohost: '仅允许私聊主持人和联席主持人',
|
|
@@ -567,6 +573,21 @@ var zhCn = exports.zhCn = {
|
|
|
567
573
|
fmt_screenshare_tips_sharing_audio_cancel: '停止音频',
|
|
568
574
|
fmt_screenshare_tips_sharing_audio_confirm: '保持开启',
|
|
569
575
|
fmt_screenshare_tips_sharing_disabled_tocontact: '{reason1}禁止共享, 可联系会议管理员开启',
|
|
576
|
+
fmt_screenshare_toast_network_error_unable_start_screen_share: '网络异常,无法发起屏幕共享,请检查网络设置',
|
|
577
|
+
fmt_screenshare_controlbar_button_annotations: '批注',
|
|
578
|
+
fmt_screenshare_controlbar_annotations_options_attendees_annotate: '允许其他成员添加互动批注',
|
|
579
|
+
fmt_screenshare_controlbar_annotations_options_show_name: '显示批注者名称',
|
|
580
|
+
fmt_screenshare_toast_host_enabled_annotations: '主持人或分享者已开启互动批注',
|
|
581
|
+
fmt_screenshare_toast_host_disabled_annotations: '主持人或分享者已关闭互动批注',
|
|
582
|
+
fmt_screenshare_controlbar_options_clear_all: '清空所有批注',
|
|
583
|
+
fmt_screenshare_toast_annotations_visible_participants: '参会者可以看到你的标注内容',
|
|
584
|
+
fmt_screenshare_controlbar_button_settings: '设置',
|
|
585
|
+
fmt_screenshare_controlbar_settings_label_share_audio_settings: '共享音频设置',
|
|
586
|
+
fmt_screenshare_controlbar_settings_options_enable_share_audio: '开启共享音频',
|
|
587
|
+
fmt_screenshare_controlbar_settings_label_annotation_settings: '互动批注设置',
|
|
588
|
+
fmt_screenshare_controlbar_settings_label_annotation_controls: '互动批注操作',
|
|
589
|
+
fmt_screenshare_toast_annotation_controls_screen_sharing_disabled: '屏幕共享已关闭',
|
|
590
|
+
fmt_screenshare_tips_host_not_enabled_annotations: '主持人或分享者未开启互动批注',
|
|
570
591
|
fmt_screenshare_tips_unenabled: '会议管理员未开放白板编辑功能',
|
|
571
592
|
fmt_screenshare_whiteboard_options_changetheme: '更改白板主题',
|
|
572
593
|
fmt_screenshare_tips_alreadyoriginalsize: '已是“原始尺寸”',
|
|
@@ -679,19 +700,28 @@ var zhCn = exports.zhCn = {
|
|
|
679
700
|
fmt_meetinginfo_duration_1: '%1$d分钟',
|
|
680
701
|
fmt_meetinginfo_duration_2: '%1$d小时%2$d分钟',
|
|
681
702
|
fmt_meetinginfo_duration_2_no_min: '%1$d小时',
|
|
703
|
+
//标签
|
|
682
704
|
fmt_information_label_lockmeeting: '会议锁定',
|
|
705
|
+
//提示
|
|
683
706
|
fmt_information_tips_lockedbyhost: '{reason1}锁定了会议,其他人不可入会',
|
|
707
|
+
//提示
|
|
684
708
|
fmt_information_tips_copysuccess: '复制成功(?)',
|
|
709
|
+
//提示
|
|
685
710
|
fmt_information_tips_copyfailed: '复制失败(?)',
|
|
711
|
+
//标签
|
|
686
712
|
fmt_information_label_sharemeetingnumber: '分享会议号或邀请链接',
|
|
713
|
+
//提示
|
|
687
714
|
fmt_additional_tips_invitationfailed: '邀请链接复制失败',
|
|
715
|
+
//提示
|
|
688
716
|
fmt_additional_tips_invitation: '邀请链接已复制到剪贴板',
|
|
689
717
|
fmt_sharing_button_copydetailed: '复制全部信息',
|
|
690
718
|
fmt_sharing_label_invitationlink: '邀请链接',
|
|
691
719
|
fmt_sharing_tips_copyto_clipboard: '邀请信息已复制到剪贴板',
|
|
692
720
|
fmt_sharing_tips_copyfull_failed: '邀请信息复制失败 ',
|
|
693
721
|
fmt_sharing_label_invitationdetailed: '{reason1} 邀请你加入会议,会议主题:{reason2},会议时间:{reason3},会议链接:{reason4}',
|
|
722
|
+
//通知
|
|
694
723
|
fmt_information_tips_meeting_inprogress: '会议进行中',
|
|
724
|
+
//通知
|
|
695
725
|
fmt_information_tips_click_return_meeting: '点击返回会议界面',
|
|
696
726
|
fmt_information_label_s_fast_meeting: '的快速会议',
|
|
697
727
|
fmt_networkstatus_window_title: '网络连接',
|
|
@@ -750,6 +780,7 @@ var zhCn = exports.zhCn = {
|
|
|
750
780
|
fmt_failure_popup_label_crash_tips: '应用遇到崩溃问题,请关闭应用重试',
|
|
751
781
|
fmt_failure_popup_button_close_app: '关闭应用',
|
|
752
782
|
fmt_failure_popup_button_refresh: '刷新',
|
|
783
|
+
//****************** 设置 ******************
|
|
753
784
|
fmt_settings_option_setting: '设置',
|
|
754
785
|
fmt_settings_option_general: '常规设置',
|
|
755
786
|
fmt_settings_option_about_us: '关于我们',
|
|
@@ -884,6 +915,33 @@ var zhCn = exports.zhCn = {
|
|
|
884
915
|
fmt_internalsetting_room_window_switched: '切换为{reason1}',
|
|
885
916
|
fmt_internalsetting_labels_Network_type: '网络类型',
|
|
886
917
|
fmt_internalsetting_labels_resolving_power: '分辨率',
|
|
918
|
+
fmt_internalsetting_options_play_prompt: '入会播放提示音',
|
|
919
|
+
fmt_internalsetting_labels_audio: '音频',
|
|
920
|
+
fmt_internalsetting_labels_hide_video_off: '勾选后,你将在会中看不到未开摄像头的视图(其他人依旧能看到)',
|
|
921
|
+
fmt_internalsetting_labels_hide_my_video: '勾选后,你将在会中看不到自己的视图(其他人依旧能看到你的视图)',
|
|
922
|
+
fmt_settings_labels_virtual_background: '虚拟背景',
|
|
923
|
+
fmt_settings_labels_prompt_tone: '提示音',
|
|
924
|
+
//****************** 会控设置 ******************
|
|
925
|
+
fmt_meeting_setting_button_meeting_settings: '会控设置',
|
|
926
|
+
fmt_meeting_setting_labels_meeting_settings: '会控设置',
|
|
927
|
+
fmt_meeting_setting_labels_audio_video_settings: '音视频选项(进入会议时)',
|
|
928
|
+
fmt_meeting_setting_options_mute_participants: '参会者入会时静音',
|
|
929
|
+
fmt_meeting_setting_options_disable_video: '参会者入会时关闭视频',
|
|
930
|
+
fmt_meeting_setting_labels_Security: '会议安全',
|
|
931
|
+
fmt_meeting_setting_options_enable_waiting_room: '开启等候室',
|
|
932
|
+
fmt_meeting_setting_options_jbh: '允许参会者在主持人入会前加入会议',
|
|
933
|
+
fmt_meeting_setting_options_show_time: '显示会议时间',
|
|
934
|
+
fmt_meeting_setting_options_show_duration: '显示参会时长',
|
|
935
|
+
fmt_meeting_setting_options_show_information: '显示会议信息',
|
|
936
|
+
fmt_meeting_setting_labels_advanced: '高级功能',
|
|
937
|
+
fmt_meeting_setting_options_enable_live_streaming: '允许使用直播',
|
|
938
|
+
fmt_meeting_setting_options_enable_interpretation: '允许使用同声传译',
|
|
939
|
+
fmt_meeting_setting_options_generate_meeting_minutes: '创建AI会议纪要',
|
|
940
|
+
fmt_meeting_setting_toast_enabled_mute: '你已开启入会静音',
|
|
941
|
+
fmt_meeting_setting_toast_turned_off_video: '你已开启入会关闭视频',
|
|
942
|
+
fmt_meeting_setting_toast_disabled_mute: '你已关闭入会静音',
|
|
943
|
+
fmt_meeting_setting_toast_turned_on_video: '你已关闭入会关闭视频',
|
|
944
|
+
//****************** 设置提示部分 ******************
|
|
887
945
|
fmt_settings_labels_sidebar: '侧边栏',
|
|
888
946
|
fmt_settings_labels_fold: '折叠',
|
|
889
947
|
fmt_settings_labels_theme: '主题',
|
|
@@ -919,6 +977,7 @@ var zhCn = exports.zhCn = {
|
|
|
919
977
|
fmt_settings_popup_label_link_audio_to_hear_others: '为了听见其他用户的声音,请使用手机音频加入会议',
|
|
920
978
|
fmt_settings_popup_label_select_audio: '选择音频',
|
|
921
979
|
fmt_settings_popup_label_audio_not_connect_click_select: '未接入声音,请点击选择',
|
|
980
|
+
//****************** 直播 ******************
|
|
922
981
|
fmt_live_label_thirdplatform: '直播至第三方平台',
|
|
923
982
|
fmt_live_label_videostreamingurl: '视频流地址',
|
|
924
983
|
fmt_live_inputtips_videostreamingurl: '请输入视频流URL',
|
|
@@ -936,6 +995,7 @@ var zhCn = exports.zhCn = {
|
|
|
936
995
|
fmt_live_label_copylink: '复制直播链接',
|
|
937
996
|
fmt_tips_button_Stopsteaming: '停止直播',
|
|
938
997
|
fmt_live_label_push_platform: '将会议推送到指定的直播平台',
|
|
998
|
+
//****************** 录制 ******************
|
|
939
999
|
fmt_record_button_Cloudrecording: '云录制',
|
|
940
1000
|
fmt_record_button_Localrecording: '本地录制',
|
|
941
1001
|
fmt_record_button_pauserecording: '暂停',
|
|
@@ -1228,6 +1288,7 @@ var zhCn = exports.zhCn = {
|
|
|
1228
1288
|
fmt_ai_subtitles_setting_label_listening_no_content: '暂无内容',
|
|
1229
1289
|
fmt_ai_transcriptions_sidebar_button_stop_translation: '停止转写',
|
|
1230
1290
|
fmt_ai_transcriptions_sidebar_button_start_translation: '开始转写',
|
|
1291
|
+
//****************** AI会议纪要 ******************
|
|
1231
1292
|
fmt_ai_summary_create_option_create_summary: '开会的同时,创建会议纪要',
|
|
1232
1293
|
fmt_ai_summary_create_labels_meeting_list: '会议列表',
|
|
1233
1294
|
fmt_ai_summary_create_labels_valid_records: '只显示最近2天的会议记录',
|
|
@@ -1251,6 +1312,7 @@ var zhCn = exports.zhCn = {
|
|
|
1251
1312
|
fmt_ai_summary_setting_option_meeting_assistant: '会议助手',
|
|
1252
1313
|
fmt_ai_summary_setting_option_teacher: '老师',
|
|
1253
1314
|
fmt_ai_summary_setting_option_sales_manager: '销售员',
|
|
1315
|
+
//****************** 会前设置页 ******************
|
|
1254
1316
|
fmt_premeeting_setting_mobile_label_settings: '设置',
|
|
1255
1317
|
fmt_premeeting_setting_mobile_label_host_settings: '会议管理员入会设置',
|
|
1256
1318
|
fmt_premeeting_setting_mobile_swtich_mute_when_join: '成员入会时静音',
|
|
@@ -1271,14 +1333,15 @@ var zhCn = exports.zhCn = {
|
|
|
1271
1333
|
fmt_premeeting_setting_mobile_swtich_participant_display_name: '参会者显示名称',
|
|
1272
1334
|
fmt_premeeting_setting_mobile_swtich_voice_stimulation: '语音激励',
|
|
1273
1335
|
fmt_premeeting_setting_mobile_label_speaking_display_first: '开启语音激励后,会优先显示正在说话的与会成员。',
|
|
1274
|
-
fmt_premeeting_setting_mobile_option_bilingual: '
|
|
1336
|
+
fmt_premeeting_setting_mobile_option_bilingual: '语言设置',
|
|
1275
1337
|
fmt_premeeting_setting_mobile_option_chinese: '中文',
|
|
1276
|
-
fmt_premeeting_setting_mobile_option_english: '
|
|
1338
|
+
fmt_premeeting_setting_mobile_option_english: 'EN',
|
|
1277
1339
|
fmt_premeeting_setting_mobile_option_language_auto: '跟随系统',
|
|
1278
1340
|
fmt_premeeting_setting_mobile_option_appearance: '外观',
|
|
1279
1341
|
fmt_premeeting_setting_mobile_option_auto: '自动',
|
|
1280
1342
|
fmt_premeeting_setting_mobile_option_bright: '明亮',
|
|
1281
1343
|
fmt_premeeting_setting_mobile_option_dark: '暗黑',
|
|
1344
|
+
fmt_premeeting_setting_option_setting_after_restarting: '外观设置将在重启灵动会议后生效',
|
|
1282
1345
|
fmt_premeeting_setting_mobile_option_region: '区域设置',
|
|
1283
1346
|
fmt_premeeting_setting_mobile_option_developer_mode: '开发模式',
|
|
1284
1347
|
fmt_premeeting_setting_mobile_label_about_us: '关于我们',
|
|
@@ -1303,6 +1366,9 @@ var zhCn = exports.zhCn = {
|
|
|
1303
1366
|
fmt_premeeting_setting_mobile_popup_button_cancel: '取消',
|
|
1304
1367
|
fmt_premeeting_setting_mobile_popup_button_log_out: '退出当前登录账号',
|
|
1305
1368
|
fmt_premeeting_setting_mobile_button_log_out_confirm: '确定退出',
|
|
1369
|
+
fmt_premeeting_setting_button_more_meeting_control: '更多会控设置',
|
|
1370
|
+
fmt_premeeting_setting_checkbox_joining_meeting_connect_audio: '入会自动连接音频',
|
|
1371
|
+
//****************** 首页 ******************
|
|
1306
1372
|
fmt_premeeting_joinroom_mobile_button_upandin: '注册登录',
|
|
1307
1373
|
fmt_premeeting_joinroom_mobile_label_flexible_meeting: '灵动会议',
|
|
1308
1374
|
fmt_premeeting_joinroom_mobile_label_enterprise_account: '企业账号',
|
|
@@ -1320,6 +1386,7 @@ var zhCn = exports.zhCn = {
|
|
|
1320
1386
|
fmt_premeeting_joinroom_mobile_button_confirm_exit: '确定退出',
|
|
1321
1387
|
fmt_premeeting_joinroom_mobile_button_cancel: '取消',
|
|
1322
1388
|
fmt_premeeting_joinroom_mobile_label_rename: '重命名',
|
|
1389
|
+
//****************** 水印(移动) ******************
|
|
1323
1390
|
fmt_security_setting_mobile_label_watermark: '水印',
|
|
1324
1391
|
fmt_security_setting_mobile_label_watermark_style: '水印样式',
|
|
1325
1392
|
fmt_security_setting_mobile_option_watermark_style_single: '单行',
|
|
@@ -1338,10 +1405,12 @@ var zhCn = exports.zhCn = {
|
|
|
1338
1405
|
fmt_security_setting_mobile_chat_popup_option_all: '所有人',
|
|
1339
1406
|
fmt_security_setting_mobile_chat_popup_option_all_chat: '所有公屏聊天和私聊',
|
|
1340
1407
|
fmt_security_mobile_mainwindow_label_watermark: '{reason1}{reason1}',
|
|
1408
|
+
//****************** 安全(移动) ******************
|
|
1341
1409
|
fmt_security_setting_mobile_label_security: '安全',
|
|
1342
1410
|
fmt_security_setting_mobile_label_security_label: 'SECURITY安全',
|
|
1343
1411
|
fmt_security_setting_mobile_label_lock_meeting: '锁定会议',
|
|
1344
1412
|
fmt_security_setting_mobile_label_waiting_room: '等候室',
|
|
1413
|
+
//****************** 安全 ******************
|
|
1345
1414
|
fmt_security_setting_label_security_setting: '会议安全设置',
|
|
1346
1415
|
fmt_security_setting_label_lock_meeting: '锁定会议室',
|
|
1347
1416
|
fmt_security_setting_label_waiting_room: '无权限的参会者入会时先进会议室',
|
|
@@ -1364,6 +1433,8 @@ var zhCn = exports.zhCn = {
|
|
|
1364
1433
|
fmt_security_mainwindow_label_watermark: '{reason1}{reason1}',
|
|
1365
1434
|
fmt_security_mainwindow_label_toast_unmute_not_allow: '主持人/联席主持人不允许自主解除静音',
|
|
1366
1435
|
fmt_security_mainwindow_label_toast_name_change_not_allow: '主持人/联席主持人不允许自我改名',
|
|
1436
|
+
fmt_security_mainwindow_label_interactive_annotations: '成员互动批注',
|
|
1437
|
+
//****************** 设置 ******************
|
|
1367
1438
|
fmt_premeeting_setting_label_settings: '设置',
|
|
1368
1439
|
fmt_premeeting_setting_label_normal: '常规',
|
|
1369
1440
|
fmt_premeeting_setting_label_voice_motivation: '语音激励',
|
|
@@ -1420,6 +1491,7 @@ var zhCn = exports.zhCn = {
|
|
|
1420
1491
|
fmt_premeeting_setting_label_low: '低',
|
|
1421
1492
|
fmt_premeeting_setting_label_medium: '适中',
|
|
1422
1493
|
fmt_premeeting_setting_label_high: '高',
|
|
1494
|
+
fmt_premeeting_setting_label_turn_off: '关闭',
|
|
1423
1495
|
fmt_premeeting_setting_label_professional_audio: '专业音频',
|
|
1424
1496
|
fmt_premeeting_setting_label_enable_stereo: '启用立体声',
|
|
1425
1497
|
fmt_premeeting_setting_label_high_fidelity_music_mode: '高保真音乐模式',
|
|
@@ -1463,6 +1535,7 @@ var zhCn = exports.zhCn = {
|
|
|
1463
1535
|
fmt_meeting_mainwidow_version_popup_label_new_version_ready: '新版本已就绪',
|
|
1464
1536
|
fmt_meeting_mainwindow_version_popup_label_experience_after_restarting: '重启应用后可体验({reason1})',
|
|
1465
1537
|
fmt_meeting_mainwindow_version_popup_button_restart_application: '重启应用',
|
|
1538
|
+
//****************** 同声传译-PC ******************
|
|
1466
1539
|
fmt_interpretation_setting_controller_option_simultaneous_interpretation: '同声传译',
|
|
1467
1540
|
fmt_interpretation_setting_controller_toast_turn_on_simultaneous_interpretation: '开启同声传译',
|
|
1468
1541
|
fmt_interpretation_setting_controller_toast_turn_off_simultaneous_interpretation: '关闭同声传译',
|
|
@@ -1521,6 +1594,7 @@ var zhCn = exports.zhCn = {
|
|
|
1521
1594
|
fmt_interpretation_mainwindow_toast_label_turn_off_interpret: '你已关闭了同声传译功能',
|
|
1522
1595
|
fmt_interpretation_interpreter_popup_special_host: '联席',
|
|
1523
1596
|
fmt_interpretation_interpreter_popup_special_co_host: '主持',
|
|
1597
|
+
//****************** 同声传译-mobile ******************
|
|
1524
1598
|
fmt_interpretation_mobile_setting_controller_option_interpret: '同声传译',
|
|
1525
1599
|
fmt_interpretation_mobile_setting_controller_label_interpret: '同声传译',
|
|
1526
1600
|
fmt_interpretation_mobile_setting_controller_toast_label_setting_by_one: '{reason1}可能正在设置该功能',
|
|
@@ -1564,6 +1638,7 @@ var zhCn = exports.zhCn = {
|
|
|
1564
1638
|
fmt_interpretation_mobile_controller_popup_button_interpret_setting: '同声传译设置',
|
|
1565
1639
|
fmt_interpretation_mobile_attendnees_toast_label_channel_close: '您选择的同声传译频道被关闭,已为您切换到原声频道',
|
|
1566
1640
|
fmt_interpretation_mobile_meeting_win_label_translator: '翻译官',
|
|
1641
|
+
//****************** 免密登陆 ******************
|
|
1567
1642
|
fmt_meeting_creatpage_label_smart_meeting: '灵动会议',
|
|
1568
1643
|
fmt_meeting_creatpage_label_fast_experience: '快速体验',
|
|
1569
1644
|
fmt_meeting_creatpage_button_create_meeting: '创建会议',
|
|
@@ -1615,6 +1690,7 @@ var zhCn = exports.zhCn = {
|
|
|
1615
1690
|
fmt_link_invitation_password: '会议密码:{reason1}',
|
|
1616
1691
|
fmt_meeting_creatpage_toast_password_only_contain: '密码只能包含数字、字母和符号',
|
|
1617
1692
|
fmt_meeting_creatpage_toast_password_only_six: '入会密码长度为6位',
|
|
1693
|
+
//****************** 翻译语言 ******************
|
|
1618
1694
|
fmt_translate_language_chinese: '中文',
|
|
1619
1695
|
fmt_translate_language_english: '英文',
|
|
1620
1696
|
fmt_translate_language_japanese: '日语',
|
|
@@ -1649,6 +1725,9 @@ var zhCn = exports.zhCn = {
|
|
|
1649
1725
|
fmt_translate_language_vietnamese_mini: '越',
|
|
1650
1726
|
fmt_translate_language_malay_mini: 'MS',
|
|
1651
1727
|
fmt_translate_language_turkish_mini: 'TR',
|
|
1728
|
+
//****************** 分组 ******************
|
|
1729
|
+
|
|
1730
|
+
// web
|
|
1652
1731
|
fmt_group_mainwindow_sidebar_button_group_discuss: '分组讨论',
|
|
1653
1732
|
fmt_group_mainwindow_sidebar_label_group_discuss_on: '开启分组',
|
|
1654
1733
|
fmt_group_mainwindow_sidebar_label_group_discuss_off: '关闭分组',
|
|
@@ -1778,6 +1857,7 @@ var zhCn = exports.zhCn = {
|
|
|
1778
1857
|
fmt_group_mainwindow_breakout_room_count_popup_button_back_main: '返回主会场',
|
|
1779
1858
|
fmt_group_popup_creat_next_label_end_after_count: '所有分组讨论将在倒计时后自动结束',
|
|
1780
1859
|
fmt_group_popup_creat_next_label_back_main_after_count_auto: '你将自动返回主会场',
|
|
1860
|
+
//移动
|
|
1781
1861
|
fmt_mobile_group_function_button_breakout_group: '分组',
|
|
1782
1862
|
fmt_mobile_group_sidebar_button_leave_group: '离开分组',
|
|
1783
1863
|
fmt_mobile_group_creat_label_creat_group: '创建分组',
|
|
@@ -1868,15 +1948,18 @@ var zhCn = exports.zhCn = {
|
|
|
1868
1948
|
fmt_mobile_group_breakout_room_label_finishi_after_timer: '所有分组讨论将在倒计时后自动结束',
|
|
1869
1949
|
fmt_mobile_group_breakout_room_label_back_main_auto: '你将返回自动主会场',
|
|
1870
1950
|
fmt_mobile_group_breakout_room_button_leave_group: '离开讨论组',
|
|
1951
|
+
//****************** h5 单补 ******************
|
|
1871
1952
|
fmt_h_label_more_function: '更多功能',
|
|
1872
1953
|
fmt_h_label_tempor_hide_screen_share: '在屏幕共享时,会暂时隐藏其它参会者',
|
|
1873
1954
|
fmt_h_label_tempor_hide_white_board: '在白板共享时,会暂时隐藏其他参会者',
|
|
1874
1955
|
fmt_h_tips_host_enabled_waiting_room: '管理员已开启等候室,暂时无法加入会议',
|
|
1875
1956
|
fmt_h_tips_tap_to_play: '轻触进行播放',
|
|
1957
|
+
//****************** 错误信息 ******************
|
|
1876
1958
|
fmt_pc_room_not_exist_error: '房间不存在或密码错误',
|
|
1877
1959
|
fmt_lock_error: '主持人锁定了会议,其他人不可入会',
|
|
1878
1960
|
fmt_end_error: '会议已结束',
|
|
1879
1961
|
fmt_host_leave_error: '主持人不在会议中',
|
|
1962
|
+
//****************** hostkey ******************
|
|
1880
1963
|
fmt_hostkey_window_title_reclaim_host: '收回主持人权限',
|
|
1881
1964
|
fmt_hostkey_window_content_reclaim_host: '{reason1}为当前会议主持人,收回权限可能会中断主持人部份操作',
|
|
1882
1965
|
fmt_hostkey_window_button_reclaim_host: '收回主持人权限',
|
|
@@ -1891,6 +1974,7 @@ var zhCn = exports.zhCn = {
|
|
|
1891
1974
|
fmt_hostkey_input_hostkey_button_ok: '确定',
|
|
1892
1975
|
fmt_hostkey_input_hostkey_tips_incorrect_key: '密钥错误',
|
|
1893
1976
|
fmt_hostkey_meetingroom_toast_unable_to_claim_host: '会议已有主持人,无法通过密钥获取主持人权限',
|
|
1977
|
+
//****************** JBH ******************
|
|
1894
1978
|
fmt_jbh_title_host_not_in_meeting: '会议未开始,等待主持人进入',
|
|
1895
1979
|
fmt_jbh_title_host_in_meeting: '请稍等,主持人即将邀请您入会',
|
|
1896
1980
|
fmt_jbh_title_meeting_topic: '会议主题'
|
package/lib/type.d.ts
CHANGED
|
@@ -34,24 +34,29 @@ export interface FcrUIResource {
|
|
|
34
34
|
virtualBackgroundVideos?: string[];
|
|
35
35
|
soundEffectAudios?: string[];
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
37
|
+
/**
|
|
38
|
+
* FcrUISceneCreatorConfig interface represents the configuration for creating a UI scene creator.
|
|
39
|
+
*/
|
|
40
|
+
export type FcrUISceneCreatorConfig = FcrUISceneCreatorConfigSchema;
|
|
41
|
+
/**
|
|
42
|
+
* FcrUISceneConfig interface represents the configuration for a UI scene.
|
|
43
|
+
*/
|
|
44
|
+
export type FcrUISceneConfig = FcrUISceneConfigSchema;
|
|
45
|
+
/**
|
|
46
|
+
* FcrUIDeviceSettingObserver interface represents an observer for a device setting.
|
|
47
|
+
*/
|
|
48
|
+
export interface FcrUIDeviceSettingObserver {
|
|
42
49
|
/**
|
|
43
|
-
*
|
|
50
|
+
* Called when the setting store is created.
|
|
51
|
+
*
|
|
52
|
+
* @param store - The setting store.
|
|
44
53
|
*/
|
|
45
|
-
|
|
54
|
+
onSettingStore?: (store: SettingStore) => void;
|
|
46
55
|
/**
|
|
47
|
-
*
|
|
56
|
+
* Called when the setting dialog is opened.
|
|
48
57
|
*/
|
|
49
|
-
|
|
58
|
+
onOpenSettingDialog?: () => void;
|
|
50
59
|
}
|
|
51
|
-
/**
|
|
52
|
-
* FcrUISceneConfig interface represents the configuration for a UI scene.
|
|
53
|
-
*/
|
|
54
|
-
export type FcrUISceneConfig = FcrUISceneConfigSchema;
|
|
55
60
|
/**
|
|
56
61
|
* FcrUISceneObserver interface represents an observer for a UI scene.
|
|
57
62
|
*/
|
|
@@ -76,6 +81,10 @@ export interface FcrUISceneObserver {
|
|
|
76
81
|
* @param error - The error that occurred.
|
|
77
82
|
*/
|
|
78
83
|
onLaunchFailure?: FcrUISceneFailureCallback;
|
|
84
|
+
/**
|
|
85
|
+
* Called when the user token will expire.
|
|
86
|
+
*/
|
|
87
|
+
onUserTokenWillExpire?: () => void;
|
|
79
88
|
}
|
|
80
89
|
export type FcrUISceneCancelCallback = FcrUISceneCallbackSchema;
|
|
81
90
|
export type FcrUISceneSuccessCallback = FcrUISceneCallbackSchema;
|
|
@@ -198,12 +207,6 @@ export interface FcrUIJoinInterpreterRoom extends FcrUIToggleInterpreterRoom {
|
|
|
198
207
|
roomJoinOptions: FcrRoomJoinOptions;
|
|
199
208
|
}
|
|
200
209
|
export type FcrUIRoomObserver = {
|
|
201
|
-
/**
|
|
202
|
-
* 用户加入主房间
|
|
203
|
-
* @param ticket
|
|
204
|
-
* @returns
|
|
205
|
-
*/
|
|
206
|
-
onJoinMainRoom?: (ticket: string) => void;
|
|
207
210
|
/**
|
|
208
211
|
* 用户离开主房间
|
|
209
212
|
*/
|
|
@@ -224,6 +227,10 @@ export type FcrUIRoomObserver = {
|
|
|
224
227
|
* 用户离开等候室
|
|
225
228
|
*/
|
|
226
229
|
onLeaveWaitingRoom?: () => void;
|
|
230
|
+
/**
|
|
231
|
+
* 用户离开JBH
|
|
232
|
+
*/
|
|
233
|
+
onLeaveJBH?: () => void;
|
|
227
234
|
/**
|
|
228
235
|
* 用户被踢出房间
|
|
229
236
|
* @param roomId
|
|
@@ -245,6 +252,11 @@ export type FcrUIRoomObserver = {
|
|
|
245
252
|
*
|
|
246
253
|
*/
|
|
247
254
|
onWaitingRoomManageCanceled?: () => void;
|
|
255
|
+
/**
|
|
256
|
+
* 当前房间路由变更
|
|
257
|
+
*
|
|
258
|
+
*/
|
|
259
|
+
onRoutingChanged?: (roomControl: FcrBaseRoomControl) => void;
|
|
248
260
|
};
|
|
249
261
|
export type FcrUIConnectionObserver = {
|
|
250
262
|
onConnectionStateUpdated?: (state: FcrConnectionState) => void;
|
|
@@ -334,7 +346,8 @@ export interface FcrUISpotlightStreamChangedParams {
|
|
|
334
346
|
export type FcrUIJoinRoomResponse = FcrBaseRoomControl;
|
|
335
347
|
import { FcrRoomConnectorType, FcrVideoSourceType } from 'fcr-core';
|
|
336
348
|
import { FcrUserRole } from 'fcr-core/lib/type';
|
|
337
|
-
import { FcrUISceneCallbackSchema, FcrUISceneConfigSchema, FcrUISceneFailureCallbackSchema } from './schema';
|
|
349
|
+
import { FcrUISceneCallbackSchema, FcrUISceneConfigSchema, FcrUISceneCreatorConfigSchema, FcrUISceneFailureCallbackSchema } from './schema';
|
|
350
|
+
import SettingStore from './modules/setting/store';
|
|
338
351
|
export declare enum FcrUIVideoWindowLayoutType {
|
|
339
352
|
/** Show a carousel on top and a big video on the rest of the screen. */
|
|
340
353
|
Speaker = "speaker",
|
|
@@ -404,3 +417,10 @@ export interface FcrUIVideoWindowData {
|
|
|
404
417
|
phoneMicEnabled?: boolean;
|
|
405
418
|
hasBoardSharing: boolean;
|
|
406
419
|
}
|
|
420
|
+
export declare enum FcrUIAiDenoiseLevel {
|
|
421
|
+
LOW = 1,
|
|
422
|
+
MEDIUM = 2,
|
|
423
|
+
HIGH = 3,
|
|
424
|
+
CLOSE = 4
|
|
425
|
+
}
|
|
426
|
+
export type FcrUiResourceType = 'image' | 'video' | 'audio';
|
package/lib/type.js
CHANGED
|
@@ -16,7 +16,7 @@ Object.defineProperty(exports, "FcrStreamLatencyLevel", {
|
|
|
16
16
|
return _fcrCore.FcrStreamLatencyLevel;
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
|
-
exports.FcrUIWindowType = exports.FcrUIVideoWindowMainSortingPriority = exports.FcrUIVideoWindowLayoutType = exports.FcrUIVideoWindowFoldSortingPriority = exports.FcrUIVideoEffectType = exports.FcrUIRoomType = exports.FcrUINotificationContentType = exports.FcrUIExitReason = exports.FcrUIConnectType = void 0;
|
|
19
|
+
exports.FcrUIWindowType = exports.FcrUIVideoWindowMainSortingPriority = exports.FcrUIVideoWindowLayoutType = exports.FcrUIVideoWindowFoldSortingPriority = exports.FcrUIVideoEffectType = exports.FcrUIRoomType = exports.FcrUINotificationContentType = exports.FcrUIExitReason = exports.FcrUIConnectType = exports.FcrUIAiDenoiseLevel = void 0;
|
|
20
20
|
Object.defineProperty(exports, "FcrUserRole", {
|
|
21
21
|
enumerable: true,
|
|
22
22
|
get: function get() {
|
|
@@ -36,9 +36,15 @@ var FcrUIExitReason = exports.FcrUIExitReason = /*#__PURE__*/function (FcrUIExit
|
|
|
36
36
|
FcrUIExitReason["ABORTED"] = "ABORTED";
|
|
37
37
|
return FcrUIExitReason;
|
|
38
38
|
}({});
|
|
39
|
+
/**
|
|
40
|
+
* FcrUISceneCreatorConfig interface represents the configuration for creating a UI scene creator.
|
|
41
|
+
*/
|
|
39
42
|
/**
|
|
40
43
|
* FcrUISceneConfig interface represents the configuration for a UI scene.
|
|
41
44
|
*/
|
|
45
|
+
/**
|
|
46
|
+
* FcrUIDeviceSettingObserver interface represents an observer for a device setting.
|
|
47
|
+
*/
|
|
42
48
|
/**
|
|
43
49
|
* FcrUISceneObserver interface represents an observer for a UI scene.
|
|
44
50
|
*/
|
|
@@ -117,4 +123,11 @@ var FcrUIWindowType = exports.FcrUIWindowType = /*#__PURE__*/function (FcrUIWind
|
|
|
117
123
|
FcrUIWindowType[FcrUIWindowType["VIDEO"] = 1] = "VIDEO";
|
|
118
124
|
FcrUIWindowType[FcrUIWindowType["BOARD"] = 2] = "BOARD";
|
|
119
125
|
return FcrUIWindowType;
|
|
126
|
+
}({});
|
|
127
|
+
var FcrUIAiDenoiseLevel = exports.FcrUIAiDenoiseLevel = function (FcrUIAiDenoiseLevel) {
|
|
128
|
+
FcrUIAiDenoiseLevel[FcrUIAiDenoiseLevel["LOW"] = _fcrCore.FcrAiDenoiseLevel.LOW] = "LOW";
|
|
129
|
+
FcrUIAiDenoiseLevel[FcrUIAiDenoiseLevel["MEDIUM"] = _fcrCore.FcrAiDenoiseLevel.MEDIUM] = "MEDIUM";
|
|
130
|
+
FcrUIAiDenoiseLevel[FcrUIAiDenoiseLevel["HIGH"] = _fcrCore.FcrAiDenoiseLevel.HIGH] = "HIGH";
|
|
131
|
+
FcrUIAiDenoiseLevel[FcrUIAiDenoiseLevel["CLOSE"] = 4] = "CLOSE";
|
|
132
|
+
return FcrUIAiDenoiseLevel;
|
|
120
133
|
}({});
|
package/lib/ui-manager.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FcrCoreEngine } from 'fcr-core';
|
|
2
2
|
import { FcrUISceneConfig } from './type';
|
|
3
|
-
import { FcrCoreEngineConfig } from 'fcr-core/lib/type';
|
|
4
3
|
import { FcrMainRoomControl } from 'fcr-core/lib/room-control/type';
|
|
5
4
|
import { FcrUIEventProvider } from './providers/event-provider';
|
|
6
5
|
import { FcrUISharedConfigDataSource } from './shared-data-source/config';
|
|
@@ -15,14 +14,17 @@ import { FcrUIDialogProvider } from './providers/dialog-provider';
|
|
|
15
14
|
import { FcrUIVideoWindowDataSource } from './shared-data-source/video-window';
|
|
16
15
|
import { FcrUISharedDevicePrivilegeDataSource } from './shared-data-source/device-privilege-data';
|
|
17
16
|
import { FcrUIWidgetProvider } from './providers/widget-provider';
|
|
18
|
-
export declare class
|
|
17
|
+
export declare class FcrUIManager {
|
|
19
18
|
private _sceneConfig;
|
|
20
|
-
private _coreConfig;
|
|
21
19
|
private _engine;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
private _dom;
|
|
21
|
+
private _parameters?;
|
|
22
|
+
accessor isLoading: boolean;
|
|
23
|
+
constructor(_sceneConfig: FcrUISceneConfig, _engine: FcrCoreEngine, _dom: HTMLElement, _parameters?: Record<string, unknown> | undefined);
|
|
24
|
+
renderDevicePretestUi(deviceProvider: FcrUIDeviceProvider, onJoin: () => void, onExit: () => void): void;
|
|
25
|
+
renderPullingUi(roomControl: FcrMainRoomControl): () => void;
|
|
26
|
+
renderMainSceneUI(eventProvider: FcrUIEventProvider, deviceProvider: FcrUIDeviceProvider, roomProvider: FcrUIRoomProviderImpl, sharedConfigDataSource: FcrUISharedConfigDataSource, sharedSettingDataSource: FcrUISharedSettingDataSource, sharedLayoutDataSource: FcrUISharedLayoutDataSource, sharedSpeakerSpotlightDataSource: FcrUISharedSpeakerSpotlightDataSource, sharedPinDataSource: FcrUISharedPinDataSource, dialogProvider: FcrUIDialogProvider, messageProvider: FcrUIMessageProvider, sharedVideoWindowDataSource: FcrUIVideoWindowDataSource, sharedDevicePrivilegeDataSource: FcrUISharedDevicePrivilegeDataSource, widgetProvider: FcrUIWidgetProvider): () => void;
|
|
27
|
+
renderWaitingSceneUI(eventProvider: FcrUIEventProvider, deviceProvider: FcrUIDeviceProvider, roomProvider: FcrUIRoomProviderImpl, sharedConfigDataSource: FcrUISharedConfigDataSource, dialogProvider: FcrUIDialogProvider, messageProvider: FcrUIMessageProvider, sharedLayoutDataSource: FcrUISharedLayoutDataSource, sharedSettingDataSource: FcrUISharedSettingDataSource, sharedDevicePrivilegeDataSource: FcrUISharedDevicePrivilegeDataSource, widgetProvider: FcrUIWidgetProvider): () => void;
|
|
28
|
+
renderLoading(isLoading: boolean): void;
|
|
29
|
+
release(): void;
|
|
28
30
|
}
|