fcr-ui-scene 3.4.5 → 3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/base.js +4 -1
- package/lib/creator.d.ts +4 -1
- package/lib/creator.js +66 -3
- package/lib/electron/app.js +0 -3
- package/lib/electron/bootstrap-dev.js +2 -0
- package/lib/electron/bootstrap-sdk.js +2 -0
- package/lib/electron/main.js +14 -3
- package/lib/electron/plugins/devtool-shortcut.js +5 -0
- package/lib/electron/plugins/screenshot.js +4 -1
- package/lib/modules/action-bar/components/apps/app-item/index.css +3 -3
- package/lib/modules/action-bar/components/apps/app-item/index.js +35 -24
- package/lib/modules/action-bar/components/apps/app-list.d.ts +3 -0
- package/lib/modules/action-bar/components/apps/app-list.js +45 -0
- package/lib/modules/action-bar/components/apps/index.css +1 -0
- package/lib/modules/action-bar/components/apps/index.js +7 -4
- package/lib/modules/action-bar/components/apps/useAppItemOptions.d.ts +10 -2
- package/lib/modules/action-bar/components/apps/useAppItemOptions.js +10 -6
- package/lib/modules/action-bar/components/apps/useBeautyBackground.d.ts +1 -1
- package/lib/modules/action-bar/components/apps/useBeautyBackground.js +2 -2
- package/lib/modules/action-bar/components/apps/useInterpreter.d.ts +1 -1
- package/lib/modules/action-bar/components/apps/useInterpreter.js +6 -6
- package/lib/modules/action-bar/components/apps/useLiveStreaming.d.ts +1 -1
- package/lib/modules/action-bar/components/apps/useLiveStreaming.js +2 -2
- package/lib/modules/action-bar/components/apps/useWidgetList.d.ts +10 -0
- package/lib/modules/action-bar/components/apps/useWidgetList.js +38 -0
- package/lib/modules/action-bar/components/chat/index.css +8 -0
- package/lib/modules/action-bar/components/chat/index.js +2 -1
- package/lib/modules/action-bar/components/collapse/index.d.ts +8 -6
- package/lib/modules/action-bar/components/collapse/index.js +60 -74
- package/lib/modules/action-bar/components/interpreter/index.js +3 -3
- package/lib/modules/action-bar/components/item/index.js +1 -1
- package/lib/modules/action-bar/components/more/index.js +13 -7
- package/lib/modules/action-bar/components/notification-bar/index.d.ts +1 -1
- package/lib/modules/action-bar/components/notification-bar/index.js +13 -6
- package/lib/modules/action-bar/components/participants/index.js +1 -1
- package/lib/modules/action-bar/components/screen-share/index.js +1 -1
- package/lib/modules/action-bar/components/screen-share/submenu.js +55 -18
- package/lib/modules/action-bar/components/security/index.js +8 -2
- package/lib/modules/action-bar/components/trigger-output-language/index.js +68 -55
- package/lib/modules/action-bar/components/trigger-subscribe-language/index.js +35 -18
- package/lib/modules/action-bar/index.css +8 -0
- package/lib/modules/action-bar/index.d.ts +8 -0
- package/lib/modules/action-bar/index.js +6 -3
- package/lib/modules/action-bar/store.d.ts +37 -22
- package/lib/modules/action-bar/store.js +275 -375
- package/lib/modules/action-bar/types.d.ts +8 -13
- package/lib/modules/action-bar/view.js +3 -8
- package/lib/modules/audio-stream/index.d.ts +6 -1
- package/lib/modules/audio-stream/index.js +77 -11
- package/lib/modules/chat/chat-room-store.d.ts +4 -7
- package/lib/modules/chat/chat-room-store.js +39 -62
- package/lib/modules/chat/components/chat-action/index.js +2 -2
- package/lib/modules/chat/components/chat-bar/index.css +4 -0
- package/lib/modules/chat/components/chat-bar/index.d.ts +1 -1
- package/lib/modules/chat/components/chat-bar/index.js +18 -16
- package/lib/modules/chat/components/chat-select/index.js +16 -147
- package/lib/modules/chat/components/chat-select/select-input/index.d.ts +7 -0
- package/lib/modules/chat/components/chat-select/select-input/index.js +35 -0
- package/lib/modules/chat/components/chat-select/select-item/index.d.ts +12 -0
- package/lib/modules/chat/components/chat-select/select-item/index.js +153 -0
- package/lib/modules/chat/components/chat-tabs/index.d.ts +2 -0
- package/lib/modules/chat/components/chat-tabs/index.js +61 -0
- package/lib/modules/chat/components/message-list/chat-empty/index.d.ts +2 -0
- package/lib/modules/chat/components/message-list/chat-empty/index.js +26 -0
- package/lib/modules/chat/components/message-list/history-unread-message-button/index.d.ts +7 -0
- package/lib/modules/chat/components/message-list/history-unread-message-button/index.js +55 -0
- package/lib/modules/chat/components/message-list/index.d.ts +1 -1
- package/lib/modules/chat/components/message-list/index.js +55 -359
- package/lib/modules/chat/components/message-list/message-item/index.d.ts +15 -0
- package/lib/modules/chat/components/message-list/message-item/index.js +309 -0
- package/lib/modules/chat/components/message-list/scroll-bottom-button/index.d.ts +9 -0
- package/lib/modules/chat/components/message-list/scroll-bottom-button/index.js +67 -0
- package/lib/modules/chat/index.css +9 -0
- package/lib/modules/chat/index.d.ts +6 -0
- package/lib/modules/chat/index.js +4 -1
- package/lib/modules/chat/store.d.ts +17 -7
- package/lib/modules/chat/store.js +75 -72
- package/lib/modules/chat/types.d.ts +7 -7
- package/lib/modules/chat/types.js +2 -1
- package/lib/modules/chat/view.js +22 -102
- package/lib/modules/components/device-control/store.d.ts +4 -3
- package/lib/modules/components/device-control/store.js +13 -24
- package/lib/modules/components/leave-meeting/components/assign-host.js +17 -2
- package/lib/modules/components/leave-meeting/index.js +8 -7
- package/lib/modules/components/leave-meeting/store.d.ts +15 -7
- package/lib/modules/components/leave-meeting/store.js +116 -95
- package/lib/modules/components/member-window/components/member-actions/components/audio-control.d.ts +6 -0
- package/lib/modules/components/member-window/components/member-actions/components/audio-control.js +36 -0
- package/lib/modules/components/member-window/components/member-actions/components/icon-buttons/index.d.ts +40 -0
- package/lib/modules/components/member-window/components/member-actions/components/icon-buttons/index.js +170 -0
- package/lib/modules/components/member-window/components/member-actions/components/icon-status.d.ts +11 -0
- package/lib/modules/components/member-window/components/member-actions/components/icon-status.js +105 -0
- package/lib/modules/components/member-window/components/member-actions/components/layout/index.d.ts +9 -0
- package/lib/modules/components/member-window/components/member-actions/components/layout/index.js +42 -0
- package/lib/modules/components/member-window/components/member-actions/components/more-actions.d.ts +11 -0
- package/lib/modules/components/member-window/components/member-actions/components/more-actions.js +157 -0
- package/lib/modules/components/member-window/components/member-actions/components/share-status.d.ts +2 -0
- package/lib/modules/components/member-window/components/member-actions/components/share-status.js +34 -0
- package/lib/modules/components/member-window/components/member-actions/components/user-info.d.ts +16 -0
- package/lib/modules/components/member-window/components/member-actions/components/user-info.js +130 -0
- package/lib/modules/components/member-window/components/member-actions/components/user-tag.d.ts +12 -0
- package/lib/modules/components/member-window/components/member-actions/components/user-tag.js +57 -0
- package/lib/modules/components/member-window/components/member-actions/index.d.ts +3 -0
- package/lib/modules/components/member-window/components/member-actions/index.js +122 -0
- package/lib/modules/components/member-window/components/member-actions/libs/index.d.ts +2 -0
- package/lib/modules/components/member-window/components/member-actions/libs/index.js +24 -0
- package/lib/modules/components/member-window/components/member-actions/provider.d.ts +21 -0
- package/lib/modules/components/member-window/components/member-actions/provider.js +77 -0
- package/lib/modules/components/member-window/components/member-actions/store.d.ts +48 -0
- package/lib/modules/components/member-window/components/member-actions/store.js +307 -0
- package/lib/modules/components/member-window/components/member-board.d.ts +2 -0
- package/lib/modules/components/member-window/components/member-board.js +63 -0
- package/lib/modules/components/member-window/components/mic-volume.d.ts +2 -0
- package/lib/modules/components/member-window/components/mic-volume.js +23 -0
- package/lib/modules/components/member-window/components/video-player/components/local-video-player.d.ts +4 -0
- package/lib/modules/components/member-window/components/video-player/components/local-video-player.js +40 -0
- package/lib/modules/components/member-window/components/video-player/components/remote-video-player.d.ts +8 -0
- package/lib/modules/components/member-window/components/video-player/components/remote-video-player.js +62 -0
- package/lib/modules/components/member-window/components/video-player/index.d.ts +9 -0
- package/lib/modules/components/member-window/components/video-player/index.js +38 -0
- package/lib/modules/components/member-window/index.css +22 -2
- package/lib/modules/components/member-window/index.d.ts +10 -75
- package/lib/modules/components/member-window/index.js +20 -738
- package/lib/modules/components/member-window/types.d.ts +79 -0
- package/lib/modules/components/member-window/types.js +6 -0
- package/lib/modules/components/security-menu/index.css +0 -2
- package/lib/modules/components/security-menu/index.d.ts +5 -1
- package/lib/modules/components/security-menu/index.js +37 -59
- package/lib/modules/connection-gateway/index.d.ts +6 -0
- package/lib/modules/connection-gateway/index.js +4 -1
- package/lib/modules/connection-gateway/store.d.ts +12 -3
- package/lib/modules/connection-gateway/store.js +29 -27
- package/lib/modules/control-bar/components/meeting-details/index.js +11 -17
- package/lib/modules/control-bar/components/more-actions/index.js +5 -4
- package/lib/modules/control-bar/components/share-state-nav/index.js +22 -10
- package/lib/modules/control-bar/index.css +1 -2
- package/lib/modules/control-bar/index.d.ts +14 -0
- package/lib/modules/control-bar/index.js +10 -4
- package/lib/modules/control-bar/store.d.ts +40 -20
- package/lib/modules/control-bar/store.js +156 -191
- package/lib/modules/control-bar/view.js +65 -25
- package/lib/modules/device-pretest/audio-preview/microphone-detection.js +1 -1
- package/lib/modules/dialog/components/control-bar/index.d.ts +1 -1
- package/lib/modules/dialog/components/control-bar/index.js +43 -43
- package/lib/modules/dialog/components/device-setting/index.js +2 -1
- package/lib/modules/dialog/components/dialog-container/component/body.d.ts +1 -0
- package/lib/modules/dialog/components/dialog-container/component/body.js +3 -2
- package/lib/modules/dialog/components/dialog-container/index.d.ts +2 -0
- package/lib/modules/dialog/components/dialog-container/index.js +19 -13
- package/lib/modules/dialog/components/live-streaming/index.js +4 -2
- package/lib/modules/dialog/components/participant/index.js +2 -2
- package/lib/modules/dialog/components/share-screen-selection/index.js +3 -1
- package/lib/modules/dialog/components/system-preference/assets/bg1.png +0 -0
- package/lib/modules/dialog/components/system-preference/assets/bg2.png +0 -0
- package/lib/modules/dialog/components/system-preference/assets/fcr_png_host.png +0 -0
- package/lib/modules/dialog/components/system-preference/electron.js +6 -6
- package/lib/modules/dialog/components/system-preference/index.css +3 -0
- package/lib/modules/dialog/components/system-preference/index.d.ts +17 -2
- package/lib/modules/dialog/components/system-preference/index.js +47 -55
- package/lib/modules/dialog/components/video-window/index.d.ts +1 -1
- package/lib/modules/dialog/components/video-window/index.js +216 -101
- package/lib/modules/dialog/components/widget/electron.d.ts +5 -0
- package/lib/modules/dialog/components/widget/electron.js +37 -0
- package/lib/modules/dialog/components/widget/index.d.ts +6 -0
- package/lib/modules/dialog/components/widget/index.js +43 -0
- package/lib/modules/dialog/hooks/useElectron.d.ts +7 -0
- package/lib/modules/dialog/hooks/useElectron.js +226 -28
- package/lib/modules/dialog/index.css +1 -11
- package/lib/modules/dialog/index.d.ts +9 -6
- package/lib/modules/dialog/index.js +12 -12
- package/lib/modules/dialog/store.d.ts +26 -10
- package/lib/modules/dialog/store.js +151 -82
- package/lib/modules/dialog/type.d.ts +84 -0
- package/lib/modules/dialog/type.js +6 -0
- package/lib/modules/dialog/view.d.ts +1 -4
- package/lib/modules/dialog/view.js +12 -9
- package/lib/modules/event-confirm/index.css +11 -0
- package/lib/modules/event-confirm/index.d.ts +6 -0
- package/lib/modules/event-confirm/index.js +3 -2
- package/lib/modules/event-confirm/store.d.ts +10 -4
- package/lib/modules/event-confirm/store.js +91 -32
- package/lib/modules/event-confirm/view.js +63 -24
- package/lib/modules/event-toast/store.js +4 -2
- package/lib/modules/interpreter/action/edit-btn/index.js +5 -5
- package/lib/modules/interpreter/action/switch-btn/index.js +7 -7
- package/lib/modules/interpreter/index.d.ts +5 -1
- package/lib/modules/interpreter/index.js +4 -2
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/index.js +3 -3
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/index.js +6 -5
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/option-Item.js +2 -2
- package/lib/modules/interpreter/interpreter-list/interpreter-item/index.js +2 -2
- package/lib/modules/interpreter/store.d.ts +8 -5
- package/lib/modules/interpreter/store.js +90 -39
- package/lib/modules/interpreter/type.d.ts +5 -1
- package/lib/modules/interpreter/utils.d.ts +0 -1
- package/lib/modules/interpreter/utils.js +2 -23
- package/lib/modules/interpreter/view.js +2 -6
- package/lib/modules/invite/index.d.ts +4 -0
- package/lib/modules/invite/index.js +3 -1
- package/lib/modules/invite/store.d.ts +11 -2
- package/lib/modules/invite/store.js +27 -4
- package/lib/modules/layout/components/Aside.js +1 -1
- package/lib/modules/layout/components/Carousel.js +36 -14
- package/lib/modules/layout/components/Gallery.js +33 -11
- package/lib/modules/layout/index.css +2 -2
- package/lib/modules/layout/index.d.ts +6 -0
- package/lib/modules/layout/index.js +4 -1
- package/lib/modules/layout/store.d.ts +23 -10
- package/lib/modules/layout/store.js +185 -163
- package/lib/modules/layout/type.d.ts +2 -0
- package/lib/modules/live-streaming/index.d.ts +2 -0
- package/lib/modules/live-streaming/index.js +2 -2
- package/lib/modules/live-streaming/store.d.ts +4 -8
- package/lib/modules/live-streaming/store.js +9 -19
- package/lib/modules/notification/index.css +17 -0
- package/lib/modules/notification/store.js +4 -2
- package/lib/modules/notification/view.js +7 -2
- package/lib/modules/offscreen-pulling/index.d.ts +1 -0
- package/lib/modules/offscreen-pulling/index.js +4 -0
- package/lib/modules/participant/components/confirm-input/index.d.ts +6 -0
- package/lib/modules/participant/components/confirm-input/index.js +50 -0
- package/lib/modules/participant/components/mute-all/index.d.ts +3 -7
- package/lib/modules/participant/components/mute-all/index.js +21 -33
- package/lib/modules/participant/components/participants/components/footer/components/buttons.d.ts +6 -0
- package/lib/modules/participant/components/participants/components/footer/components/buttons.js +52 -0
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.css +60 -0
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.d.ts +2 -0
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.js +166 -0
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/util.d.ts +5 -0
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/util.js +28 -0
- package/lib/modules/participant/components/participants/components/footer/components/footer/index.css +13 -0
- package/lib/modules/participant/components/participants/components/footer/components/footer/index.d.ts +5 -0
- package/lib/modules/participant/components/participants/components/footer/components/footer/index.js +242 -0
- package/lib/modules/participant/components/participants/components/footer/index.d.ts +5 -0
- package/lib/modules/participant/components/participants/components/footer/index.js +48 -0
- package/lib/modules/participant/components/participants/components/merge/index.d.ts +11 -0
- package/lib/modules/participant/components/participants/components/merge/index.js +49 -0
- package/lib/modules/participant/components/participants/components/participants/components/attendee/index.css +191 -0
- package/lib/modules/participant/components/participants/components/participants/components/attendee/index.d.ts +4 -0
- package/lib/modules/participant/components/participants/components/participants/components/attendee/index.js +204 -0
- package/lib/modules/participant/components/participants/components/participants/components/participants-more/index.css +49 -0
- package/lib/modules/participant/components/participants/components/participants/components/participants-more/index.d.ts +5 -0
- package/lib/modules/participant/components/participants/components/participants/components/participants-more/index.js +219 -0
- package/lib/modules/participant/components/participants/components/participants/components/user-row/index.d.ts +5 -0
- package/lib/modules/participant/components/participants/components/participants/components/user-row/index.js +70 -0
- package/lib/modules/participant/components/participants/components/participants/index.css +104 -0
- package/lib/modules/participant/components/participants/components/participants/index.d.ts +3 -0
- package/lib/modules/participant/components/participants/components/participants/index.js +110 -0
- package/lib/modules/participant/components/participants/components/render-tab/index.d.ts +2 -0
- package/lib/modules/participant/components/participants/components/render-tab/index.js +49 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/components/interpreter-tag/index.d.ts +3 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/components/interpreter-tag/index.js +48 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/components/microphone-indicator/index.d.ts +6 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/components/microphone-indicator/index.js +28 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/components/user-avatar/index.d.ts +7 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/components/user-avatar/index.js +39 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.css +69 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.d.ts +5 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.js +135 -0
- package/lib/modules/participant/components/participants/components/render-user/components/user-action/components/audio-button/index.d.ts +7 -0
- package/lib/modules/participant/components/participants/components/render-user/components/user-action/components/audio-button/index.js +31 -0
- package/lib/modules/participant/components/participants/components/render-user/components/user-action/components/move-actions-popover/index.d.ts +12 -0
- package/lib/modules/participant/components/participants/components/render-user/components/user-action/components/move-actions-popover/index.js +82 -0
- package/lib/modules/participant/components/participants/components/render-user/components/user-action/components/move-to-mainroom-button/index.d.ts +4 -0
- package/lib/modules/participant/components/participants/components/render-user/components/user-action/components/move-to-mainroom-button/index.js +26 -0
- package/lib/modules/participant/components/participants/components/render-user/components/user-action/index.d.ts +2 -0
- package/lib/modules/participant/components/participants/components/render-user/components/user-action/index.js +75 -0
- package/lib/modules/participant/components/participants/components/render-user/index.d.ts +5 -0
- package/lib/modules/participant/components/participants/components/render-user/index.js +21 -0
- package/lib/modules/participant/components/participants/index.js +18 -112
- package/lib/modules/participant/components/participants/types.d.ts +96 -0
- package/lib/modules/participant/components/participants/types.js +37 -0
- package/lib/modules/participant/index.css +3 -0
- package/lib/modules/participant/index.d.ts +12 -0
- package/lib/modules/participant/index.js +7 -1
- package/lib/modules/participant/member-list-data-source.d.ts +2 -2
- package/lib/modules/participant/member-list-data-source.js +11 -17
- package/lib/modules/participant/store.d.ts +44 -37
- package/lib/modules/participant/store.js +527 -536
- package/lib/modules/participant/type.d.ts +2 -9
- package/lib/modules/pc-audio-connect/store.d.ts +1 -1
- package/lib/modules/pc-audio-connect/store.js +9 -6
- package/lib/modules/setting/audio-settings/audio-settings.js +5 -4
- package/lib/modules/setting/audio-settings/index.css +11 -2
- package/lib/modules/setting/config.js +1 -1
- package/lib/modules/setting/store.d.ts +1 -0
- package/lib/modules/setting/store.js +20 -2
- package/lib/modules/setting/video-settings/index.css +12 -17
- package/lib/modules/setting/video-settings/video-settings-basic.js +40 -44
- package/lib/modules/share-screen/components/selection/index.js +70 -80
- package/lib/modules/share-screen/index.d.ts +6 -1
- package/lib/modules/share-screen/index.js +4 -1
- package/lib/modules/share-screen/store.d.ts +37 -33
- package/lib/modules/share-screen/store.js +330 -438
- package/lib/modules/sound-effect/sound-effect-player.d.ts +0 -4
- package/lib/modules/sound-effect/sound-effect-player.js +4 -4
- package/lib/modules/state-bar/index.css +2 -15
- package/lib/modules/state-bar/index.d.ts +10 -0
- package/lib/modules/state-bar/index.js +6 -1
- package/lib/modules/state-bar/live-streaming-state.js +0 -17
- package/lib/modules/state-bar/meeting-details.js +12 -24
- package/lib/modules/state-bar/meeting-time.js +5 -10
- package/lib/modules/state-bar/store.d.ts +31 -8
- package/lib/modules/state-bar/store.js +146 -100
- package/lib/modules/state-bar/view.js +63 -32
- package/lib/modules/video-window/components/deviceState/index.d.ts +7 -0
- package/lib/modules/video-window/components/deviceState/index.js +75 -0
- package/lib/modules/video-window/components/members/index.css +51 -0
- package/lib/modules/video-window/components/members/index.d.ts +2 -0
- package/lib/modules/video-window/components/members/index.js +131 -0
- package/lib/modules/video-window/components/speaking/index.css +86 -0
- package/lib/modules/video-window/components/speaking/index.d.ts +3 -0
- package/lib/modules/video-window/components/speaking/index.js +48 -0
- package/lib/modules/video-window/components/topControl/index.css +35 -0
- package/lib/modules/video-window/components/topControl/index.d.ts +3 -0
- package/lib/modules/video-window/components/topControl/index.js +79 -0
- package/lib/modules/video-window/index.d.ts +7 -0
- package/lib/modules/video-window/index.js +14 -20
- package/lib/modules/video-window/store.d.ts +19 -88
- package/lib/modules/video-window/store.js +98 -365
- package/lib/modules/video-window/type.d.ts +40 -4
- package/lib/modules/video-window/type.js +4 -4
- package/lib/modules/video-window/view.js +11 -23
- package/lib/modules/whiteboard/index.d.ts +1 -0
- package/lib/modules/whiteboard/index.js +7 -4
- package/lib/modules/widget/index.css +17 -0
- package/lib/modules/widget/index.d.ts +10 -0
- package/lib/modules/widget/index.js +114 -0
- package/lib/modules/widget/sdk.d.ts +30 -0
- package/lib/modules/widget/sdk.js +224 -0
- package/lib/modules/widget/store.d.ts +14 -0
- package/lib/modules/widget/store.js +28 -0
- package/lib/modules/widget/type.d.ts +156 -0
- package/lib/modules/widget/type.js +6 -0
- package/lib/modules/widget/view.d.ts +2 -0
- package/lib/modules/widget/view.js +47 -0
- package/lib/modules/widget/web-widget.d.ts +29 -0
- package/lib/modules/widget/web-widget.js +234 -0
- package/lib/providers/ability-provider.d.ts +24 -0
- package/lib/providers/ability-provider.js +38 -0
- package/lib/providers/chat-provider.d.ts +16 -9
- package/lib/providers/chat-provider.js +76 -8
- package/lib/providers/device-privilege-provider.d.ts +5 -1
- package/lib/providers/device-privilege-provider.js +21 -1
- package/lib/providers/device-provider.js +5 -2
- package/lib/providers/device-stream-provider.d.ts +15 -3
- package/lib/providers/device-stream-provider.js +118 -34
- package/lib/providers/dialog-provider.d.ts +9 -8
- package/lib/providers/dialog-provider.js +8 -4
- package/lib/providers/event-provider.js +4 -2
- package/lib/providers/interpreter-provider.d.ts +7 -26
- package/lib/providers/interpreter-provider.js +473 -706
- package/lib/providers/local-storage-provider.d.ts +6 -1
- package/lib/providers/local-storage-provider.js +15 -2
- package/lib/providers/message-provider.js +4 -2
- package/lib/providers/phone-audio-provider.js +24 -18
- package/lib/providers/privilege-provider.d.ts +13 -12
- package/lib/providers/privilege-provider.js +19 -11
- package/lib/providers/renderer-provider.d.ts +5 -0
- package/lib/providers/renderer-provider.js +8 -1
- package/lib/providers/room-provider.d.ts +7 -17
- package/lib/providers/room-provider.js +113 -161
- package/lib/providers/screen-share-provider.d.ts +19 -0
- package/lib/providers/screen-share-provider.js +102 -10
- package/lib/providers/widget-provider.d.ts +52 -0
- package/lib/providers/widget-provider.js +171 -0
- package/lib/scenes/main-scene.d.ts +11 -0
- package/lib/scenes/main-scene.js +60 -33
- package/lib/scenes/waiting-scene.d.ts +9 -0
- package/lib/scenes/waiting-scene.js +27 -26
- package/lib/schema.d.ts +114 -0
- package/lib/schema.js +77 -0
- package/lib/shared-data-source/chat-data.d.ts +11 -0
- package/lib/shared-data-source/chat-data.js +17 -6
- package/lib/shared-data-source/interpreter.d.ts +34 -21
- package/lib/shared-data-source/interpreter.js +104 -103
- package/lib/shared-data-source/meeting-time.d.ts +68 -0
- package/lib/shared-data-source/meeting-time.js +299 -0
- package/lib/shared-data-source/member-data.d.ts +126 -0
- package/lib/shared-data-source/member-data.js +451 -0
- package/lib/shared-data-source/pin-data.d.ts +8 -4
- package/lib/shared-data-source/pin-data.js +92 -4
- package/lib/shared-data-source/security-data.d.ts +35 -0
- package/lib/shared-data-source/security-data.js +156 -0
- package/lib/shared-data-source/setting.d.ts +3 -1
- package/lib/shared-data-source/setting.js +12 -1
- package/lib/shared-data-source/video-window.d.ts +7 -8
- package/lib/shared-data-source/video-window.js +97 -94
- package/lib/shared-data-source/waiting-room.d.ts +29 -2
- package/lib/shared-data-source/waiting-room.js +103 -39
- package/lib/translations/enUS.d.ts +25 -12
- package/lib/translations/enUS.js +47 -68
- package/lib/translations/zhCN.d.ts +26 -12
- package/lib/translations/zhCN.js +63 -83
- package/lib/type.d.ts +64 -48
- package/lib/type.js +14 -1
- package/lib/ui-manager.d.ts +3 -2
- package/lib/ui-manager.js +8 -7
- package/lib/ui-scene.d.ts +7 -1
- package/lib/ui-scene.js +187 -97
- package/lib/utilities/constant.d.ts +7 -3
- package/lib/utilities/constant.js +4 -0
- package/lib/utilities/default-config.d.ts +5 -1
- package/lib/utilities/default-config.js +28 -2
- package/lib/utilities/logger.d.ts +8 -0
- package/lib/utilities/logger.js +42 -0
- package/lib/utilities/meeting-detail.js +11 -10
- package/lib/utilities/parameters.d.ts +4 -0
- package/lib/utilities/parameters.js +13 -1
- package/lib/utilities/renderer.d.ts +1 -0
- package/lib/utilities/renderer.js +4 -1
- package/lib/utilities/tools.d.ts +7 -6
- package/lib/utilities/tools.js +2 -6
- package/lib/utilities/validate-params.d.ts +2 -0
- package/lib/utilities/validate-params.js +16 -0
- package/lib/waiting-room-control-manager.d.ts +28 -0
- package/lib/waiting-room-control-manager.js +212 -0
- package/lib/widget-sdk.d.ts +2 -0
- package/lib/widget-sdk.js +13 -0
- package/package.json +7 -6
- package/public/index.html +12 -6
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.symbol.js");
|
|
4
|
+
require("core-js/modules/es.symbol.description.js");
|
|
5
|
+
require("core-js/modules/es.symbol.to-primitive.js");
|
|
6
|
+
require("core-js/modules/es.error.cause.js");
|
|
7
|
+
require("core-js/modules/es.error.to-string.js");
|
|
8
|
+
require("core-js/modules/es.array.is-array.js");
|
|
9
|
+
require("core-js/modules/es.array.push.js");
|
|
10
|
+
require("core-js/modules/es.date.to-primitive.js");
|
|
11
|
+
require("core-js/modules/es.function.bind.js");
|
|
12
|
+
require("core-js/modules/es.function.name.js");
|
|
13
|
+
require("core-js/modules/es.map.js");
|
|
14
|
+
require("core-js/modules/es.number.constructor.js");
|
|
15
|
+
require("core-js/modules/es.object.create.js");
|
|
16
|
+
require("core-js/modules/es.object.define-property.js");
|
|
17
|
+
require("core-js/modules/es.object.get-own-property-descriptor.js");
|
|
18
|
+
require("core-js/modules/esnext.function.metadata.js");
|
|
19
|
+
require("core-js/modules/esnext.map.delete-all.js");
|
|
20
|
+
require("core-js/modules/esnext.map.emplace.js");
|
|
21
|
+
require("core-js/modules/esnext.map.every.js");
|
|
22
|
+
require("core-js/modules/esnext.map.filter.js");
|
|
23
|
+
require("core-js/modules/esnext.map.find.js");
|
|
24
|
+
require("core-js/modules/esnext.map.find-key.js");
|
|
25
|
+
require("core-js/modules/esnext.map.includes.js");
|
|
26
|
+
require("core-js/modules/esnext.map.key-of.js");
|
|
27
|
+
require("core-js/modules/esnext.map.map-keys.js");
|
|
28
|
+
require("core-js/modules/esnext.map.map-values.js");
|
|
29
|
+
require("core-js/modules/esnext.map.merge.js");
|
|
30
|
+
require("core-js/modules/esnext.map.reduce.js");
|
|
31
|
+
require("core-js/modules/esnext.map.some.js");
|
|
32
|
+
require("core-js/modules/esnext.map.update.js");
|
|
33
|
+
require("core-js/modules/esnext.symbol.metadata.js");
|
|
34
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
35
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
36
|
+
Object.defineProperty(exports, "__esModule", {
|
|
37
|
+
value: true
|
|
38
|
+
});
|
|
39
|
+
exports.MemberWindowActionsStoreContext = exports.MemberWindowActionsStore = void 0;
|
|
40
|
+
require("core-js/modules/es.array.iterator.js");
|
|
41
|
+
require("core-js/modules/es.object.to-string.js");
|
|
42
|
+
require("core-js/modules/es.string.iterator.js");
|
|
43
|
+
require("core-js/modules/es.weak-map.js");
|
|
44
|
+
require("core-js/modules/esnext.weak-map.delete-all.js");
|
|
45
|
+
require("core-js/modules/esnext.weak-map.emplace.js");
|
|
46
|
+
require("core-js/modules/web.dom-collections.iterator.js");
|
|
47
|
+
require("core-js/modules/web.timers.js");
|
|
48
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
49
|
+
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
50
|
+
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
51
|
+
var _react = require("react");
|
|
52
|
+
var _mobx = require("mobx");
|
|
53
|
+
var _fcrCore = require("fcr-core");
|
|
54
|
+
var _decorator = require("agora-foundation/lib/decorator");
|
|
55
|
+
var _type = require("../../../../../type");
|
|
56
|
+
var _MemberWindowActionsStore;
|
|
57
|
+
var _initProto, _init_isOnlyShowVideoStream, _init_isShowDropMenu, _init_timerRef, _init_interpreterUser, _setOnlyShowVideoStreamDecs, _setIsShowDropMenuDecs, _onVisibleChangeDecs, _ref;
|
|
58
|
+
function _classPrivateFieldInitSpec(e, t, a) { _checkPrivateRedeclaration(e, t), t.set(e, a); }
|
|
59
|
+
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }
|
|
60
|
+
function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
|
|
61
|
+
function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
|
|
62
|
+
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
|
|
63
|
+
function _applyDecs(e, t, r, n, o, a) { function i(e, t, r) { return function (n, o) { return r && r(n), e[t].call(n, o); }; } function c(e, t) { for (var r = 0; r < e.length; r++) e[r].call(t); return t; } function s(e, t, r, n) { if ("function" != typeof e && (n || void 0 !== e)) throw new TypeError(t + " must " + (r || "be") + " a function" + (n ? "" : " or undefined")); return e; } function applyDec(e, t, r, n, o, a, c, u, l, f, p, d, h) { function m(e) { if (!h(e)) throw new TypeError("Attempted to access private element on non-instance"); } var y, v = t[0], g = t[3], b = !u; if (!b) { r || Array.isArray(v) || (v = [v]); var w = {}, S = [], A = 3 === o ? "get" : 4 === o || d ? "set" : "value"; f ? (p || d ? w = { get: _setFunctionName(function () { return g(this); }, n, "get"), set: function set(e) { t[4](this, e); } } : w[A] = g, p || _setFunctionName(w[A], n, 2 === o ? "" : A)) : p || (w = Object.getOwnPropertyDescriptor(e, n)); } for (var P = e, j = v.length - 1; j >= 0; j -= r ? 2 : 1) { var D = v[j], E = r ? v[j - 1] : void 0, I = {}, O = { kind: ["field", "accessor", "method", "getter", "setter", "class"][o], name: n, metadata: a, addInitializer: function (e, t) { if (e.v) throw Error("attempted to call addInitializer after decoration was finished"); s(t, "An initializer", "be", !0), c.push(t); }.bind(null, I) }; try { if (b) (y = s(D.call(E, P, O), "class decorators", "return")) && (P = y);else { var k, F; O["static"] = l, O["private"] = f, f ? 2 === o ? k = function k(e) { return m(e), w.value; } : (o < 4 && (k = i(w, "get", m)), 3 !== o && (F = i(w, "set", m))) : (k = function k(e) { return e[n]; }, (o < 2 || 4 === o) && (F = function F(e, t) { e[n] = t; })); var N = O.access = { has: f ? h.bind() : function (e) { return n in e; } }; if (k && (N.get = k), F && (N.set = F), P = D.call(E, d ? { get: w.get, set: w.set } : w[A], O), d) { if ("object" == _typeof(P) && P) (y = s(P.get, "accessor.get")) && (w.get = y), (y = s(P.set, "accessor.set")) && (w.set = y), (y = s(P.init, "accessor.init")) && S.push(y);else if (void 0 !== P) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); } else s(P, (p ? "field" : "method") + " decorators", "return") && (p ? S.push(P) : w[A] = P); } } finally { I.v = !0; } } return (p || d) && u.push(function (e, t) { for (var r = S.length - 1; r >= 0; r--) t = S[r].call(e, t); return t; }), p || b || (f ? d ? u.push(i(w, "get"), i(w, "set")) : u.push(2 === o ? w[A] : i.call.bind(w[A])) : Object.defineProperty(e, n, w)), P; } function u(e, t) { return Object.defineProperty(e, Symbol.metadata || Symbol["for"]("Symbol.metadata"), { configurable: !0, enumerable: !0, value: t }); } if (arguments.length >= 6) var l = a[Symbol.metadata || Symbol["for"]("Symbol.metadata")]; var f = Object.create(null == l ? null : l), p = function (e, t, r, n) { var o, a, i = [], s = function s(t) { return _checkInRHS(t) === e; }, u = new Map(); function l(e) { e && i.push(c.bind(null, e)); } for (var f = 0; f < t.length; f++) { var p = t[f]; if (Array.isArray(p)) { var d = p[1], h = p[2], m = p.length > 3, y = 16 & d, v = !!(8 & d), g = 0 == (d &= 7), b = h + "/" + v; if (!g && !m) { var w = u.get(b); if (!0 === w || 3 === w && 4 !== d || 4 === w && 3 !== d) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + h); u.set(b, !(d > 2) || d); } applyDec(v ? e : e.prototype, p, y, m ? "#" + h : _toPropertyKey(h), d, n, v ? a = a || [] : o = o || [], i, v, m, g, 1 === d, v && m ? s : r); } } return l(o), l(a), i; }(e, t, o, f); return r.length || u(e, f), { e: p, get c() { var t = []; return r.length && [u(applyDec(e, [r], n, e.name, 5, f, t), f), c.bind(null, t, e)]; } }; }
|
|
64
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
65
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
66
|
+
function _setFunctionName(e, t, n) { "symbol" == _typeof(t) && (t = (t = t.description) ? "[" + t + "]" : ""); try { Object.defineProperty(e, "name", { configurable: !0, value: n ? n + " " + t : t }); } catch (e) {} return e; }
|
|
67
|
+
function _checkInRHS(e) { if (Object(e) !== e) throw TypeError("right-hand side of 'in' should be an object, got " + (null !== e ? _typeof(e) : "null")); return e; }
|
|
68
|
+
var _A = /*#__PURE__*/new WeakMap();
|
|
69
|
+
var _B = /*#__PURE__*/new WeakMap();
|
|
70
|
+
var _C = /*#__PURE__*/new WeakMap();
|
|
71
|
+
var _D = /*#__PURE__*/new WeakMap();
|
|
72
|
+
_ref = (_setOnlyShowVideoStreamDecs = [_mobx.action, _mobx.action.bound], _setIsShowDropMenuDecs = [_mobx.action, _mobx.action.bound], _onVisibleChangeDecs = [_mobx.action, _mobx.action.bound], "isOnlyShowVideoStream");
|
|
73
|
+
var MemberWindowActionsStore = exports.MemberWindowActionsStore = /*#__PURE__*/function () {
|
|
74
|
+
function MemberWindowActionsStore(_windowData, _sendParticipantEvent, _muteAudio, _handleRename, _onVisibleChanged, _interpreterUsers, _interpreterState) {
|
|
75
|
+
(0, _classCallCheck2["default"])(this, MemberWindowActionsStore);
|
|
76
|
+
_classPrivateFieldInitSpec(this, _A, (_initProto(this), _init_isOnlyShowVideoStream(this, false)));
|
|
77
|
+
_classPrivateFieldInitSpec(this, _B, _init_isShowDropMenu(this, false));
|
|
78
|
+
_classPrivateFieldInitSpec(this, _C, _init_timerRef(this));
|
|
79
|
+
_classPrivateFieldInitSpec(this, _D, _init_interpreterUser(this, null));
|
|
80
|
+
this._windowData = _windowData;
|
|
81
|
+
this._sendParticipantEvent = _sendParticipantEvent;
|
|
82
|
+
this._muteAudio = _muteAudio;
|
|
83
|
+
this._handleRename = _handleRename;
|
|
84
|
+
this._onVisibleChanged = _onVisibleChanged;
|
|
85
|
+
this._interpreterUsers = _interpreterUsers;
|
|
86
|
+
this._interpreterState = _interpreterState;
|
|
87
|
+
}
|
|
88
|
+
return (0, _createClass2["default"])(MemberWindowActionsStore, [{
|
|
89
|
+
key: _ref,
|
|
90
|
+
get: function get() {
|
|
91
|
+
return _classPrivateFieldGet(_A, this);
|
|
92
|
+
}
|
|
93
|
+
}, {
|
|
94
|
+
key: "isOnlyShowVideoStream",
|
|
95
|
+
set: function set(v) {
|
|
96
|
+
_classPrivateFieldSet(_A, this, v);
|
|
97
|
+
}
|
|
98
|
+
}, {
|
|
99
|
+
key: "isShowDropMenu",
|
|
100
|
+
get: function get() {
|
|
101
|
+
return _classPrivateFieldGet(_B, this);
|
|
102
|
+
},
|
|
103
|
+
set: function set(v) {
|
|
104
|
+
_classPrivateFieldSet(_B, this, v);
|
|
105
|
+
}
|
|
106
|
+
}, {
|
|
107
|
+
key: "timerRef",
|
|
108
|
+
get: function get() {
|
|
109
|
+
return _classPrivateFieldGet(_C, this);
|
|
110
|
+
},
|
|
111
|
+
set: function set(v) {
|
|
112
|
+
_classPrivateFieldSet(_C, this, v);
|
|
113
|
+
}
|
|
114
|
+
}, {
|
|
115
|
+
key: "interpreterUser",
|
|
116
|
+
get: function get() {
|
|
117
|
+
return _classPrivateFieldGet(_D, this);
|
|
118
|
+
},
|
|
119
|
+
set: function set(v) {
|
|
120
|
+
_classPrivateFieldSet(_D, this, v);
|
|
121
|
+
}
|
|
122
|
+
}, {
|
|
123
|
+
key: "windowData",
|
|
124
|
+
get: function get() {
|
|
125
|
+
return this._windowData;
|
|
126
|
+
}
|
|
127
|
+
}, {
|
|
128
|
+
key: "userId",
|
|
129
|
+
get: function get() {
|
|
130
|
+
var _this$_windowData;
|
|
131
|
+
return (_this$_windowData = this._windowData) === null || _this$_windowData === void 0 ? void 0 : _this$_windowData.userId;
|
|
132
|
+
}
|
|
133
|
+
}, {
|
|
134
|
+
key: "userName",
|
|
135
|
+
get: function get() {
|
|
136
|
+
var _this$_windowData2;
|
|
137
|
+
return (_this$_windowData2 = this._windowData) === null || _this$_windowData2 === void 0 ? void 0 : _this$_windowData2.userName;
|
|
138
|
+
}
|
|
139
|
+
}, {
|
|
140
|
+
key: "isMySelf",
|
|
141
|
+
get: function get() {
|
|
142
|
+
var _this$_windowData3;
|
|
143
|
+
return (_this$_windowData3 = this._windowData) === null || _this$_windowData3 === void 0 ? void 0 : _this$_windowData3.isMySelf;
|
|
144
|
+
}
|
|
145
|
+
}, {
|
|
146
|
+
key: "ownerRoleType",
|
|
147
|
+
get: function get() {
|
|
148
|
+
var _this$_windowData4;
|
|
149
|
+
return (_this$_windowData4 = this._windowData) === null || _this$_windowData4 === void 0 ? void 0 : _this$_windowData4.ownerRoleType;
|
|
150
|
+
}
|
|
151
|
+
}, {
|
|
152
|
+
key: "isManager",
|
|
153
|
+
get: function get() {
|
|
154
|
+
return this.ownerRoleType === _fcrCore.FcrUserRole.HOST || this.ownerRoleType === _fcrCore.FcrUserRole.COHOST;
|
|
155
|
+
}
|
|
156
|
+
}, {
|
|
157
|
+
key: "hasVideoStream",
|
|
158
|
+
get: function get() {
|
|
159
|
+
var _this$_windowData5;
|
|
160
|
+
return (_this$_windowData5 = this._windowData) === null || _this$_windowData5 === void 0 ? void 0 : _this$_windowData5.hasVideoStream;
|
|
161
|
+
}
|
|
162
|
+
}, {
|
|
163
|
+
key: "hasScreenSharing",
|
|
164
|
+
get: function get() {
|
|
165
|
+
var _this$_windowData6;
|
|
166
|
+
return (_this$_windowData6 = this._windowData) === null || _this$_windowData6 === void 0 ? void 0 : _this$_windowData6.hasScreenSharing;
|
|
167
|
+
}
|
|
168
|
+
}, {
|
|
169
|
+
key: "isPin",
|
|
170
|
+
get: function get() {
|
|
171
|
+
var _this$_windowData7;
|
|
172
|
+
return (_this$_windowData7 = this._windowData) === null || _this$_windowData7 === void 0 ? void 0 : _this$_windowData7.isPin;
|
|
173
|
+
}
|
|
174
|
+
}, {
|
|
175
|
+
key: "hasMicrophoneAudioStream",
|
|
176
|
+
get: function get() {
|
|
177
|
+
var _this$_windowData8;
|
|
178
|
+
return (_this$_windowData8 = this._windowData) === null || _this$_windowData8 === void 0 ? void 0 : _this$_windowData8.hasMicrophoneAudioStream;
|
|
179
|
+
}
|
|
180
|
+
}, {
|
|
181
|
+
key: "audioStreamConnectorType",
|
|
182
|
+
get: function get() {
|
|
183
|
+
var _this$_windowData9;
|
|
184
|
+
return (_this$_windowData9 = this._windowData) === null || _this$_windowData9 === void 0 ? void 0 : _this$_windowData9.audioStreamConnectorType;
|
|
185
|
+
}
|
|
186
|
+
}, {
|
|
187
|
+
key: "videoStreamConnectorType",
|
|
188
|
+
get: function get() {
|
|
189
|
+
var _this$_windowData10;
|
|
190
|
+
return (_this$_windowData10 = this._windowData) === null || _this$_windowData10 === void 0 ? void 0 : _this$_windowData10.videoStreamConnectorType;
|
|
191
|
+
}
|
|
192
|
+
}, {
|
|
193
|
+
key: "videoStreamId",
|
|
194
|
+
get: function get() {
|
|
195
|
+
var _this$_windowData11;
|
|
196
|
+
return (_this$_windowData11 = this._windowData) === null || _this$_windowData11 === void 0 ? void 0 : _this$_windowData11.videoStreamId;
|
|
197
|
+
}
|
|
198
|
+
}, {
|
|
199
|
+
key: "audioStreamId",
|
|
200
|
+
get: function get() {
|
|
201
|
+
var _this$_windowData12;
|
|
202
|
+
return (_this$_windowData12 = this._windowData) === null || _this$_windowData12 === void 0 ? void 0 : _this$_windowData12.audioStreamId;
|
|
203
|
+
}
|
|
204
|
+
}, {
|
|
205
|
+
key: "phoneMicEnabled",
|
|
206
|
+
get: function get() {
|
|
207
|
+
var _this$_windowData13;
|
|
208
|
+
return (_this$_windowData13 = this._windowData) === null || _this$_windowData13 === void 0 ? void 0 : _this$_windowData13.phoneMicEnabled;
|
|
209
|
+
}
|
|
210
|
+
}, {
|
|
211
|
+
key: "windowType",
|
|
212
|
+
get: function get() {
|
|
213
|
+
var _this$_windowData14;
|
|
214
|
+
return (_this$_windowData14 = this._windowData) === null || _this$_windowData14 === void 0 ? void 0 : _this$_windowData14.type;
|
|
215
|
+
}
|
|
216
|
+
}, {
|
|
217
|
+
key: "connectorType",
|
|
218
|
+
get: function get() {
|
|
219
|
+
return this.audioStreamConnectorType !== _fcrCore.FcrRoomConnectorType.NONE ? this.audioStreamConnectorType : this.videoStreamConnectorType;
|
|
220
|
+
}
|
|
221
|
+
}, {
|
|
222
|
+
key: "isPhone",
|
|
223
|
+
get: function get() {
|
|
224
|
+
return this.connectorType === _fcrCore.FcrRoomConnectorType.PSTN;
|
|
225
|
+
}
|
|
226
|
+
}, {
|
|
227
|
+
key: "isInterpreter",
|
|
228
|
+
get: function get() {
|
|
229
|
+
return !!this.interpreterUser && !!this._interpreterState;
|
|
230
|
+
}
|
|
231
|
+
}, {
|
|
232
|
+
key: "isPurePhone",
|
|
233
|
+
get: function get() {
|
|
234
|
+
return this.videoStreamId === this.audioStreamId;
|
|
235
|
+
}
|
|
236
|
+
}, {
|
|
237
|
+
key: "isScreenSharing",
|
|
238
|
+
get: function get() {
|
|
239
|
+
return this.hasScreenSharing && this.windowType === _type.FcrUIWindowType.VIDEO;
|
|
240
|
+
}
|
|
241
|
+
}, {
|
|
242
|
+
key: "isWhiteboardSharing",
|
|
243
|
+
get: function get() {
|
|
244
|
+
return this.windowType === _type.FcrUIWindowType.BOARD;
|
|
245
|
+
}
|
|
246
|
+
}, {
|
|
247
|
+
key: "hasLoopbackAudioStream",
|
|
248
|
+
get: function get() {
|
|
249
|
+
var hasLoopbackAudioStream = this._windowData.hasLoopbackSharing && this._windowData.videoSourceType === _fcrCore.FcrVideoSourceType.SCREEN && this.hasMicrophoneAudioStream;
|
|
250
|
+
return hasLoopbackAudioStream;
|
|
251
|
+
}
|
|
252
|
+
}, {
|
|
253
|
+
key: "setOnlyShowVideoStream",
|
|
254
|
+
value: function setOnlyShowVideoStream(value) {
|
|
255
|
+
this.isOnlyShowVideoStream = value;
|
|
256
|
+
}
|
|
257
|
+
}, {
|
|
258
|
+
key: "setIsShowDropMenu",
|
|
259
|
+
value: function setIsShowDropMenu(value) {
|
|
260
|
+
this.isShowDropMenu = value;
|
|
261
|
+
}
|
|
262
|
+
}, {
|
|
263
|
+
key: "onVisibleChange",
|
|
264
|
+
value: function onVisibleChange(visible) {
|
|
265
|
+
var _this = this;
|
|
266
|
+
if (visible) {
|
|
267
|
+
var _this$_onVisibleChang;
|
|
268
|
+
this.setIsShowDropMenu(visible);
|
|
269
|
+
(_this$_onVisibleChang = this._onVisibleChanged) === null || _this$_onVisibleChang === void 0 || _this$_onVisibleChang.call(this, visible);
|
|
270
|
+
} else {
|
|
271
|
+
this.setIsShowDropMenu(visible);
|
|
272
|
+
this.timerRef = setTimeout(function () {
|
|
273
|
+
var _this$_onVisibleChang2;
|
|
274
|
+
(_this$_onVisibleChang2 = _this._onVisibleChanged) === null || _this$_onVisibleChang2 === void 0 || _this$_onVisibleChang2.call(_this, visible);
|
|
275
|
+
}, 100);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}, {
|
|
279
|
+
key: "sendParticipantEvent",
|
|
280
|
+
value: function sendParticipantEvent(event) {
|
|
281
|
+
this._sendParticipantEvent(event);
|
|
282
|
+
}
|
|
283
|
+
}, {
|
|
284
|
+
key: "muteAudio",
|
|
285
|
+
value: function muteAudio(mute, userId) {
|
|
286
|
+
this._muteAudio(mute, userId);
|
|
287
|
+
}
|
|
288
|
+
}, {
|
|
289
|
+
key: "handleRename",
|
|
290
|
+
value: function handleRename(userId) {
|
|
291
|
+
this._handleRename(userId);
|
|
292
|
+
}
|
|
293
|
+
}, {
|
|
294
|
+
key: "release",
|
|
295
|
+
value: function release() {
|
|
296
|
+
clearTimeout(this.timerRef);
|
|
297
|
+
}
|
|
298
|
+
}]);
|
|
299
|
+
}();
|
|
300
|
+
_MemberWindowActionsStore = MemberWindowActionsStore;
|
|
301
|
+
var _applyDecs$e = (0, _slicedToArray2["default"])(_applyDecs(_MemberWindowActionsStore, [[_mobx.observable, 1, "isOnlyShowVideoStream"], [_mobx.observable, 1, "isShowDropMenu"], [_mobx.observable, 1, "timerRef"], [_mobx.observable, 1, "interpreterUser"], [_mobx.computed, 3, "windowData"], [_mobx.computed, 3, "userId"], [_mobx.computed, 3, "userName"], [_mobx.computed, 3, "isMySelf"], [_mobx.computed, 3, "ownerRoleType"], [_mobx.computed, 3, "isManager"], [_mobx.computed, 3, "hasVideoStream"], [_mobx.computed, 3, "hasScreenSharing"], [_mobx.computed, 3, "isPin"], [_mobx.computed, 3, "hasMicrophoneAudioStream"], [_mobx.computed, 3, "audioStreamConnectorType"], [_mobx.computed, 3, "videoStreamConnectorType"], [_mobx.computed, 3, "videoStreamId"], [_mobx.computed, 3, "audioStreamId"], [_mobx.computed, 3, "phoneMicEnabled"], [_mobx.computed, 3, "windowType"], [_mobx.computed, 3, "connectorType"], [_mobx.computed, 3, "isPhone"], [_mobx.computed, 3, "isInterpreter"], [_mobx.computed, 3, "isPurePhone"], [_mobx.computed, 3, "isScreenSharing"], [_mobx.computed, 3, "isWhiteboardSharing"], [_mobx.computed, 3, "hasLoopbackAudioStream"], [_setOnlyShowVideoStreamDecs, 18, "setOnlyShowVideoStream"], [_setIsShowDropMenuDecs, 18, "setIsShowDropMenu"], [_onVisibleChangeDecs, 18, "onVisibleChange"], [_decorator.bound, 2, "sendParticipantEvent"], [_decorator.bound, 2, "muteAudio"], [_decorator.bound, 2, "handleRename"], [_decorator.bound, 2, "release"]], []).e, 5);
|
|
302
|
+
_init_isOnlyShowVideoStream = _applyDecs$e[0];
|
|
303
|
+
_init_isShowDropMenu = _applyDecs$e[1];
|
|
304
|
+
_init_timerRef = _applyDecs$e[2];
|
|
305
|
+
_init_interpreterUser = _applyDecs$e[3];
|
|
306
|
+
_initProto = _applyDecs$e[4];
|
|
307
|
+
var MemberWindowActionsStoreContext = exports.MemberWindowActionsStoreContext = /*#__PURE__*/(0, _react.createContext)(null);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { MemberBoardProps } from '../types';
|
|
2
|
+
export declare const MemberBoard: ({ slot, isMask, onMaskDoubleClick, windowData, allowedOperations, showActionBottomLabel, isShowActionAudio, actionAudioTag, hasPinnedStream, localUserRole, sendParticipantEvent, muteAudio, openPrivateChat, setVideoOrientation, interpreterUserList, isInterpreterEnabled, openRenameDialog, id, volume, }: MemberBoardProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.MemberBoard = void 0;
|
|
9
|
+
var _mobxReact = require("mobx-react");
|
|
10
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
+
var _env = require("agora-foundation/lib/utilities/env");
|
|
12
|
+
var _memberActions = require("./member-actions");
|
|
13
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
+
var MemberBoard = exports.MemberBoard = (0, _mobxReact.observer)(function (_ref) {
|
|
15
|
+
var slot = _ref.slot,
|
|
16
|
+
isMask = _ref.isMask,
|
|
17
|
+
onMaskDoubleClick = _ref.onMaskDoubleClick,
|
|
18
|
+
windowData = _ref.windowData,
|
|
19
|
+
allowedOperations = _ref.allowedOperations,
|
|
20
|
+
showActionBottomLabel = _ref.showActionBottomLabel,
|
|
21
|
+
isShowActionAudio = _ref.isShowActionAudio,
|
|
22
|
+
actionAudioTag = _ref.actionAudioTag,
|
|
23
|
+
hasPinnedStream = _ref.hasPinnedStream,
|
|
24
|
+
localUserRole = _ref.localUserRole,
|
|
25
|
+
sendParticipantEvent = _ref.sendParticipantEvent,
|
|
26
|
+
muteAudio = _ref.muteAudio,
|
|
27
|
+
openPrivateChat = _ref.openPrivateChat,
|
|
28
|
+
setVideoOrientation = _ref.setVideoOrientation,
|
|
29
|
+
interpreterUserList = _ref.interpreterUserList,
|
|
30
|
+
isInterpreterEnabled = _ref.isInterpreterEnabled,
|
|
31
|
+
openRenameDialog = _ref.openRenameDialog,
|
|
32
|
+
id = _ref.id,
|
|
33
|
+
volume = _ref.volume;
|
|
34
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
35
|
+
className: (0, _classnames["default"])("fcr-member-board"),
|
|
36
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
37
|
+
onDoubleClick: onMaskDoubleClick,
|
|
38
|
+
className: (0, _classnames["default"])('fcr-member-board-mask', {
|
|
39
|
+
'fcr-member-board-mask-show': isMask
|
|
40
|
+
})
|
|
41
|
+
}), isMask && /*#__PURE__*/(0, _jsxRuntime.jsx)(_memberActions.MemberWindowActions, {
|
|
42
|
+
isShowActionAudio: isShowActionAudio,
|
|
43
|
+
actionAudioTag: actionAudioTag,
|
|
44
|
+
showActionBottomLabel: showActionBottomLabel,
|
|
45
|
+
allowedOperations: allowedOperations,
|
|
46
|
+
setVideoOrientation: setVideoOrientation,
|
|
47
|
+
hasPinnedStream: hasPinnedStream,
|
|
48
|
+
localUserRole: localUserRole,
|
|
49
|
+
sendParticipantEvent: sendParticipantEvent,
|
|
50
|
+
muteAudio: muteAudio,
|
|
51
|
+
openPrivateChat: openPrivateChat,
|
|
52
|
+
windowSize: "large",
|
|
53
|
+
windowData: windowData,
|
|
54
|
+
iconSize: 24,
|
|
55
|
+
showRotation: (0, _env.isElectron)(),
|
|
56
|
+
interpreterUserList: interpreterUserList,
|
|
57
|
+
isInterpreterEnabled: isInterpreterEnabled,
|
|
58
|
+
handleRename: openRenameDialog,
|
|
59
|
+
id: id,
|
|
60
|
+
volume: volume
|
|
61
|
+
}), slot]
|
|
62
|
+
});
|
|
63
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.MicVolume = void 0;
|
|
8
|
+
var _mic = require("agora-ui-foundation/lib/components/icon/mic");
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var MicVolume = exports.MicVolume = function MicVolume(_ref) {
|
|
11
|
+
var id = _ref.id,
|
|
12
|
+
size = _ref.size,
|
|
13
|
+
volume = _ref.volume;
|
|
14
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
15
|
+
className: "fcr-user-window-actions-volume",
|
|
16
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_mic.FcrMicrophoneIndicator, {
|
|
17
|
+
defId: id,
|
|
18
|
+
size: size,
|
|
19
|
+
voicePercent: volume,
|
|
20
|
+
iconColor: "var(--fcr-volume-icon-color)"
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.FcrUILocalVideoPlayer = void 0;
|
|
8
|
+
var _mobxReact = require("mobx-react");
|
|
9
|
+
var _react = require("react");
|
|
10
|
+
var _videoTrackRenderContext = require("../../../../../../utilities/video-track-render-context");
|
|
11
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
+
var FcrUILocalVideoPlayer = exports.FcrUILocalVideoPlayer = (0, _mobxReact.observer)(function (props) {
|
|
13
|
+
var renderMode = props.renderMode;
|
|
14
|
+
var divRef = (0, _react.useRef)(null);
|
|
15
|
+
var context = (0, _react.useContext)(_videoTrackRenderContext.FcrVideoTrackRenderContext);
|
|
16
|
+
var _ref = context.localVideoRenderProvider || {},
|
|
17
|
+
cameraEnabled = _ref.cameraEnabled,
|
|
18
|
+
cameraId = _ref.cameraId,
|
|
19
|
+
startCameraPreview = _ref.startCameraPreview,
|
|
20
|
+
stopCameraPreview = _ref.stopCameraPreview,
|
|
21
|
+
currentMirror = _ref.currentMirror;
|
|
22
|
+
(0, _react.useEffect)(function () {
|
|
23
|
+
var dom = divRef.current;
|
|
24
|
+
if (dom) {
|
|
25
|
+
if (cameraEnabled) {
|
|
26
|
+
startCameraPreview === null || startCameraPreview === void 0 || startCameraPreview(dom, {
|
|
27
|
+
renderMode: renderMode,
|
|
28
|
+
isMirror: currentMirror
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
return function () {
|
|
33
|
+
dom && (stopCameraPreview === null || stopCameraPreview === void 0 ? void 0 : stopCameraPreview(dom));
|
|
34
|
+
};
|
|
35
|
+
}, [cameraEnabled, cameraId, startCameraPreview, stopCameraPreview, currentMirror]);
|
|
36
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
37
|
+
className: "fcr-member-window-body",
|
|
38
|
+
ref: divRef
|
|
39
|
+
});
|
|
40
|
+
});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AgoraRtcRenderMode, AgoraRtcVideoStreamType } from 'fcr-core/lib/imports';
|
|
2
|
+
export declare const FcrUIRemoteVideoPlayer: ({ streamId, hasVideoStream, videoStreamType, renderMode, hasScreenSharing, }: {
|
|
3
|
+
streamId: string;
|
|
4
|
+
hasVideoStream: boolean;
|
|
5
|
+
videoStreamType: AgoraRtcVideoStreamType;
|
|
6
|
+
renderMode: AgoraRtcRenderMode;
|
|
7
|
+
hasScreenSharing: boolean;
|
|
8
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.FcrUIRemoteVideoPlayer = void 0;
|
|
9
|
+
var _mobxReact = require("mobx-react");
|
|
10
|
+
var _react = require("react");
|
|
11
|
+
var _i18n = require("agora-ui-foundation/lib/i18n");
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
var _icon = require("agora-ui-foundation/lib/components/icon");
|
|
14
|
+
var _type = require("agora-ui-foundation/lib/components/icon/type");
|
|
15
|
+
var _videoTrackRenderContext = require("../../../../../../utilities/video-track-render-context");
|
|
16
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
|
+
var FcrUIRemoteVideoPlayer = exports.FcrUIRemoteVideoPlayer = (0, _mobxReact.observer)(function (_ref) {
|
|
18
|
+
var _context$remoteVideoR;
|
|
19
|
+
var streamId = _ref.streamId,
|
|
20
|
+
hasVideoStream = _ref.hasVideoStream,
|
|
21
|
+
videoStreamType = _ref.videoStreamType,
|
|
22
|
+
renderMode = _ref.renderMode,
|
|
23
|
+
hasScreenSharing = _ref.hasScreenSharing;
|
|
24
|
+
var divRef = (0, _react.useRef)(null);
|
|
25
|
+
var context = (0, _react.useContext)(_videoTrackRenderContext.FcrVideoTrackRenderContext);
|
|
26
|
+
var t = (0, _i18n.useI18n)();
|
|
27
|
+
var _ref2 = context.remoteVideoRenderProvider || {},
|
|
28
|
+
startRenderRemoteVideo = _ref2.startRenderRemoteVideo,
|
|
29
|
+
stopRenderRemoteVideo = _ref2.stopRenderRemoteVideo;
|
|
30
|
+
var isFirstRemoteVideoFrameRendered = (_context$remoteVideoR = context.remoteVideoRenderProvider) === null || _context$remoteVideoR === void 0 ? void 0 : _context$remoteVideoR.isStreamFirstFrameRendered(streamId);
|
|
31
|
+
(0, _react.useEffect)(function () {
|
|
32
|
+
var dom = divRef.current;
|
|
33
|
+
if (dom) {
|
|
34
|
+
if (hasVideoStream) {
|
|
35
|
+
startRenderRemoteVideo === null || startRenderRemoteVideo === void 0 || startRenderRemoteVideo(streamId, videoStreamType, {
|
|
36
|
+
renderMode: renderMode,
|
|
37
|
+
isMirror: false
|
|
38
|
+
}, dom);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return function () {
|
|
42
|
+
dom && (stopRenderRemoteVideo === null || stopRenderRemoteVideo === void 0 ? void 0 : stopRenderRemoteVideo(streamId, dom));
|
|
43
|
+
};
|
|
44
|
+
}, [hasVideoStream, streamId, videoStreamType, renderMode]);
|
|
45
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
46
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
47
|
+
className: (0, _classnames["default"])('fcr-member-window-body fcr-member-window-body-video-remote', {
|
|
48
|
+
'fcr-member-window-body-video-remote-render': isFirstRemoteVideoFrameRendered && hasVideoStream
|
|
49
|
+
}),
|
|
50
|
+
ref: divRef
|
|
51
|
+
}), !isFirstRemoteVideoFrameRendered && hasVideoStream && hasScreenSharing && /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
52
|
+
className: "fcr-member-window-body-render-video-loading",
|
|
53
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_icon.FcrIcon, {
|
|
54
|
+
className: "render-video-loading-icon",
|
|
55
|
+
size: 24,
|
|
56
|
+
type: _type.FcrIconType.FCR_LOADING
|
|
57
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("span", {
|
|
58
|
+
children: [" ", t('fmt_screenshare_status_sharing'), " "]
|
|
59
|
+
})]
|
|
60
|
+
})]
|
|
61
|
+
});
|
|
62
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AgoraRtcRenderMode, AgoraRtcVideoStreamType } from 'fcr-core/lib/imports';
|
|
2
|
+
export declare const FcrUIVideoPlayer: (props: {
|
|
3
|
+
isLocal: boolean;
|
|
4
|
+
streamId: string;
|
|
5
|
+
hasVideoStream: boolean;
|
|
6
|
+
videoStreamType: AgoraRtcVideoStreamType;
|
|
7
|
+
renderMode: AgoraRtcRenderMode;
|
|
8
|
+
hasScreenSharing: boolean;
|
|
9
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.symbol.js");
|
|
4
|
+
require("core-js/modules/es.array.filter.js");
|
|
5
|
+
require("core-js/modules/es.array.for-each.js");
|
|
6
|
+
require("core-js/modules/es.array.push.js");
|
|
7
|
+
require("core-js/modules/es.object.define-properties.js");
|
|
8
|
+
require("core-js/modules/es.object.define-property.js");
|
|
9
|
+
require("core-js/modules/es.object.get-own-property-descriptor.js");
|
|
10
|
+
require("core-js/modules/es.object.get-own-property-descriptors.js");
|
|
11
|
+
require("core-js/modules/es.object.keys.js");
|
|
12
|
+
require("core-js/modules/es.object.to-string.js");
|
|
13
|
+
require("core-js/modules/esnext.async-iterator.filter.js");
|
|
14
|
+
require("core-js/modules/esnext.async-iterator.for-each.js");
|
|
15
|
+
require("core-js/modules/esnext.iterator.constructor.js");
|
|
16
|
+
require("core-js/modules/esnext.iterator.filter.js");
|
|
17
|
+
require("core-js/modules/esnext.iterator.for-each.js");
|
|
18
|
+
require("core-js/modules/web.dom-collections.for-each.js");
|
|
19
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
20
|
+
Object.defineProperty(exports, "__esModule", {
|
|
21
|
+
value: true
|
|
22
|
+
});
|
|
23
|
+
exports.FcrUIVideoPlayer = void 0;
|
|
24
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
25
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
26
|
+
var _remoteVideoPlayer = require("./components/remote-video-player");
|
|
27
|
+
var _localVideoPlayer = require("./components/local-video-player");
|
|
28
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
29
|
+
var _excluded = ["isLocal"];
|
|
30
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
31
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
32
|
+
var FcrUIVideoPlayer = exports.FcrUIVideoPlayer = function FcrUIVideoPlayer(props) {
|
|
33
|
+
var isLocal = props.isLocal,
|
|
34
|
+
others = (0, _objectWithoutProperties2["default"])(props, _excluded);
|
|
35
|
+
return isLocal ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_localVideoPlayer.FcrUILocalVideoPlayer, {
|
|
36
|
+
renderMode: others.renderMode
|
|
37
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_remoteVideoPlayer.FcrUIRemoteVideoPlayer, _objectSpread({}, others));
|
|
38
|
+
};
|
|
@@ -157,6 +157,15 @@
|
|
|
157
157
|
height: 18px;
|
|
158
158
|
margin-right: 2px;
|
|
159
159
|
}
|
|
160
|
+
.fcr-member-window-members-shareSound {
|
|
161
|
+
display: none;
|
|
162
|
+
align-items: center;
|
|
163
|
+
justify-content: center;
|
|
164
|
+
border-radius: var(--fcr_cornerradius_xxs);
|
|
165
|
+
/* padding: 0 1px; */
|
|
166
|
+
height: 18px;
|
|
167
|
+
margin-right: 2px;
|
|
168
|
+
}
|
|
160
169
|
.fcr-member-window-members-sharebtn-show {
|
|
161
170
|
margin-left: 0px;
|
|
162
171
|
display: flex;
|
|
@@ -187,7 +196,7 @@
|
|
|
187
196
|
|
|
188
197
|
.fcr-user-window-actions-bottom {
|
|
189
198
|
position: absolute;
|
|
190
|
-
inset: auto auto 4px 4px;
|
|
199
|
+
/* inset: auto auto 4px 4px; */
|
|
191
200
|
z-index: 1;
|
|
192
201
|
max-width: calc(100% - 8px);
|
|
193
202
|
height: 18px;
|
|
@@ -195,6 +204,11 @@
|
|
|
195
204
|
opacity: 1;
|
|
196
205
|
}
|
|
197
206
|
|
|
207
|
+
.fcr-user-window-actions-tag_small {
|
|
208
|
+
position: absolute;
|
|
209
|
+
bottom: 20px;
|
|
210
|
+
z-index: 1;
|
|
211
|
+
}
|
|
198
212
|
.fcr-user-window-actions-bottom-layout {
|
|
199
213
|
color: var(--fcr_ui_scene_icontext1);
|
|
200
214
|
font-weight: var(--fcr_font_weight_m);
|
|
@@ -400,8 +414,14 @@
|
|
|
400
414
|
flex-flow: column-reverse nowrap;
|
|
401
415
|
}
|
|
402
416
|
|
|
417
|
+
.fcr-user-window-actions-tag_small {
|
|
418
|
+
position: absolute;
|
|
419
|
+
bottom: 24px;
|
|
420
|
+
z-index: 1;
|
|
421
|
+
}
|
|
422
|
+
|
|
403
423
|
.fcr-user-window-actions-tag_large {
|
|
404
|
-
margin-bottom:
|
|
424
|
+
margin-bottom: 8px;
|
|
405
425
|
}
|
|
406
426
|
.fcr-user-window-actions-bottom .fcr-device-settings-video__video-flip-container {
|
|
407
427
|
position: static;
|