fcr-ui-scene 3.4.3 → 3.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/base.js +3 -0
- package/lib/electron/app.js +2 -0
- package/lib/electron/bootstrap-dev.js +2 -0
- package/lib/electron/bootstrap-sdk.js +2 -0
- package/lib/electron/injections.js +5 -0
- package/lib/electron/tools.js +4 -0
- package/lib/electron/window.js +2 -0
- package/lib/modules/action-bar/components/apps/app-item/index.js +2 -0
- package/lib/modules/action-bar/components/apps/appitems.js +5 -2
- package/lib/modules/action-bar/components/apps/useAppItemOptions.js +1 -0
- package/lib/modules/action-bar/components/collapse/index.js +4 -0
- package/lib/modules/action-bar/components/item/index.js +2 -0
- package/lib/modules/action-bar/components/leave/index.js +2 -0
- package/lib/modules/action-bar/components/more/poppover-content.js +4 -0
- package/lib/modules/action-bar/components/notification-bar/components/interpreter/index.js +1 -2
- package/lib/modules/action-bar/components/notification-bar/index.js +2 -0
- package/lib/modules/action-bar/components/trigger-output-language/index.js +1 -2
- package/lib/modules/action-bar/components/trigger-subscribe-language/index.js +3 -0
- package/lib/modules/action-bar/store.js +6 -0
- package/lib/modules/audio-stream/index.js +3 -0
- package/lib/modules/chat/chat-room-store.js +4 -0
- package/lib/modules/chat/components/chat-bar/index.js +2 -0
- package/lib/modules/chat/components/chat-select/index.js +3 -0
- package/lib/modules/chat/components/message-list/index.js +2 -0
- package/lib/modules/chat/store.js +1 -0
- package/lib/modules/chat/view.js +4 -0
- package/lib/modules/components/device-control/components/audio-menu/index.js +1 -2
- package/lib/modules/components/device-control/components/video-menu/index.js +1 -2
- package/lib/modules/components/device-control/store.js +1 -0
- package/lib/modules/components/leave-meeting/store.js +2 -0
- package/lib/modules/components/member-window/index.js +4 -0
- package/lib/modules/components/security-menu/index.js +4 -1
- package/lib/modules/components/tab-frame/index.js +4 -0
- package/lib/modules/connection-gateway/components/phone/components/callinfo/index.js +1 -2
- package/lib/modules/connection-gateway/components/phone/index.js +1 -2
- package/lib/modules/connection-gateway/store.js +4 -0
- package/lib/modules/control-bar/components/more-actions/index.js +2 -0
- package/lib/modules/control-bar/index.js +2 -0
- package/lib/modules/control-bar/store.js +4 -0
- package/lib/modules/control-bar/view.js +2 -0
- package/lib/modules/device-pretest/settings/beauty.js +1 -2
- package/lib/modules/device-pretest/settings/virtual-background-setting.js +1 -2
- package/lib/modules/device-pretest/store.js +2 -0
- package/lib/modules/dialog/components/dialog-container/component/body.js +2 -0
- package/lib/modules/dialog/components/system-preference/index.js +2 -0
- package/lib/modules/dialog/hooks/useElectron.js +2 -0
- package/lib/modules/dialog/index.js +2 -0
- package/lib/modules/dialog/store.js +3 -0
- package/lib/modules/dialog/view.js +1 -2
- package/lib/modules/event-confirm/store.js +3 -0
- package/lib/modules/event-confirm/view.js +5 -2
- package/lib/modules/event-toast/store.js +2 -0
- package/lib/modules/event-toast/view.js +1 -2
- package/lib/modules/interpreter/interpreter-list/index.js +2 -2
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/index.js +5 -2
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/index.js +2 -0
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/index.js +4 -0
- package/lib/modules/interpreter/store.js +5 -0
- package/lib/modules/interpreter/utils.js +1 -0
- package/lib/modules/invite/enums.js +0 -1
- package/lib/modules/invite/store.js +1 -1
- package/lib/modules/layout/components/Carousel.js +1 -2
- package/lib/modules/layout/components/Gallery.js +2 -2
- package/lib/modules/layout/components/index.js +1 -0
- package/lib/modules/layout/store.js +3 -0
- package/lib/modules/layout/type.js +0 -2
- package/lib/modules/live-streaming/store.js +1 -0
- package/lib/modules/notification/interpreter-status/index.js +1 -2
- package/lib/modules/offscreen-pulling/index.js +1 -0
- package/lib/modules/participant/components/attendee/index.js +3 -0
- package/lib/modules/participant/components/drop-menu/index.js +3 -0
- package/lib/modules/participant/components/participants/index.js +1 -0
- package/lib/modules/participant/components/user-action/index.js +2 -0
- package/lib/modules/participant/index.js +2 -0
- package/lib/modules/participant/member-list-data-source.js +3 -0
- package/lib/modules/participant/store.js +5 -0
- package/lib/modules/pc-audio-connect/store.js +1 -0
- package/lib/modules/phone-audio-connect/components/callinfo/index.js +1 -2
- package/lib/modules/phone-audio-connect/store.js +3 -0
- package/lib/modules/phone-audio-connect/view.js +1 -2
- package/lib/modules/setting/audio-settings/audio-settings.js +1 -1
- package/lib/modules/setting/minutes-settings/minutes-settings.js +1 -2
- package/lib/modules/setting/state/index.js +4 -0
- package/lib/modules/setting/store.js +8 -4
- package/lib/modules/setting/translate-settings/translate-settings.js +1 -1
- package/lib/modules/share-screen/components/selection/index.js +1 -1
- package/lib/modules/share-screen/store.js +4 -0
- package/lib/modules/sound-effect/index.js +1 -0
- package/lib/modules/state-bar/layout-config.js +1 -2
- package/lib/modules/state-bar/live-streaming-state.js +1 -0
- package/lib/modules/state-bar/store.js +1 -0
- package/lib/modules/video-window/members/index.js +1 -2
- package/lib/modules/video-window/store.js +4 -0
- package/lib/modules/video-window/topControl/index.js +2 -0
- package/lib/modules/whiteboard/components/switch-theme/index.js +2 -0
- package/lib/modules/whiteboard/components/switch-theme/item.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/panel.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/index.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/components/extra-tool-picker.js +1 -1
- package/lib/modules/whiteboard/components/toolbar/components/move-handle.js +2 -0
- package/lib/modules/whiteboard/components/toolbar/components/pen-picker.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/components/shape-picker.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/hooks/index.js +2 -0
- package/lib/modules/whiteboard/components/toolbar/index.js +4 -1
- package/lib/modules/whiteboard/index.js +4 -0
- package/lib/providers/device-privilege-provider.js +2 -0
- package/lib/providers/device-provider.js +5 -0
- package/lib/providers/device-stream-provider.js +1 -0
- package/lib/providers/dialog-provider.js +2 -0
- package/lib/providers/event-provider.js +2 -0
- package/lib/providers/interpreter-provider.js +4 -0
- package/lib/providers/message-provider.js +2 -0
- package/lib/providers/phone-audio-provider.js +3 -0
- package/lib/providers/privilege-provider.js +4 -0
- package/lib/providers/renderer-provider.js +1 -0
- package/lib/providers/room-provider.js +3 -0
- package/lib/providers/screen-share-provider.js +1 -0
- package/lib/scenes/main-scene.js +2 -0
- package/lib/shared-data-source/chat-data.js +2 -0
- package/lib/shared-data-source/interpreter.js +2 -0
- package/lib/shared-data-source/layout-data.js +4 -1
- package/lib/shared-data-source/setting.js +2 -0
- package/lib/shared-data-source/video-window.js +4 -0
- package/lib/shared-data-source/waiting-room.js +1 -0
- package/lib/type.js +0 -14
- package/lib/ui-scene.js +2 -0
- package/lib/utilities/constant.js +0 -7
- package/lib/utilities/meeting-detail.js +26 -9
- package/lib/utilities/privilege.js +2 -0
- package/lib/utilities/renderer-event.js +2 -0
- package/lib/utilities/renderer.js +1 -0
- package/lib/utilities/setting-config-storage.js +2 -0
- package/lib/utilities/tools.js +3 -0
- package/package.json +5 -10
- package/lib/common/device-store.d.ts +0 -149
- package/lib/common/device-store.js +0 -1551
- package/lib/common/device-stream-store.d.ts +0 -51
- package/lib/common/device-stream-store.js +0 -546
- package/lib/common/event-store.d.ts +0 -135
- package/lib/common/event-store.js +0 -280
- package/lib/common/room-store.d.ts +0 -58
- package/lib/common/room-store.js +0 -402
- package/lib/common/security-store.d.ts +0 -131
- package/lib/common/security-store.js +0 -957
- package/lib/fragments/base.d.ts +0 -10
- package/lib/fragments/base.js +0 -44
- package/lib/fragments/control-bar/cloud-recording-buttons.d.ts +0 -1
- package/lib/fragments/control-bar/cloud-recording-buttons.js +0 -67
- package/lib/fragments/control-bar/context.d.ts +0 -2
- package/lib/fragments/control-bar/context.js +0 -9
- package/lib/fragments/control-bar/control-bar-store.d.ts +0 -196
- package/lib/fragments/control-bar/control-bar-store.js +0 -1678
- package/lib/fragments/control-bar/device/index.d.ts +0 -31
- package/lib/fragments/control-bar/device/index.js +0 -212
- package/lib/fragments/control-bar/index.css +0 -281
- package/lib/fragments/control-bar/index.d.ts +0 -26
- package/lib/fragments/control-bar/index.js +0 -257
- package/lib/fragments/control-bar/meeting-details/meeting-detail.css +0 -128
- package/lib/fragments/control-bar/meeting-details/meeting-details-portal.d.ts +0 -3
- package/lib/fragments/control-bar/meeting-details/meeting-details-portal.js +0 -60
- package/lib/fragments/control-bar/meeting-details/meeting-details.d.ts +0 -2
- package/lib/fragments/control-bar/meeting-details/meeting-details.js +0 -280
- package/lib/fragments/control-bar/more-actions/index.css +0 -72
- package/lib/fragments/control-bar/more-actions/index.d.ts +0 -7
- package/lib/fragments/control-bar/more-actions/index.js +0 -299
- package/lib/fragments/control-bar/security-content/index.css +0 -99
- package/lib/fragments/control-bar/security-content/index.d.ts +0 -2
- package/lib/fragments/control-bar/security-content/index.js +0 -234
- package/lib/fragments/control-bar/share-state-nav/index.css +0 -70
- package/lib/fragments/control-bar/share-state-nav/index.d.ts +0 -10
- package/lib/fragments/control-bar/share-state-nav/index.js +0 -134
- package/lib/fragments/control-bar/stop-live-streaming/index.d.ts +0 -1
- package/lib/fragments/control-bar/stop-live-streaming/index.js +0 -82
- package/lib/fragments/control-bar/transfer-position-icon/index.d.ts +0 -11
- package/lib/fragments/control-bar/transfer-position-icon/index.js +0 -46
- package/lib/fragments/control-bar/view.d.ts +0 -1
- package/lib/fragments/control-bar/view.js +0 -336
- package/lib/fragments/live-streaming/context.d.ts +0 -2
- package/lib/fragments/live-streaming/context.js +0 -9
- package/lib/fragments/live-streaming/index.css +0 -11
- package/lib/fragments/live-streaming/index.d.ts +0 -11
- package/lib/fragments/live-streaming/index.js +0 -79
- package/lib/fragments/live-streaming/store.d.ts +0 -21
- package/lib/fragments/live-streaming/store.js +0 -238
- package/lib/fragments/live-streaming/view.d.ts +0 -2
- package/lib/fragments/live-streaming/view.js +0 -46
- package/lib/fragments/share-screen-selection/context.d.ts +0 -2
- package/lib/fragments/share-screen-selection/context.js +0 -9
- package/lib/fragments/share-screen-selection/index.css +0 -66
- package/lib/fragments/share-screen-selection/index.d.ts +0 -9
- package/lib/fragments/share-screen-selection/index.js +0 -94
- package/lib/fragments/share-screen-selection/open-mic-tips.d.ts +0 -9
- package/lib/fragments/share-screen-selection/open-mic-tips.js +0 -55
- package/lib/fragments/share-screen-selection/selection-store.d.ts +0 -35
- package/lib/fragments/share-screen-selection/selection-store.js +0 -352
- package/lib/fragments/share-screen-selection/tips.css +0 -33
- package/lib/fragments/share-screen-selection/view.d.ts +0 -9
- package/lib/fragments/share-screen-selection/view.js +0 -262
- package/lib/fragments/toolbar/components/color-picker/components/color.d.ts +0 -5
- package/lib/fragments/toolbar/components/color-picker/components/color.js +0 -56
- package/lib/fragments/toolbar/components/color-picker/components/panel.d.ts +0 -1
- package/lib/fragments/toolbar/components/color-picker/components/panel.js +0 -118
- package/lib/fragments/toolbar/components/color-picker/components/picker.d.ts +0 -1
- package/lib/fragments/toolbar/components/color-picker/components/picker.js +0 -77
- package/lib/fragments/toolbar/components/color-picker/index.d.ts +0 -2
- package/lib/fragments/toolbar/components/color-picker/index.js +0 -57
- package/lib/fragments/toolbar/components/color-picker.d.ts +0 -2
- package/lib/fragments/toolbar/components/color-picker.js +0 -129
- package/lib/fragments/toolbar/components/eraser-picker.d.ts +0 -4
- package/lib/fragments/toolbar/components/eraser-picker.js +0 -75
- package/lib/fragments/toolbar/components/extension-toolbar-item.d.ts +0 -1
- package/lib/fragments/toolbar/components/extension-toolbar-item.js +0 -83
- package/lib/fragments/toolbar/components/extra-tool-picker.d.ts +0 -1
- package/lib/fragments/toolbar/components/extra-tool-picker.js +0 -64
- package/lib/fragments/toolbar/components/fold-icon.d.ts +0 -2
- package/lib/fragments/toolbar/components/fold-icon.js +0 -41
- package/lib/fragments/toolbar/components/history.d.ts +0 -2
- package/lib/fragments/toolbar/components/history.js +0 -46
- package/lib/fragments/toolbar/components/pen-picker.d.ts +0 -4
- package/lib/fragments/toolbar/components/pen-picker.js +0 -134
- package/lib/fragments/toolbar/components/screen-capture-picker.d.ts +0 -4
- package/lib/fragments/toolbar/components/screen-capture-picker.js +0 -86
- package/lib/fragments/toolbar/components/shape-picker.d.ts +0 -4
- package/lib/fragments/toolbar/components/shape-picker.js +0 -148
- package/lib/fragments/toolbar/components/toolbar-item.d.ts +0 -1
- package/lib/fragments/toolbar/components/toolbar-item.js +0 -42
- package/lib/fragments/toolbar/components/transfer-position-icon/index.d.ts +0 -11
- package/lib/fragments/toolbar/components/transfer-position-icon/index.js +0 -46
- package/lib/fragments/toolbar/components/wrapper.d.ts +0 -1
- package/lib/fragments/toolbar/components/wrapper.js +0 -138
- package/lib/fragments/toolbar/hooks.d.ts +0 -16
- package/lib/fragments/toolbar/hooks.js +0 -256
- package/lib/fragments/toolbar/index.d.ts +0 -12
- package/lib/fragments/toolbar/index.js +0 -80
- package/lib/fragments/toolbar/store.d.ts +0 -62
- package/lib/fragments/toolbar/store.js +0 -297
- package/lib/fragments/toolbar/style.css +0 -347
- package/lib/fragments/toolbar/view.d.ts +0 -1
- package/lib/fragments/toolbar/view.js +0 -36
- package/lib/modules/action-bar/action-bar-collapes-items.d.ts +0 -20
- package/lib/modules/action-bar/action-bar-collapes-items.js +0 -225
- package/lib/modules/action-bar/apps/app-item/index.css +0 -35
- package/lib/modules/action-bar/apps/app-item/index.d.ts +0 -12
- package/lib/modules/action-bar/apps/app-item/index.js +0 -61
- package/lib/modules/action-bar/apps/appitems.d.ts +0 -5
- package/lib/modules/action-bar/apps/appitems.js +0 -45
- package/lib/modules/action-bar/apps/index.css +0 -8
- package/lib/modules/action-bar/apps/index.d.ts +0 -4
- package/lib/modules/action-bar/apps/index.js +0 -57
- package/lib/modules/action-bar/apps/useAppItemOptions.d.ts +0 -9
- package/lib/modules/action-bar/apps/useAppItemOptions.js +0 -29
- package/lib/modules/action-bar/apps/useBeautyBackground.d.ts +0 -10
- package/lib/modules/action-bar/apps/useBeautyBackground.js +0 -34
- package/lib/modules/action-bar/apps/useInterpreter.d.ts +0 -14
- package/lib/modules/action-bar/apps/useInterpreter.js +0 -35
- package/lib/modules/action-bar/apps/useLiveStreaming.d.ts +0 -16
- package/lib/modules/action-bar/apps/useLiveStreaming.js +0 -41
- package/lib/modules/action-bar/board/index.d.ts +0 -4
- package/lib/modules/action-bar/board/index.js +0 -34
- package/lib/modules/action-bar/breakout-room/index.d.ts +0 -4
- package/lib/modules/action-bar/breakout-room/index.js +0 -32
- package/lib/modules/action-bar/chat/index.css +0 -80
- package/lib/modules/action-bar/chat/index.d.ts +0 -5
- package/lib/modules/action-bar/chat/index.js +0 -152
- package/lib/modules/action-bar/components/leave/assign-host.d.ts +0 -3
- package/lib/modules/action-bar/components/leave/assign-host.js +0 -64
- package/lib/modules/action-bar/components/leave/index.css +0 -126
- package/lib/modules/action-bar/components/leave/leave-meeting.d.ts +0 -3
- package/lib/modules/action-bar/components/leave/leave-meeting.js +0 -153
- package/lib/modules/action-bar/context.d.ts +0 -2
- package/lib/modules/action-bar/context.js +0 -9
- package/lib/modules/action-bar/device/index.css +0 -162
- package/lib/modules/action-bar/device/index.d.ts +0 -8
- package/lib/modules/action-bar/device/index.js +0 -613
- package/lib/modules/action-bar/interpreter/index.d.ts +0 -6
- package/lib/modules/action-bar/interpreter/index.js +0 -41
- package/lib/modules/action-bar/item-placement.d.ts +0 -7
- package/lib/modules/action-bar/item-placement.js +0 -18
- package/lib/modules/action-bar/item.d.ts +0 -27
- package/lib/modules/action-bar/item.js +0 -159
- package/lib/modules/action-bar/leave/assign-host.d.ts +0 -10
- package/lib/modules/action-bar/leave/assign-host.js +0 -64
- package/lib/modules/action-bar/leave/index.css +0 -126
- package/lib/modules/action-bar/leave/index.d.ts +0 -3
- package/lib/modules/action-bar/leave/index.js +0 -165
- package/lib/modules/action-bar/leave/leave-meeting.d.ts +0 -18
- package/lib/modules/action-bar/leave/leave-meeting.js +0 -153
- package/lib/modules/action-bar/live-streaming/index.d.ts +0 -4
- package/lib/modules/action-bar/live-streaming/index.js +0 -39
- package/lib/modules/action-bar/more/index.css +0 -114
- package/lib/modules/action-bar/more/index.d.ts +0 -5
- package/lib/modules/action-bar/more/index.js +0 -80
- package/lib/modules/action-bar/more/poppover-content.d.ts +0 -8
- package/lib/modules/action-bar/more/poppover-content.js +0 -400
- package/lib/modules/action-bar/participants/index.css +0 -21
- package/lib/modules/action-bar/participants/index.d.ts +0 -5
- package/lib/modules/action-bar/participants/index.js +0 -82
- package/lib/modules/action-bar/record/index.css +0 -39
- package/lib/modules/action-bar/record/index.d.ts +0 -5
- package/lib/modules/action-bar/record/index.js +0 -161
- package/lib/modules/action-bar/record/stop-record-dialog.d.ts +0 -5
- package/lib/modules/action-bar/record/stop-record-dialog.js +0 -48
- package/lib/modules/action-bar/respond/index.d.ts +0 -4
- package/lib/modules/action-bar/respond/index.js +0 -32
- package/lib/modules/action-bar/screen-share/index.d.ts +0 -4
- package/lib/modules/action-bar/screen-share/index.js +0 -101
- package/lib/modules/action-bar/screen-share/submenu.d.ts +0 -1
- package/lib/modules/action-bar/screen-share/submenu.js +0 -154
- package/lib/modules/action-bar/security/drop-menu.d.ts +0 -1
- package/lib/modules/action-bar/security/drop-menu.js +0 -312
- package/lib/modules/action-bar/security/index.d.ts +0 -4
- package/lib/modules/action-bar/security/index.js +0 -56
- package/lib/modules/action-bar/settings/index.d.ts +0 -4
- package/lib/modules/action-bar/settings/index.js +0 -41
- package/lib/modules/action-bar/smaller.d.ts +0 -1
- package/lib/modules/action-bar/smaller.js +0 -52
- package/lib/modules/action-bar/switch-input-language-room/fcr_translateswitch.png +0 -0
- package/lib/modules/action-bar/switch-input-language-room/index.css +0 -86
- package/lib/modules/action-bar/switch-input-language-room/index.d.ts +0 -16
- package/lib/modules/action-bar/switch-input-language-room/index.js +0 -236
- package/lib/modules/action-bar/switch-output-language-room/drop-menu.d.ts +0 -1
- package/lib/modules/action-bar/switch-output-language-room/drop-menu.js +0 -197
- package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.css +0 -18
- package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.d.ts +0 -14
- package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.js +0 -72
- package/lib/modules/action-bar/switch-output-language-room/index.d.ts +0 -12
- package/lib/modules/action-bar/switch-output-language-room/index.js +0 -309
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.css +0 -58
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.d.ts +0 -8
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.js +0 -100
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.css +0 -56
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.d.ts +0 -5
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.js +0 -33
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/dome.png +0 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/fcr_translateswitch.png +0 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.css +0 -74
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.d.ts +0 -2
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.js +0 -99
- package/lib/modules/action-bar/type.d.ts +0 -6
- package/lib/modules/action-bar/type.js +0 -13
- package/lib/modules/chat/chat-bar/index.css +0 -80
- package/lib/modules/chat/chat-bar/index.d.ts +0 -11
- package/lib/modules/chat/chat-bar/index.js +0 -142
- package/lib/modules/chat/chat-select/index.css +0 -178
- package/lib/modules/chat/chat-select/index.d.ts +0 -12
- package/lib/modules/chat/chat-select/index.js +0 -212
- package/lib/modules/chat/chat.d.ts +0 -11
- package/lib/modules/chat/chat.js +0 -386
- package/lib/modules/chat/contex.d.ts +0 -2
- package/lib/modules/chat/contex.js +0 -9
- package/lib/modules/chat/demo-wrapper.d.ts +0 -1
- package/lib/modules/chat/demo-wrapper.js +0 -42
- package/lib/modules/chat/message-list.d.ts +0 -22
- package/lib/modules/chat/message-list.js +0 -630
- package/lib/modules/components/device-control/type.d.ts +0 -6
- package/lib/modules/components/device-control/type.js +0 -13
- package/lib/modules/components/toast/index.css +0 -12
- package/lib/modules/components/toast/index.d.ts +0 -10
- package/lib/modules/components/toast/index.js +0 -66
- package/lib/modules/components/toast/store.d.ts +0 -17
- package/lib/modules/components/toast/store.js +0 -149
- package/lib/modules/components/toast/view.d.ts +0 -2
- package/lib/modules/components/toast/view.js +0 -35
- package/lib/modules/connection-gateway/components/tabs/index.css +0 -31
- package/lib/modules/connection-gateway/components/tabs/index.d.ts +0 -4
- package/lib/modules/connection-gateway/components/tabs/index.js +0 -44
- package/lib/modules/control-bar/type.d.ts +0 -10
- package/lib/modules/control-bar/type.js +0 -18
- package/lib/modules/device-pretest/context.d.ts +0 -2
- package/lib/modules/device-pretest/context.js +0 -9
- package/lib/modules/dialog/components/confirm/electron.d.ts +0 -10
- package/lib/modules/dialog/components/confirm/electron.js +0 -54
- package/lib/modules/dialog/components/connection-gateway/index.css +0 -25
- package/lib/modules/dialog/components/operation-waiting-room/electron.d.ts +0 -5
- package/lib/modules/dialog/components/operation-waiting-room/electron.js +0 -42
- package/lib/modules/dialog/components/operation-waiting-room/index.css +0 -44
- package/lib/modules/dialog/components/operation-waiting-room/index.d.ts +0 -5
- package/lib/modules/dialog/components/operation-waiting-room/index.js +0 -156
- package/lib/modules/dialog/components/remove-admit-waiting-room/electron.d.ts +0 -12
- package/lib/modules/dialog/components/remove-admit-waiting-room/electron.js +0 -36
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.css +0 -50
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.d.ts +0 -5
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.js +0 -90
- package/lib/modules/dialog/components/switch-language-channels/electron.d.ts +0 -2
- package/lib/modules/dialog/components/switch-language-channels/electron.js +0 -72
- package/lib/modules/dialog/components/switch-language-channels/index.css +0 -30
- package/lib/modules/dialog/components/switch-language-channels/index.d.ts +0 -4
- package/lib/modules/dialog/components/switch-language-channels/index.js +0 -63
- package/lib/modules/dialog/components/switch-language-channels/user-queue/index.css +0 -36
- package/lib/modules/dialog/components/switch-language-channels/user-queue/index.d.ts +0 -3
- package/lib/modules/dialog/components/switch-language-channels/user-queue/index.js +0 -47
- package/lib/modules/dialog/context.d.ts +0 -2
- package/lib/modules/dialog/context.js +0 -9
- package/lib/modules/event-notification/context.d.ts +0 -2
- package/lib/modules/event-notification/context.js +0 -9
- package/lib/modules/event-notification/index.css +0 -58
- package/lib/modules/event-notification/index.d.ts +0 -13
- package/lib/modules/event-notification/index.js +0 -48
- package/lib/modules/event-notification/store.d.ts +0 -17
- package/lib/modules/event-notification/store.js +0 -133
- package/lib/modules/event-notification/view.d.ts +0 -5
- package/lib/modules/event-notification/view.js +0 -114
- package/lib/modules/event-toast/context.d.ts +0 -2
- package/lib/modules/event-toast/context.js +0 -9
- package/lib/modules/interpreter/action/edit-btn/index.css +0 -3
- package/lib/modules/interpreter/add-button/index.css +0 -4
- package/lib/modules/interpreter/add-button/index.d.ts +0 -11
- package/lib/modules/interpreter/add-button/index.js +0 -43
- package/lib/modules/interpreter/config.d.ts +0 -16
- package/lib/modules/interpreter/config.js +0 -17
- package/lib/modules/interpreter/constant.d.ts +0 -51
- package/lib/modules/interpreter/constant.js +0 -58
- package/lib/modules/interpreter/footer/components/interpreter-btn/index.d.ts +0 -5
- package/lib/modules/interpreter/footer/components/interpreter-btn/index.js +0 -53
- package/lib/modules/interpreter/footer/components/set-btn/index.d.ts +0 -5
- package/lib/modules/interpreter/footer/components/set-btn/index.js +0 -49
- package/lib/modules/interpreter/footer/components/tooltip-wrapper/index.d.ts +0 -6
- package/lib/modules/interpreter/footer/components/tooltip-wrapper/index.js +0 -30
- package/lib/modules/interpreter/index.css +0 -15
- package/lib/modules/invite/context.d.ts +0 -2
- package/lib/modules/invite/context.js +0 -9
- package/lib/modules/invite/pstn-invite.d.ts +0 -2
- package/lib/modules/invite/pstn-invite.js +0 -271
- package/lib/modules/invite/voip-invite.d.ts +0 -1
- package/lib/modules/invite/voip-invite.js +0 -293
- package/lib/modules/layout/components/Layout.d.ts +0 -2
- package/lib/modules/layout/components/Layout.js +0 -190
- package/lib/modules/layout/context.d.ts +0 -2
- package/lib/modules/layout/context.js +0 -9
- package/lib/modules/layout/member-window/index.css +0 -406
- package/lib/modules/layout/member-window/index.d.ts +0 -74
- package/lib/modules/layout/member-window/index.js +0 -881
- package/lib/modules/layout/video-window-datasource.d.ts +0 -127
- package/lib/modules/layout/video-window-datasource.js +0 -1121
- package/lib/modules/live-streaming/context.d.ts +0 -2
- package/lib/modules/live-streaming/context.js +0 -9
- package/lib/modules/participant/attendee/index.css +0 -69
- package/lib/modules/participant/attendee/index.d.ts +0 -36
- package/lib/modules/participant/attendee/index.js +0 -398
- package/lib/modules/participant/attendee/user-more-actions.d.ts +0 -22
- package/lib/modules/participant/attendee/user-more-actions.js +0 -76
- package/lib/modules/participant/can-moveable/index.d.ts +0 -1
- package/lib/modules/participant/can-moveable/index.js +0 -68
- package/lib/modules/participant/context.d.ts +0 -2
- package/lib/modules/participant/context.js +0 -9
- package/lib/modules/participant/room-control-drop-menu/index.css +0 -56
- package/lib/modules/participant/room-control-drop-menu/index.d.ts +0 -2
- package/lib/modules/participant/room-control-drop-menu/index.js +0 -188
- package/lib/modules/setting/context.d.ts +0 -2
- package/lib/modules/setting/context.js +0 -9
- package/lib/modules/share-screen/selection/index.css +0 -68
- package/lib/modules/share-screen/selection/index.d.ts +0 -9
- package/lib/modules/share-screen/selection/index.js +0 -273
- package/lib/modules/share-screen/share-state-bar/index.css +0 -76
- package/lib/modules/share-screen/share-state-bar/index.d.ts +0 -4
- package/lib/modules/share-screen/share-state-bar/index.js +0 -98
- package/lib/modules/state-bar/context.d.ts +0 -2
- package/lib/modules/state-bar/context.js +0 -9
- package/lib/modules/video-window/context.d.ts +0 -2
- package/lib/modules/video-window/context.js +0 -9
- package/lib/modules/waiting-room-layout/context.d.ts +0 -2
- package/lib/modules/waiting-room-layout/context.js +0 -9
- package/lib/modules/waiting-room-layout/type.d.ts +0 -0
- package/lib/modules/waiting-room-layout/type.js +0 -1
- package/lib/modules/whiteboard/app.d.ts +0 -2
- package/lib/modules/whiteboard/app.js +0 -49
- package/lib/utilities/extract.d.ts +0 -5
- package/lib/utilities/extract.js +0 -120
package/lib/fragments/base.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare abstract class BaseFragment implements Fragment {
|
|
2
|
-
protected runtime: Runtime;
|
|
3
|
-
protected logger: import("agora-foundation/lib/logger").Logger;
|
|
4
|
-
constructor(runtime: Runtime);
|
|
5
|
-
abstract get name(): string;
|
|
6
|
-
abstract get component(): JSX.Element;
|
|
7
|
-
protected sendEvent(event: RendererCustomEvent): void;
|
|
8
|
-
protected onEvent(event: RendererCustomEvent): void;
|
|
9
|
-
private _onLoad;
|
|
10
|
-
}
|
package/lib/fragments/base.js
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
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.BaseFragment = void 0;
|
|
9
|
-
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
10
|
-
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
11
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
12
|
-
var _i18n = require("agora-ui-foundation/lib/i18n");
|
|
13
|
-
var _tools = require("../utilities/tools");
|
|
14
|
-
var _logger = require("agora-foundation/lib/logger");
|
|
15
|
-
var BaseFragment = exports.BaseFragment = /*#__PURE__*/function () {
|
|
16
|
-
function BaseFragment(runtime) {
|
|
17
|
-
(0, _classCallCheck2["default"])(this, BaseFragment);
|
|
18
|
-
(0, _defineProperty2["default"])(this, "logger", (0, _logger.getLogger)());
|
|
19
|
-
this.runtime = runtime;
|
|
20
|
-
this._onLoad();
|
|
21
|
-
}
|
|
22
|
-
return (0, _createClass2["default"])(BaseFragment, [{
|
|
23
|
-
key: "sendEvent",
|
|
24
|
-
value: function sendEvent(event) {
|
|
25
|
-
this.runtime.sendEvent(event);
|
|
26
|
-
}
|
|
27
|
-
}, {
|
|
28
|
-
key: "onEvent",
|
|
29
|
-
value: function onEvent(event) {}
|
|
30
|
-
}, {
|
|
31
|
-
key: "_onLoad",
|
|
32
|
-
value: function _onLoad() {
|
|
33
|
-
var _this = this;
|
|
34
|
-
var language = (0, _tools.getLanguage)();
|
|
35
|
-
if (language) {
|
|
36
|
-
this.logger.info('set language to:', language);
|
|
37
|
-
(0, _i18n.changeLanguage)(language);
|
|
38
|
-
}
|
|
39
|
-
this.runtime.addEventListener(function (_, event) {
|
|
40
|
-
_this.onEvent(event);
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
}]);
|
|
44
|
-
}();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CloudRecordingButtons: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,67 +0,0 @@
|
|
|
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.CloudRecordingButtons = void 0;
|
|
8
|
-
var _mobxReact = require("mobx-react");
|
|
9
|
-
var _react = require("react");
|
|
10
|
-
var _type = require("fcr-core/lib/type");
|
|
11
|
-
var _icon = require("agora-ui-foundation/lib/components/icon");
|
|
12
|
-
var _type2 = require("agora-ui-foundation/lib/components/icon/type");
|
|
13
|
-
var _tooltip = require("agora-ui-foundation/lib/components/tooltip");
|
|
14
|
-
var _context = require("./context");
|
|
15
|
-
var _stopRecordDialog = require("../../modules/action-bar/record/stop-record-dialog");
|
|
16
|
-
var _i18n = require("agora-ui-foundation/lib/i18n");
|
|
17
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
18
|
-
var CloudRecordingButtons = exports.CloudRecordingButtons = (0, _mobxReact.observer)(function () {
|
|
19
|
-
var _useContext = (0, _react.useContext)(_context.StoreContext),
|
|
20
|
-
cloudRecordingState = _useContext.cloudRecordingState,
|
|
21
|
-
pauseCloudRecording = _useContext.pauseCloudRecording,
|
|
22
|
-
resumeCloudRecording = _useContext.resumeCloudRecording,
|
|
23
|
-
stopCloudRecording = _useContext.stopCloudRecording;
|
|
24
|
-
var transI18n = (0, _i18n.useI18n)();
|
|
25
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
26
|
-
className: "fcr-control-bar-cloud-recording-buttons",
|
|
27
|
-
children: [cloudRecordingState === _type.FcrRecordingState.Paused ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_tooltip.FcrToolTip, {
|
|
28
|
-
content: transI18n('fmt_record_button_Cloudrecording_restore'),
|
|
29
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("button", {
|
|
30
|
-
onClick: resumeCloudRecording,
|
|
31
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_icon.FcrIcon, {
|
|
32
|
-
type: _type2.FcrIconType.FCR_RECORDING_PLAY2,
|
|
33
|
-
size: 32,
|
|
34
|
-
colors: {
|
|
35
|
-
iconPrimary: 'var(--fcr_ui_scene_ramp_brand6)'
|
|
36
|
-
}
|
|
37
|
-
})
|
|
38
|
-
})
|
|
39
|
-
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_tooltip.FcrToolTip, {
|
|
40
|
-
content: transI18n('fmt_settings_options_pausecloudrecording'),
|
|
41
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("button", {
|
|
42
|
-
onClick: pauseCloudRecording,
|
|
43
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_icon.FcrIcon, {
|
|
44
|
-
type: _type2.FcrIconType.FCR_PAUSE2,
|
|
45
|
-
size: 32,
|
|
46
|
-
colors: {
|
|
47
|
-
iconPrimary: 'var(--fcr_ui_scene_ramp_purple6)'
|
|
48
|
-
}
|
|
49
|
-
})
|
|
50
|
-
})
|
|
51
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_stopRecordDialog.StopCloudRecording, {
|
|
52
|
-
stopCloudRecording: stopCloudRecording,
|
|
53
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_tooltip.FcrToolTip, {
|
|
54
|
-
content: transI18n('fmt_record_button_Cloudrecording_stop'),
|
|
55
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("button", {
|
|
56
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_icon.FcrIcon, {
|
|
57
|
-
type: _type2.FcrIconType.FCR_STOP3,
|
|
58
|
-
size: 32,
|
|
59
|
-
colors: {
|
|
60
|
-
iconPrimary: 'var(--fcr_ui_scene_ramp_red6)'
|
|
61
|
-
}
|
|
62
|
-
})
|
|
63
|
-
})
|
|
64
|
-
})
|
|
65
|
-
})]
|
|
66
|
-
});
|
|
67
|
-
});
|
|
@@ -1,9 +0,0 @@
|
|
|
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.StoreContext = void 0;
|
|
8
|
-
var _react = require("react");
|
|
9
|
-
var StoreContext = exports.StoreContext = /*#__PURE__*/(0, _react.createContext)(null);
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
import { RendererEventAction } from '../../utilities/constant';
|
|
2
|
-
import { AgoraRtcScreenCaptureType, AgoraRtcWindowInfo } from 'agora-rte-sdk/lib/core/rtc/type';
|
|
3
|
-
import { AudioProcessingChannel } from 'agora-ui-foundation/lib/components/room-screen-share-state-bar/share-audio';
|
|
4
|
-
import { FcrRecordingState, FcrUserRole, FcrLiveStreamingState, FcrRoomInfo, FcrUserInfo, FcrLineType } from 'fcr-core/lib/type';
|
|
5
|
-
import { ConnectType } from '../../modules/action-bar/type';
|
|
6
|
-
export default class ControlBarStore {
|
|
7
|
-
protected logger: import("agora-foundation/lib/logger").Logger;
|
|
8
|
-
private _screenBounds;
|
|
9
|
-
accessor shareWithAudio: boolean;
|
|
10
|
-
accessor shareAudioProcessingChannel: AudioProcessingChannel;
|
|
11
|
-
accessor currentShareId: string;
|
|
12
|
-
accessor currentShareType: AgoraRtcScreenCaptureType;
|
|
13
|
-
accessor isMuteAudio: boolean;
|
|
14
|
-
accessor isMuteVideo: boolean;
|
|
15
|
-
accessor currentCameraId: string;
|
|
16
|
-
accessor currentMicrophoneId: string;
|
|
17
|
-
accessor currentSpeakerId: string;
|
|
18
|
-
accessor cameraList: any[];
|
|
19
|
-
accessor microphoneList: any[];
|
|
20
|
-
accessor speakerList: any[];
|
|
21
|
-
accessor localAudioVolume: number;
|
|
22
|
-
accessor connectType: ConnectType;
|
|
23
|
-
accessor cloudRecordingState: FcrRecordingState;
|
|
24
|
-
accessor localUserRole: FcrUserRole;
|
|
25
|
-
accessor allowChangeSelfName: boolean;
|
|
26
|
-
accessor allowChat: boolean;
|
|
27
|
-
accessor allowJoinWithMuteAudio: boolean;
|
|
28
|
-
accessor allowShareScreen: boolean;
|
|
29
|
-
accessor allowBoardWrite: boolean;
|
|
30
|
-
accessor allowUnmuteSelfVideo: boolean;
|
|
31
|
-
accessor allowUnmuteSelfAudio: boolean;
|
|
32
|
-
accessor isLockRoomEnabled: boolean;
|
|
33
|
-
accessor isWaitingRoomEnabled: boolean;
|
|
34
|
-
accessor isWaterMarkEnabled: boolean;
|
|
35
|
-
accessor showSecurity: boolean;
|
|
36
|
-
accessor isHost: boolean;
|
|
37
|
-
accessor hasEnableStartScreenSharePermission: boolean;
|
|
38
|
-
accessor hasPermissionToControlAllowSendAll: boolean;
|
|
39
|
-
accessor hasEnableStartAudioPermission: boolean;
|
|
40
|
-
accessor hasEnableChangeNamePermission: boolean;
|
|
41
|
-
accessor hasEnableStartVideoPermission: boolean;
|
|
42
|
-
accessor hasLockRoomPermission: boolean;
|
|
43
|
-
accessor hasAllowWriteBoardPermission: boolean;
|
|
44
|
-
accessor roomDuration: number;
|
|
45
|
-
accessor startTime: number;
|
|
46
|
-
accessor videoSteamingUrl: string;
|
|
47
|
-
accessor videoStreamingKey: string;
|
|
48
|
-
accessor playUrl: string;
|
|
49
|
-
accessor isStartError: boolean;
|
|
50
|
-
accessor liveStreamingState: FcrLiveStreamingState;
|
|
51
|
-
accessor hasStartCloudRecordingPermission: boolean;
|
|
52
|
-
accessor hasGetLiveStreamingUrlPermission: boolean;
|
|
53
|
-
accessor hasStopLiveStreamingPermission: boolean;
|
|
54
|
-
accessor hasStartLiveStreamingPermission: boolean;
|
|
55
|
-
accessor hasWaitingRoomPermission: boolean;
|
|
56
|
-
accessor hasWatermarkDisablePermission: boolean;
|
|
57
|
-
accessor hasWatermarkEnablePermission: boolean;
|
|
58
|
-
accessor allApplicationWindows: AgoraRtcWindowInfo[];
|
|
59
|
-
accessor phoneMicEnabled: boolean;
|
|
60
|
-
accessor isMulti: boolean;
|
|
61
|
-
accessor roomInfo: FcrRoomInfo;
|
|
62
|
-
accessor userName: string;
|
|
63
|
-
accessor inviteLink: string;
|
|
64
|
-
accessor isShowMeetingDetailPortal: boolean;
|
|
65
|
-
accessor meetingDetailPortalLeft: number;
|
|
66
|
-
accessor meetingDetailPortalTop: number;
|
|
67
|
-
accessor remoteUsers: FcrUserInfo[];
|
|
68
|
-
accessor hasAssignHostBeforeLeavingPermission: boolean;
|
|
69
|
-
accessor isPstnUser: boolean;
|
|
70
|
-
accessor hasEndRoomPermission: boolean;
|
|
71
|
-
accessor isLocked: boolean;
|
|
72
|
-
accessor hiddenShareActionNav: boolean;
|
|
73
|
-
constructor();
|
|
74
|
-
setHiddenShareActionNav(hiddenShareActionNav: boolean): void;
|
|
75
|
-
initControlBar(payload: any): void;
|
|
76
|
-
private _setControlBarWindowBounds;
|
|
77
|
-
get password(): string | undefined;
|
|
78
|
-
get hasSecurityPermission(): boolean;
|
|
79
|
-
updateCurrentShareContent(payload: {
|
|
80
|
-
id: string;
|
|
81
|
-
type: AgoraRtcScreenCaptureType;
|
|
82
|
-
withAudio: boolean;
|
|
83
|
-
}): void;
|
|
84
|
-
updateAllApplicationList(allApplicationWindows: AgoraRtcWindowInfo[]): void;
|
|
85
|
-
get screenBounds(): {
|
|
86
|
-
width: number;
|
|
87
|
-
height: number;
|
|
88
|
-
availTop: number;
|
|
89
|
-
};
|
|
90
|
-
setLiveStreamingInfo(data: {
|
|
91
|
-
videoSteamingUrl: string;
|
|
92
|
-
videoStreamingKey: string;
|
|
93
|
-
playUrl: string;
|
|
94
|
-
isStartError: boolean;
|
|
95
|
-
}): void;
|
|
96
|
-
setLiveStreamingState(liveStreamingState: FcrLiveStreamingState): void;
|
|
97
|
-
setStartTime(startTime: any): void;
|
|
98
|
-
setRoomInfo(roomInfo: FcrRoomInfo): void;
|
|
99
|
-
setRoomDuration(duration: number): void;
|
|
100
|
-
setStartScreenSharePermission(hasPermission: boolean): void;
|
|
101
|
-
setPermissionToControlAllowSendAll(hasPermission: boolean): void;
|
|
102
|
-
setStartAudioPermission(hasPermission: boolean): void;
|
|
103
|
-
setChangeNamePermission(hasPermission: boolean): void;
|
|
104
|
-
setStartVideoPermission(hasPermission: boolean): void;
|
|
105
|
-
setLockRoomPermission(hasPermission: boolean): void;
|
|
106
|
-
setCloudRecordingState(state: FcrRecordingState): void;
|
|
107
|
-
setApplicationWindows(windows: AgoraRtcWindowInfo[]): void;
|
|
108
|
-
setLocalUserRole(role: FcrUserRole): void;
|
|
109
|
-
setShareWithAudioState(withAudio: boolean): void;
|
|
110
|
-
setShareWithAudioStateOnly(withAudio: boolean): void;
|
|
111
|
-
createNewShare(): void;
|
|
112
|
-
handlerStopShare(): void;
|
|
113
|
-
setShareAudioProcessingChannel(target: AudioProcessingChannel): void;
|
|
114
|
-
muteLocalAudio(mute: boolean): void;
|
|
115
|
-
setCurrentMicrophoneId(deviceId: string): void;
|
|
116
|
-
setCurrentSpeakerId(deviceId: string): void;
|
|
117
|
-
setMicrophoneList(list: any[]): void;
|
|
118
|
-
setSpeakerList(list: any[]): void;
|
|
119
|
-
setLocalAudioState(): void;
|
|
120
|
-
setConnectType(type: ConnectType): void;
|
|
121
|
-
setPhoneMicEnabled(value: boolean): void;
|
|
122
|
-
getCurrentWorkArea(): {
|
|
123
|
-
x: number;
|
|
124
|
-
y: number;
|
|
125
|
-
width: number;
|
|
126
|
-
height: number;
|
|
127
|
-
displayId: number;
|
|
128
|
-
availTop: number;
|
|
129
|
-
};
|
|
130
|
-
handlerOpenAudioSetting(): void;
|
|
131
|
-
handlerMicrophoneDeviceChange(value: any): void;
|
|
132
|
-
handlerSpeakerDeviceChange(value: string): void;
|
|
133
|
-
muteLocalVideo(mute: boolean): void;
|
|
134
|
-
setLocalAudioVolume(volume: number): void;
|
|
135
|
-
setCurrentCameraId(deviceId: string): void;
|
|
136
|
-
setCameraList(list: any[]): void;
|
|
137
|
-
setLocalVideoState(): void;
|
|
138
|
-
handlerCameraDeviceChange(value: string): void;
|
|
139
|
-
handlerOpenVirtualBackground(): void;
|
|
140
|
-
handlerOpenVideoFilter(): void;
|
|
141
|
-
handlerOpenVideoSetting(): void;
|
|
142
|
-
setIsHost(isHost: boolean): void;
|
|
143
|
-
setShowSecurity(show: boolean): void;
|
|
144
|
-
setAllowChangeSelfName(allow: boolean): void;
|
|
145
|
-
updateAllowChangeSelfName(allow: boolean): void;
|
|
146
|
-
setAllowChat(allow: boolean): void;
|
|
147
|
-
updateAllowChat(allow: boolean): void;
|
|
148
|
-
setAllowJoinWithMuteAudio(allow: boolean): void;
|
|
149
|
-
updateAllowJoinWithMuteAudio(allow: boolean): void;
|
|
150
|
-
setAllowShareScreen(allow: boolean): void;
|
|
151
|
-
updateAllowShareScreen(allow: boolean): void;
|
|
152
|
-
setBoardWriteEnabled(allow: boolean): void;
|
|
153
|
-
updateBoardWriteEnabled(): void;
|
|
154
|
-
setHasAllowWriteBoardPermission(allow: boolean): void;
|
|
155
|
-
setAllowUnmuteSelfVideo(allow: boolean): void;
|
|
156
|
-
updateAllowUnmuteSelfVideo(allow: boolean): void;
|
|
157
|
-
setAllowUnmuteSelfAudio(allow: boolean): void;
|
|
158
|
-
updateAllowUnmuteSelfAudio(allow: boolean): void;
|
|
159
|
-
setLockRoomEnabled(lock: boolean): void;
|
|
160
|
-
updateLockRoomEnabled(lock: boolean): void;
|
|
161
|
-
setWaitingRoomEnabled(allow: boolean): void;
|
|
162
|
-
setWaterMarkLineType(lineType: FcrLineType): void;
|
|
163
|
-
setAllowWaterMark(): void;
|
|
164
|
-
setIsMulti(isMulti: boolean): void;
|
|
165
|
-
setWaterMarkEnabled(allow: boolean): void;
|
|
166
|
-
setHasWatermarkDisablePermission(allow: boolean): void;
|
|
167
|
-
setHasWatermarkEnablePermission(allow: boolean): void;
|
|
168
|
-
setHasStartCloudRecordingPermission(allow: boolean): void;
|
|
169
|
-
setHasWaitingRoomPermission(allow: boolean): void;
|
|
170
|
-
setHasGetLiveStreamingUrlPermission(hasGetLiveStreamingUrlPermission: boolean): void;
|
|
171
|
-
setHasStopLiveStreamingPermission(hasStopLiveStreamingPermission: boolean): void;
|
|
172
|
-
setHasStartLiveStreamingPermission(hasStartLiveStreamingPermission: boolean): void;
|
|
173
|
-
updateWaitingRoomEnabled(allow: boolean): void;
|
|
174
|
-
handleMoreClick(actionKey: RendererEventAction): void;
|
|
175
|
-
startCloudRecording(): void;
|
|
176
|
-
pauseCloudRecording(): void;
|
|
177
|
-
resumeCloudRecording(): void;
|
|
178
|
-
stopCloudRecording(): void;
|
|
179
|
-
getCoordinate(offsetWidth: number, offsetHeight: number): {
|
|
180
|
-
x: number;
|
|
181
|
-
y: number;
|
|
182
|
-
};
|
|
183
|
-
fetchLeavingRoomPropsAfterInit(): void;
|
|
184
|
-
setShowMeetingDetailPortal(show: boolean): void;
|
|
185
|
-
setMeetingDetailPortalPosition(left: number, top: number): void;
|
|
186
|
-
setRemoteUsers(remoteUsers: FcrUserInfo[]): void;
|
|
187
|
-
setHasAssignHostBeforeLeavingPermission(hasAssignHostBeforeLeavingPermission: boolean): void;
|
|
188
|
-
setIsPstnUser(isPstnUser: boolean): void;
|
|
189
|
-
setHasEndRoomPermission(hasEndRoomPermission: boolean): void;
|
|
190
|
-
setIsLocked(isLocked: boolean): void;
|
|
191
|
-
sendLeave(): void;
|
|
192
|
-
keepPhoneAudioConnection(): void;
|
|
193
|
-
sendEnd(): void;
|
|
194
|
-
sendAssign(user: FcrUserInfo): void;
|
|
195
|
-
showToast(params: any): void;
|
|
196
|
-
}
|