fcr-ui-scene 3.6.1 → 3.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/132.js +2 -0
- package/dist/132.js.LICENSE.txt +311 -0
- package/dist/317.js +2 -0
- package/dist/317.js.LICENSE.txt +20 -0
- package/dist/651.js +2 -0
- package/dist/651.js.LICENSE.txt +1 -0
- package/dist/689343b64b60bfb7ffff.png +0 -0
- package/dist/73.js +1 -0
- package/dist/885f9369ea05a8ac0e56.png +0 -0
- package/dist/90f383876a6e93e7c7ca.png +0 -0
- package/dist/9b37584780995fc5df8c.gif +0 -0
- package/dist/annotation.e5cbd3a70b6d42361872.css +1274 -0
- package/dist/annotation.html +1 -0
- package/dist/annotation.js +2 -0
- package/dist/annotation.js.LICENSE.txt +252 -0
- package/dist/assets/browser/images/default1.jpg +0 -0
- package/dist/assets/browser/images/default2.jpg +0 -0
- package/dist/assets/browser/images/default3.jpg +0 -0
- package/dist/assets/browser/images/default4.jpg +0 -0
- package/dist/assets/browser/images/default5.jpg +0 -0
- package/dist/assets/browser/images/default6.jpg +0 -0
- package/dist/assets/browser/images/default7.jpg +0 -0
- package/dist/assets/browser/sound_effects/pretest.mp3 +0 -0
- package/dist/assets/browser/sound_effects/recording_started.mp3 +0 -0
- package/dist/assets/browser/sound_effects/remote_user_joined.mp3 +0 -0
- package/dist/assets/browser/sound_effects/speaker_test.mp3 +0 -0
- package/dist/assets/browser/videos/default8.mp4 +0 -0
- package/dist/assets/browser/videos/default9.mp4 +0 -0
- package/dist/assets/cursors/fcr_whiteboard_input.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_pen.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_-straightline.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_arrow.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_circle.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_rectangle.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_triangle.ico +0 -0
- package/dist/assets/electron/images/default1.jpg +0 -0
- package/dist/assets/electron/images/default2.jpg +0 -0
- package/dist/assets/electron/sound_effects/pretest.mp3 +0 -0
- package/dist/assets/electron/videos/default8.mp4 +0 -0
- package/dist/assets/fcr_chat_reddot.svg +5 -0
- package/dist/assets/fcr_defaultpage.png +0 -0
- package/dist/assets/fcr_grid_big.svg +3 -0
- package/dist/assets/fcr_leave2.svg +58 -0
- package/dist/assets/fcr_listontop_big.svg +3 -0
- package/dist/assets/full-screen-error-boundary-img.png +0 -0
- package/dist/assets/leave-meeting.png +0 -0
- package/dist/assets/loading.gif +0 -0
- package/dist/assets/login_confirm.png +0 -0
- package/dist/assets/pretest.mp3 +0 -0
- package/dist/assets/state-bar-logo.png +0 -0
- package/dist/assets/step-gradient.svg +10 -0
- package/dist/b74b002687a3a3346bec.png +0 -0
- package/dist/b94869094481702f949b.png +0 -0
- package/dist/ebeace75fd46b90d890e.png +0 -0
- package/dist/electron/app.js +194 -0
- package/dist/electron/bootstrap-dev.js +46 -0
- package/dist/electron/bootstrap-sdk.js +211 -0
- package/dist/electron/default-options.js +25 -0
- package/dist/electron/env.js +13 -0
- package/dist/electron/index.js +20 -0
- package/dist/electron/injections.js +903 -0
- package/dist/electron/ipc/ipc.js +141 -0
- package/dist/electron/ipc/type.js +19 -0
- package/dist/electron/logger.js +65 -0
- package/dist/electron/main.js +94 -0
- package/dist/electron/plugins/devtool-shortcut.js +33 -0
- package/dist/electron/plugins/meeting-state.js +39 -0
- package/dist/electron/plugins/screenshot.js +54 -0
- package/dist/electron/preload.js +108 -0
- package/dist/electron/tools.js +66 -0
- package/dist/electron/window.js +123 -0
- package/dist/extensions/agora-extension-virtual-background/agora-wasm.wasm +0 -0
- package/dist/extensions/ai-denoiser/denoiser-wasm-simd.wasm +0 -0
- package/dist/extensions/ai-denoiser/denoiser-wasm.js +1 -0
- package/dist/extensions/ai-denoiser/denoiser-wasm.wasm +0 -0
- package/dist/fad688b9135b15d6c405.png +0 -0
- package/dist/index.html +224 -0
- package/dist/main.393a2a91ab7fc05ffce6.css +15403 -0
- package/dist/main.js +2 -0
- package/dist/main.js.LICENSE.txt +272 -0
- package/dist/worker-entry.worker.js.LICENSE.txt +13 -0
- package/lib/creator.d.ts +5 -0
- package/lib/creator.js +106 -17
- package/lib/electron/bootstrap-sdk.js +4 -0
- package/lib/electron/injections.d.ts +4 -0
- package/lib/electron/injections.js +37 -8
- package/lib/electron/ipc/ipc.d.ts +1 -0
- package/lib/electron/ipc/ipc.js +4 -0
- package/lib/electron/main.js +6 -2
- package/lib/electron/plugins/screenshot.js +4 -2
- package/lib/electron/preload.js +7 -2
- package/lib/electron/window.js +4 -3
- package/lib/fragments/annotation/index.d.ts +10 -0
- package/lib/fragments/annotation/index.js +106 -0
- package/lib/fragments/annotation/libs.d.ts +55 -0
- package/lib/fragments/annotation/libs.js +93 -0
- package/lib/fragments/annotation/store.d.ts +25 -0
- package/lib/fragments/annotation/store.js +485 -0
- package/lib/fragments/annotation/view.d.ts +2 -0
- package/lib/fragments/annotation/view.js +23 -0
- package/lib/fragments/base.d.ts +10 -0
- package/lib/fragments/base.js +44 -0
- package/lib/modules/action-bar/components/screen-share/submenu.js +7 -6
- package/lib/modules/action-bar/index.css +7 -0
- package/lib/modules/action-bar/index.d.ts +2 -0
- package/lib/modules/action-bar/index.js +1 -0
- package/lib/modules/action-bar/store.d.ts +6 -2
- package/lib/modules/action-bar/store.js +15 -9
- package/lib/modules/annotation/components/control-bar/index.css +48 -0
- package/lib/modules/annotation/components/control-bar/index.d.ts +3 -0
- package/lib/modules/annotation/components/control-bar/index.js +101 -0
- package/lib/modules/annotation/components/toolbar/components/color-tool/color-panel/index.d.ts +3 -0
- package/lib/modules/annotation/components/toolbar/components/color-tool/color-panel/index.js +46 -0
- package/lib/modules/annotation/components/toolbar/components/color-tool/index.d.ts +1 -0
- package/lib/modules/annotation/components/toolbar/components/color-tool/index.js +52 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/graphic-panel/index.d.ts +3 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/graphic-panel/index.js +59 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/graphic-panel/libs.d.ts +11 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/graphic-panel/libs.js +59 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/index.d.ts +1 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/index.js +68 -0
- package/lib/modules/annotation/components/toolbar/components/item/item.d.ts +17 -0
- package/lib/modules/annotation/components/toolbar/components/item/item.js +115 -0
- package/lib/modules/annotation/components/toolbar/components/item/style.css +43 -0
- package/lib/modules/annotation/components/toolbar/components/panel/index.d.ts +5 -0
- package/lib/modules/annotation/components/toolbar/components/panel/index.js +22 -0
- package/lib/modules/annotation/components/toolbar/components/panel/style.css +24 -0
- package/lib/modules/annotation/components/toolbar/components/pen-tool/index.d.ts +1 -0
- package/lib/modules/annotation/components/toolbar/components/pen-tool/index.js +58 -0
- package/lib/modules/annotation/components/toolbar/components/pen-tool/pen-panel/index.d.ts +3 -0
- package/lib/modules/annotation/components/toolbar/components/pen-tool/pen-panel/index.js +34 -0
- package/lib/modules/annotation/components/toolbar/components/tips/index.d.ts +2 -0
- package/lib/modules/annotation/components/toolbar/components/tips/index.js +25 -0
- package/lib/modules/annotation/components/toolbar/components/tips/style.css +19 -0
- package/lib/modules/annotation/components/toolbar/index.d.ts +0 -0
- package/lib/modules/annotation/components/toolbar/index.js +1 -0
- package/lib/modules/annotation/components/toolbar/store.d.ts +40 -0
- package/lib/modules/annotation/components/toolbar/store.js +279 -0
- package/lib/modules/annotation/components/toolbar/style.css +55 -0
- package/lib/modules/annotation/components/toolbar/view.d.ts +2 -0
- package/lib/modules/annotation/components/toolbar/view.js +120 -0
- package/lib/modules/annotation/index.d.ts +36 -0
- package/lib/modules/annotation/index.js +168 -0
- package/lib/modules/annotation/store.d.ts +85 -0
- package/lib/modules/annotation/store.js +648 -0
- package/lib/modules/annotation/style.css +26 -0
- package/lib/modules/annotation/view.d.ts +2 -0
- package/lib/modules/annotation/view.js +32 -0
- package/lib/modules/chat/view.js +112 -100
- package/lib/modules/components/annotation-menu/index.d.ts +7 -0
- package/lib/modules/components/annotation-menu/index.js +119 -0
- package/lib/modules/components/leave-meeting/components/assign-host.js +26 -23
- package/lib/modules/components/member-window/components/member-actions/components/icon-buttons/index.d.ts +2 -0
- package/lib/modules/components/member-window/components/member-actions/components/icon-buttons/index.js +6 -2
- package/lib/modules/components/member-window/components/video-player/components/remote-video-player.d.ts +2 -1
- package/lib/modules/components/member-window/components/video-player/components/remote-video-player.js +6 -1
- package/lib/modules/components/member-window/components/video-player/index.d.ts +1 -0
- package/lib/modules/components/member-window/index.d.ts +1 -1
- package/lib/modules/components/member-window/index.js +8 -5
- package/lib/modules/components/member-window/types.d.ts +2 -0
- package/lib/modules/components/security-menu/index.js +7 -6
- package/lib/modules/control-bar/components/annotation-button/index.d.ts +1 -0
- package/lib/modules/control-bar/components/annotation-button/index.js +59 -0
- package/lib/modules/control-bar/index.d.ts +6 -2
- package/lib/modules/control-bar/index.js +5 -2
- package/lib/modules/control-bar/store.d.ts +23 -7
- package/lib/modules/control-bar/store.js +112 -77
- package/lib/modules/control-bar/view.js +7 -3
- package/lib/modules/dialog/components/annotation-tool/index.d.ts +4 -0
- package/lib/modules/dialog/components/annotation-tool/index.js +53 -0
- package/lib/modules/dialog/components/chat/index.js +1 -1
- package/lib/modules/dialog/components/host-area-container/index.d.ts +12 -0
- package/lib/modules/dialog/components/host-area-container/index.js +214 -0
- package/lib/modules/dialog/components/participant/index.js +1 -1
- package/lib/modules/dialog/components/system-preference/index.js +1 -1
- package/lib/modules/dialog/components/video-window/index.js +1 -0
- package/lib/modules/dialog/hooks/use-popover-watcher.d.ts +14 -0
- package/lib/modules/dialog/hooks/use-popover-watcher.js +112 -0
- package/lib/modules/dialog/hooks/useElectron.d.ts +1 -0
- package/lib/modules/dialog/hooks/useElectron.js +11 -2
- package/lib/modules/dialog/index.d.ts +2 -0
- package/lib/modules/dialog/index.js +2 -1
- package/lib/modules/dialog/store.d.ts +9 -2
- package/lib/modules/dialog/store.js +46 -6
- package/lib/modules/event-confirm/components/window/index.d.ts +7 -0
- package/lib/modules/event-confirm/components/window/index.js +188 -0
- package/lib/modules/event-confirm/index.d.ts +4 -4
- package/lib/modules/event-confirm/index.js +6 -4
- package/lib/modules/event-confirm/store.d.ts +4 -5
- package/lib/modules/event-confirm/store.js +35 -26
- package/lib/modules/event-confirm/view.js +23 -171
- package/lib/modules/event-sound/index.js +1 -1
- package/lib/modules/layout/components/CommonVideoRenderer.js +30 -16
- package/lib/modules/layout/index.d.ts +4 -0
- package/lib/modules/layout/index.js +2 -0
- package/lib/modules/layout/store.d.ts +14 -2
- package/lib/modules/layout/store.js +77 -45
- package/lib/modules/participant/index.d.ts +2 -0
- package/lib/modules/participant/index.js +2 -1
- package/lib/modules/participant/store.d.ts +5 -2
- package/lib/modules/participant/store.js +45 -28
- package/lib/modules/setting/audio-settings/audio-settings.js +3 -14
- package/lib/modules/share-screen/components/selection/index.js +18 -42
- package/lib/modules/share-screen/index.d.ts +6 -2
- package/lib/modules/share-screen/index.js +4 -2
- package/lib/modules/share-screen/store.d.ts +38 -46
- package/lib/modules/share-screen/store.js +263 -693
- package/lib/modules/share-screen/view.js +2 -2
- package/lib/modules/state-bar/assets/fcr_grid_big.svg +1 -1
- package/lib/modules/state-bar/assets/fcr_listontop_big.svg +1 -1
- package/lib/modules/state-bar/index.d.ts +2 -0
- package/lib/modules/state-bar/index.js +1 -0
- package/lib/modules/state-bar/store.d.ts +5 -1
- package/lib/modules/state-bar/store.js +9 -1
- package/lib/modules/state-bar/view.js +3 -2
- package/lib/modules/video-window/components/members/index.js +2 -1
- package/lib/modules/waiting-room-layout/store.js +1 -1
- package/lib/modules/whiteboard/components/control-bar/store.d.ts +5 -1
- package/lib/modules/whiteboard/components/control-bar/store.js +8 -1
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/picker.js +16 -5
- package/lib/modules/whiteboard/components/toolbar/components/eraser-picker.js +67 -12
- package/lib/modules/whiteboard/components/toolbar/components/expansion/index.js +22 -2
- package/lib/modules/whiteboard/components/toolbar/components/history.js +46 -14
- package/lib/modules/whiteboard/components/toolbar/components/item/index.js +3 -2
- package/lib/modules/whiteboard/components/toolbar/components/move-handle.js +1 -1
- package/lib/modules/whiteboard/components/toolbar/components/pen-picker.js +58 -16
- package/lib/modules/whiteboard/components/toolbar/components/screen-capture-picker.js +15 -4
- package/lib/modules/whiteboard/components/toolbar/components/shape-picker.js +45 -2
- package/lib/modules/whiteboard/components/toolbar/hooks/index.d.ts +14 -0
- package/lib/modules/whiteboard/components/toolbar/hooks/index.js +235 -7
- package/lib/modules/whiteboard/components/toolbar/index.d.ts +1 -1
- package/lib/modules/whiteboard/components/toolbar/index.js +1 -1
- package/lib/modules/whiteboard/components/toolbar/store.d.ts +9 -2
- package/lib/modules/whiteboard/components/toolbar/store.js +30 -6
- package/lib/modules/whiteboard/components/toolbar/{ style.css → style.css} +1 -0
- package/lib/modules/whiteboard/index.d.ts +2 -0
- package/lib/modules/whiteboard/index.js +20 -20
- package/lib/plugins/browser-runtime-plugin.js +10 -1
- package/lib/providers/annotation-provider.d.ts +77 -0
- package/lib/providers/annotation-provider.js +411 -0
- package/lib/providers/interpreter-provider.d.ts +1 -0
- package/lib/providers/interpreter-provider.js +182 -154
- package/lib/providers/privilege-provider.d.ts +35 -6
- package/lib/providers/privilege-provider.js +105 -49
- package/lib/providers/renderer-provider.js +3 -7
- package/lib/providers/room-provider.d.ts +13 -1
- package/lib/providers/room-provider.js +21 -7
- package/lib/providers/screen-share-provider.d.ts +131 -34
- package/lib/providers/screen-share-provider.js +561 -173
- package/lib/providers/sharing-provider.d.ts +33 -0
- package/lib/{shared-data-source/screen-share-data-source.js → providers/sharing-provider.js} +87 -39
- package/lib/runtime.d.ts +6 -1
- package/lib/scenes/main-scene.d.ts +7 -2
- package/lib/scenes/main-scene.js +54 -25
- package/lib/scenes/waiting-scene.d.ts +6 -0
- package/lib/scenes/waiting-scene.js +15 -5
- package/lib/shared-data-source/member-data.d.ts +21 -5
- package/lib/shared-data-source/member-data.js +69 -17
- package/lib/shared-data-source/screen-share-data.d.ts +270 -0
- package/lib/shared-data-source/screen-share-data.js +389 -0
- package/lib/shared-data-source/security-data.d.ts +4 -1
- package/lib/shared-data-source/security-data.js +5 -2
- package/lib/shared-data-source/setting.js +6 -4
- package/lib/type.d.ts +53 -0
- package/lib/ui-manager.d.ts +3 -2
- package/lib/ui-manager.js +6 -4
- package/lib/ui-scene.js +59 -44
- package/lib/utilities/constant.d.ts +8 -1
- package/lib/utilities/constant.js +7 -0
- package/lib/utilities/logger.d.ts +4 -0
- package/lib/utilities/logger.js +8 -1
- package/lib/utilities/renderer-event.d.ts +3 -0
- package/lib/utilities/renderer-event.js +14 -1
- package/lib/utilities/screen.js +2 -1
- package/lib/utilities/tools.d.ts +18 -1
- package/lib/utilities/tools.js +48 -2
- package/package.json +6 -6
- package/public/assets/cursors/fcr_whiteboard_input.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_pen.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_-straightline.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_arrow.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_circle.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_rectangle.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_triangle.ico +0 -0
- package/public/assets/fcr_chat_reddot.svg +3 -3
- package/public/assets/fcr_grid_big.svg +1 -1
- package/public/assets/fcr_leave2.svg +14 -14
- package/public/assets/fcr_listontop_big.svg +1 -1
- package/public/assets/step-gradient.svg +1 -1
- package/public/fragment.html +10 -0
- package/public/index.html +3 -1
- package/lib/shared-data-source/screen-share-data-source.d.ts +0 -37
|
@@ -63,7 +63,7 @@ var _imports = require("fcr-core/lib/imports");
|
|
|
63
63
|
var _utils = require("../../utils");
|
|
64
64
|
var _dayjs = _interopRequireDefault(require("dayjs"));
|
|
65
65
|
var _ToolbarStore;
|
|
66
|
-
var _initProto, _init_observables, _redoDecs, _undoDecs, _cleanDecs, _setToolDecs, _setPenDecs, _setShapeDecs, _setStrokeColorDecs, _setStrokeWidthDecs, _clickExpansionToolDecs, _setToolbarPositionDecs, _dragToolbarDecs, _releaseToolbarDecs, _captureScreenDecs, _saveDraftDecs, _setThemeDecs, _setCommonColorDecs, _repositionToolbarDecs, _getSnapshotImageDecs, _ref;
|
|
66
|
+
var _initProto, _init_observables, _disableToolbarDecs, _resumeToolbarDecs, _redoDecs, _undoDecs, _cleanDecs, _setToolDecs, _setPenDecs, _setShapeDecs, _setStrokeColorDecs, _setStrokeWidthDecs, _clickExpansionToolDecs, _setToolbarPositionDecs, _dragToolbarDecs, _releaseToolbarDecs, _captureScreenDecs, _saveDraftDecs, _setThemeDecs, _setCommonColorDecs, _repositionToolbarDecs, _getSnapshotImageDecs, _ref;
|
|
67
67
|
function _classPrivateFieldInitSpec(e, t, a) { _checkPrivateRedeclaration(e, t), t.set(e, a); }
|
|
68
68
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }
|
|
69
69
|
function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
|
|
@@ -76,12 +76,13 @@ function _setFunctionName(e, t, n) { "symbol" == _typeof(t) && (t = (t = t.descr
|
|
|
76
76
|
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; }
|
|
77
77
|
var colors = ['#EFEFEF', '#FFEC42', '#FFB545', '#E44A19', '#4A4C5F', '#A1C573', '#51BD69', '#EB47A2', '#0E0E0E', '#50E3C2', '#547AFF', '#79479F'];
|
|
78
78
|
var _A = /*#__PURE__*/new WeakMap();
|
|
79
|
-
_ref = (_redoDecs = [_mobx.action, _mobx.action.bound], _undoDecs = [_mobx.action, _mobx.action.bound], _cleanDecs = [_mobx.action, _mobx.action.bound], _setToolDecs = [_mobx.action, _mobx.action.bound], _setPenDecs = [_mobx.action, _mobx.action.bound], _setShapeDecs = [_mobx.action, _mobx.action.bound], _setStrokeColorDecs = [_mobx.action, _mobx.action.bound], _setStrokeWidthDecs = [_mobx.action, _mobx.action.bound], _clickExpansionToolDecs = [_mobx.action, _mobx.action.bound], _setToolbarPositionDecs = [_mobx.action, _mobx.action.bound], _dragToolbarDecs = [_mobx.action, _mobx.action.bound], _releaseToolbarDecs = [_mobx.action, _mobx.action.bound], _captureScreenDecs = [_mobx.action, _mobx.action.bound], _saveDraftDecs = [_mobx.action, _mobx.action.bound], _setThemeDecs = [_mobx.action, _mobx.action.bound], _setCommonColorDecs = [_mobx.action, _mobx.action.bound], _repositionToolbarDecs = [_mobx.action, _mobx.action.bound], _getSnapshotImageDecs = [_mobx.action, _mobx.action.bound], "_boardMainWindow");
|
|
79
|
+
_ref = (_disableToolbarDecs = [_mobx.action, _mobx.action.bound], _resumeToolbarDecs = [_mobx.action, _mobx.action.bound], _redoDecs = [_mobx.action, _mobx.action.bound], _undoDecs = [_mobx.action, _mobx.action.bound], _cleanDecs = [_mobx.action, _mobx.action.bound], _setToolDecs = [_mobx.action, _mobx.action.bound], _setPenDecs = [_mobx.action, _mobx.action.bound], _setShapeDecs = [_mobx.action, _mobx.action.bound], _setStrokeColorDecs = [_mobx.action, _mobx.action.bound], _setStrokeWidthDecs = [_mobx.action, _mobx.action.bound], _clickExpansionToolDecs = [_mobx.action, _mobx.action.bound], _setToolbarPositionDecs = [_mobx.action, _mobx.action.bound], _dragToolbarDecs = [_mobx.action, _mobx.action.bound], _releaseToolbarDecs = [_mobx.action, _mobx.action.bound], _captureScreenDecs = [_mobx.action, _mobx.action.bound], _saveDraftDecs = [_mobx.action, _mobx.action.bound], _setThemeDecs = [_mobx.action, _mobx.action.bound], _setCommonColorDecs = [_mobx.action, _mobx.action.bound], _repositionToolbarDecs = [_mobx.action, _mobx.action.bound], _getSnapshotImageDecs = [_mobx.action, _mobx.action.bound], "_boardMainWindow");
|
|
80
80
|
var ToolbarStore = exports.ToolbarStore = /*#__PURE__*/function () {
|
|
81
|
-
function ToolbarStore(_whiteboardControl, _roomControl) {
|
|
81
|
+
function ToolbarStore(_whiteboardControl, _roomControl, _annotationProvider) {
|
|
82
82
|
var _this = this;
|
|
83
83
|
(0, _classCallCheck2["default"])(this, ToolbarStore);
|
|
84
84
|
(0, _defineProperty2["default"])(this, _ref, (_initProto(this), undefined));
|
|
85
|
+
(0, _defineProperty2["default"])(this, "_lastStrokeWidth", 0);
|
|
85
86
|
(0, _defineProperty2["default"])(this, "_boardObserver", {
|
|
86
87
|
onRedoStateUpdated: function onRedoStateUpdated(enable) {
|
|
87
88
|
_this.observables.redoSteps = enable;
|
|
@@ -106,8 +107,8 @@ var ToolbarStore = exports.ToolbarStore = /*#__PURE__*/function () {
|
|
|
106
107
|
y: 0,
|
|
107
108
|
placement: 'left'
|
|
108
109
|
},
|
|
109
|
-
redoSteps:
|
|
110
|
-
undoSteps:
|
|
110
|
+
redoSteps: true,
|
|
111
|
+
undoSteps: true,
|
|
111
112
|
lastPen: undefined,
|
|
112
113
|
lastShape: undefined,
|
|
113
114
|
maxCountVisibleTools: 4,
|
|
@@ -120,10 +121,12 @@ var ToolbarStore = exports.ToolbarStore = /*#__PURE__*/function () {
|
|
|
120
121
|
}));
|
|
121
122
|
this._whiteboardControl = _whiteboardControl;
|
|
122
123
|
this._roomControl = _roomControl;
|
|
124
|
+
this._annotationProvider = _annotationProvider;
|
|
123
125
|
this._whiteboardControl.addObserver({
|
|
124
126
|
onConnectionStateUpdated: function onConnectionStateUpdated(state) {
|
|
125
127
|
if (state === _imports.AgoraRteConnectionState.CONNECTED) {
|
|
126
128
|
_this._boardMainWindow = _this._whiteboardControl.getMainWindow();
|
|
129
|
+
_this._lastStrokeWidth = 0;
|
|
127
130
|
_this._boardMainWindow.addObserver(_this._boardObserver);
|
|
128
131
|
}
|
|
129
132
|
}
|
|
@@ -151,6 +154,27 @@ var ToolbarStore = exports.ToolbarStore = /*#__PURE__*/function () {
|
|
|
151
154
|
throw new Error('boardMainWindow is not initialized');
|
|
152
155
|
}
|
|
153
156
|
}
|
|
157
|
+
}, {
|
|
158
|
+
key: "disableToolbar",
|
|
159
|
+
value: function disableToolbar() {
|
|
160
|
+
this._lastStrokeWidth = this.observables.currentStrokeWidth;
|
|
161
|
+
this.boardMainWindow.setStrokeWidth(0);
|
|
162
|
+
this.setTool(_enums.FcrBoardToolType.NONE);
|
|
163
|
+
}
|
|
164
|
+
}, {
|
|
165
|
+
key: "resumeToolbar",
|
|
166
|
+
value: function resumeToolbar() {
|
|
167
|
+
if (this._lastStrokeWidth > 0) {
|
|
168
|
+
this.observables.currentStrokeWidth = this._lastStrokeWidth;
|
|
169
|
+
this.boardMainWindow.setStrokeWidth(this._lastStrokeWidth);
|
|
170
|
+
this._lastStrokeWidth = 0;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}, {
|
|
174
|
+
key: "annotationHasStart",
|
|
175
|
+
get: function get() {
|
|
176
|
+
return this._annotationProvider.annotationHasStart;
|
|
177
|
+
}
|
|
154
178
|
}, {
|
|
155
179
|
key: "redo",
|
|
156
180
|
value: function redo() {
|
|
@@ -432,7 +456,7 @@ var ToolbarStore = exports.ToolbarStore = /*#__PURE__*/function () {
|
|
|
432
456
|
}]);
|
|
433
457
|
}();
|
|
434
458
|
_ToolbarStore = ToolbarStore;
|
|
435
|
-
var _applyDecs$e = (0, _slicedToArray2["default"])(_applyDecs(_ToolbarStore, [[_mobx.observable, 1, "observables"], [_redoDecs, 18, "redo"], [_undoDecs, 18, "undo"], [_cleanDecs, 18, "clean"], [_setToolDecs, 18, "setTool"], [_setPenDecs, 18, "setPen"], [_setShapeDecs, 18, "setShape"], [_setStrokeColorDecs, 18, "setStrokeColor"], [_setStrokeWidthDecs, 18, "setStrokeWidth"], [_clickExpansionToolDecs, 18, "clickExpansionTool"], [_setToolbarPositionDecs, 18, "setToolbarPosition"], [_dragToolbarDecs, 18, "dragToolbar"], [_releaseToolbarDecs, 18, "releaseToolbar"], [_captureScreenDecs, 18, "captureScreen"], [_saveDraftDecs, 18, "saveDraft"], [_setThemeDecs, 18, "setTheme"], [_setCommonColorDecs, 18, "setCommonColor"], [_repositionToolbarDecs, 18, "repositionToolbar"], [_decorator.bound, 2, "release"], [_decorator.bound, 2, "_updateDockPlacement"], [_decorator.bound, 2, "_updateDockPosition"], [_decorator.bound, 2, "_updateMaxVisibleTools"], [_decorator.bound, 2, "_setBackgroundColor"], [_getSnapshotImageDecs, 18, "_getSnapshotImage"]], []).e, 2);
|
|
459
|
+
var _applyDecs$e = (0, _slicedToArray2["default"])(_applyDecs(_ToolbarStore, [[_mobx.observable, 1, "observables"], [_disableToolbarDecs, 18, "disableToolbar"], [_resumeToolbarDecs, 18, "resumeToolbar"], [_redoDecs, 18, "redo"], [_undoDecs, 18, "undo"], [_cleanDecs, 18, "clean"], [_setToolDecs, 18, "setTool"], [_setPenDecs, 18, "setPen"], [_setShapeDecs, 18, "setShape"], [_setStrokeColorDecs, 18, "setStrokeColor"], [_setStrokeWidthDecs, 18, "setStrokeWidth"], [_clickExpansionToolDecs, 18, "clickExpansionTool"], [_setToolbarPositionDecs, 18, "setToolbarPosition"], [_dragToolbarDecs, 18, "dragToolbar"], [_releaseToolbarDecs, 18, "releaseToolbar"], [_captureScreenDecs, 18, "captureScreen"], [_saveDraftDecs, 18, "saveDraft"], [_setThemeDecs, 18, "setTheme"], [_setCommonColorDecs, 18, "setCommonColor"], [_repositionToolbarDecs, 18, "repositionToolbar"], [_decorator.bound, 2, "release"], [_decorator.bound, 2, "_updateDockPlacement"], [_decorator.bound, 2, "_updateDockPosition"], [_decorator.bound, 2, "_updateMaxVisibleTools"], [_decorator.bound, 2, "_setBackgroundColor"], [_getSnapshotImageDecs, 18, "_getSnapshotImage"]], []).e, 2);
|
|
436
460
|
_init_observables = _applyDecs$e[0];
|
|
437
461
|
_initProto = _applyDecs$e[1];
|
|
438
462
|
var ToolbarContext = exports.ToolbarContext = /*#__PURE__*/(0, _react.createContext)({});
|
|
@@ -6,6 +6,7 @@ import { FcrUIVideoWindowLayoutType } from '../layout/type';
|
|
|
6
6
|
import { FcrUICurrentRoomControlProvider } from '../../providers/room-provider';
|
|
7
7
|
import { FcrUIEventProvider } from '../../providers/event-provider';
|
|
8
8
|
import { FcrUIPrivilegeProvider } from '../../providers/privilege-provider';
|
|
9
|
+
import { FcrUIAnnotationProvider } from '../../providers/annotation-provider';
|
|
9
10
|
export declare class FcrWhiteboardUIModule extends UIModule {
|
|
10
11
|
private _disposers;
|
|
11
12
|
private _uiEventStore?;
|
|
@@ -40,6 +41,7 @@ export declare class FcrWhiteboardUIModule extends UIModule {
|
|
|
40
41
|
currentRoomControlProvider?: FcrUICurrentRoomControlProvider;
|
|
41
42
|
eventProvider?: FcrUIEventProvider;
|
|
42
43
|
privilegeProvider?: FcrUIPrivilegeProvider;
|
|
44
|
+
annotationProvider: FcrUIAnnotationProvider;
|
|
43
45
|
private accessor _lonelyWindowState;
|
|
44
46
|
private accessor _ownerUser;
|
|
45
47
|
private accessor _isHost;
|
|
@@ -179,7 +179,7 @@ var FcrWhiteboardUIModule = exports.FcrWhiteboardUIModule = /*#__PURE__*/functio
|
|
|
179
179
|
onBackgroundColorUpdated: _this._setBackground,
|
|
180
180
|
onConnectionStateUpdated: function () {
|
|
181
181
|
var _onConnectionStateUpdated = (0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee(state) {
|
|
182
|
-
var _this$_whiteboardCont, _this$_whiteboardCont2, mainWindow,
|
|
182
|
+
var _this$_whiteboardCont, _this$_whiteboardCont2, mainWindow, isActive, ownerUserId, _this$_userControl, ownerUser;
|
|
183
183
|
return _regenerator["default"].wrap(function _callee$(_context) {
|
|
184
184
|
while (1) switch (_context.prev = _context.next) {
|
|
185
185
|
case 0:
|
|
@@ -198,7 +198,8 @@ var FcrWhiteboardUIModule = exports.FcrWhiteboardUIModule = /*#__PURE__*/functio
|
|
|
198
198
|
mainWindow = (_this$_whiteboardCont2 = _this._whiteboardControl) === null || _this$_whiteboardCont2 === void 0 ? void 0 : _this$_whiteboardCont2.getMainWindow();
|
|
199
199
|
_this.logger.info('Fcr board join success');
|
|
200
200
|
if (_this._whiteboardControl) {
|
|
201
|
-
|
|
201
|
+
isActive = _this._whiteboardControl.getActivity();
|
|
202
|
+
ownerUserId = _this._whiteboardControl.getOwnerId();
|
|
202
203
|
if (isActive) {
|
|
203
204
|
ownerUser = (_this$_userControl = _this._userControl) === null || _this$_userControl === void 0 ? void 0 : _this$_userControl.getUser(ownerUserId);
|
|
204
205
|
_this._controlbarStore.ownerUser = ownerUser;
|
|
@@ -312,8 +313,8 @@ var FcrWhiteboardUIModule = exports.FcrWhiteboardUIModule = /*#__PURE__*/functio
|
|
|
312
313
|
this._uiEventStore = this.eventProvider;
|
|
313
314
|
this._roomControl = (_this$currentRoomCont = this.currentRoomControlProvider) === null || _this$currentRoomCont === void 0 ? void 0 : _this$currentRoomCont.currentRoomControl;
|
|
314
315
|
this._securityStore = this.privilegeProvider;
|
|
315
|
-
this._whiteboardControl = this._roomControl.getBoardControl();
|
|
316
|
-
this._toolbarStore = new _store.ToolbarStore(this._whiteboardControl, this._roomControl);
|
|
316
|
+
this._whiteboardControl = this._roomControl.getSharingControl().getBoardControl();
|
|
317
|
+
this._toolbarStore = new _store.ToolbarStore(this._whiteboardControl, this._roomControl, this.annotationProvider);
|
|
317
318
|
var streamControl = this._roomControl.getStreamControl();
|
|
318
319
|
var userControl = this._roomControl.getUserControl();
|
|
319
320
|
this._userControl = userControl;
|
|
@@ -321,7 +322,8 @@ var FcrWhiteboardUIModule = exports.FcrWhiteboardUIModule = /*#__PURE__*/functio
|
|
|
321
322
|
uiEventStore: this.eventProvider,
|
|
322
323
|
streamControl: streamControl,
|
|
323
324
|
userControl: userControl,
|
|
324
|
-
securityStore: this.privilegeProvider
|
|
325
|
+
securityStore: this.privilegeProvider,
|
|
326
|
+
annotationProvider: this.annotationProvider
|
|
325
327
|
});
|
|
326
328
|
this._whiteboardControl.addObserver(this._boardObserver);
|
|
327
329
|
streamControl.addObserver({
|
|
@@ -366,9 +368,8 @@ var FcrWhiteboardUIModule = exports.FcrWhiteboardUIModule = /*#__PURE__*/functio
|
|
|
366
368
|
this._localUser = this._userControl.getLocalUser();
|
|
367
369
|
this._isHost = [_type2.FcrUserRole.HOST, _type2.FcrUserRole.COHOST].includes(this._localUser.userRole);
|
|
368
370
|
window.addEventListener('resize', this._resetCanvasPosition);
|
|
369
|
-
var
|
|
370
|
-
|
|
371
|
-
isActive = _this$_whiteboardCont4.isActive;
|
|
371
|
+
var isActive = this._whiteboardControl.getActivity();
|
|
372
|
+
var ownerUserId = this._whiteboardControl.getOwnerId();
|
|
372
373
|
this._isActive = isActive;
|
|
373
374
|
if (isActive) {
|
|
374
375
|
this._checkBoard();
|
|
@@ -409,16 +410,16 @@ var FcrWhiteboardUIModule = exports.FcrWhiteboardUIModule = /*#__PURE__*/functio
|
|
|
409
410
|
}, {
|
|
410
411
|
key: "onEvent",
|
|
411
412
|
value: function onEvent(event, payload) {
|
|
412
|
-
var _this$
|
|
413
|
+
var _this$_whiteboardCont4;
|
|
413
414
|
switch (event) {
|
|
414
415
|
case _constant.FcrUIAction.OPEN_WHITEBOARD:
|
|
415
416
|
if (!this._isActive) {
|
|
416
|
-
var _this$
|
|
417
|
-
(_this$
|
|
417
|
+
var _this$_whiteboardCont3;
|
|
418
|
+
(_this$_whiteboardCont3 = this._whiteboardControl) === null || _this$_whiteboardCont3 === void 0 || _this$_whiteboardCont3.active();
|
|
418
419
|
}
|
|
419
420
|
break;
|
|
420
421
|
case _constant.FcrUIAction.CLOSE_WHITEBOARD:
|
|
421
|
-
(_this$
|
|
422
|
+
(_this$_whiteboardCont4 = this._whiteboardControl) === null || _this$_whiteboardCont4 === void 0 || _this$_whiteboardCont4.inactive();
|
|
422
423
|
break;
|
|
423
424
|
case _constant.FcrUIAction.WHITEBOARD_CHANGED:
|
|
424
425
|
this._setCanvasBound(payload.action);
|
|
@@ -498,18 +499,17 @@ var FcrWhiteboardUIModule = exports.FcrWhiteboardUIModule = /*#__PURE__*/functio
|
|
|
498
499
|
this._addDisposers();
|
|
499
500
|
this._repositionToolbar();
|
|
500
501
|
if (this._boardMainWindow) {
|
|
501
|
-
var _this$
|
|
502
|
-
this._setBackground(((_this$
|
|
502
|
+
var _this$_whiteboardCont5, _this$_whiteboardCont6;
|
|
503
|
+
this._setBackground(((_this$_whiteboardCont5 = this._whiteboardControl) === null || _this$_whiteboardCont5 === void 0 ? void 0 : _this$_whiteboardCont5.getBackgroundColor()) || this._boardBackground);
|
|
503
504
|
// this._toolbarStore!.observables.layoutReady = [
|
|
504
505
|
// LonelyWindowState.CLOSE,
|
|
505
506
|
// LonelyWindowState.DEFAULT,
|
|
506
507
|
// ].includes(this._lonelyWindowState);
|
|
507
508
|
|
|
508
|
-
var
|
|
509
|
-
|
|
510
|
-
isActive = _getBoardActiveInfo.isActive;
|
|
511
|
-
if (isActive) {
|
|
509
|
+
var isActive = (_this$_whiteboardCont6 = this._whiteboardControl) === null || _this$_whiteboardCont6 === void 0 ? void 0 : _this$_whiteboardCont6.getActivity();
|
|
510
|
+
if (isActive && this._whiteboardControl) {
|
|
512
511
|
var _this$_userControl2, _this$_ownerUser3, _this$_localUser3, _this$_boardStore2, _this$_boardStore3, _this$_uiEventStore3;
|
|
512
|
+
var ownerUserId = this._whiteboardControl.getOwnerId();
|
|
513
513
|
this._ownerUser = (_this$_userControl2 = this._userControl) === null || _this$_userControl2 === void 0 ? void 0 : _this$_userControl2.getUser(ownerUserId);
|
|
514
514
|
this._isMyBoard = ((_this$_ownerUser3 = this._ownerUser) === null || _this$_ownerUser3 === void 0 ? void 0 : _this$_ownerUser3.userId) === ((_this$_localUser3 = this._localUser) === null || _this$_localUser3 === void 0 ? void 0 : _this$_localUser3.userId);
|
|
515
515
|
(_this$_boardStore2 = this._boardStore) === null || _this$_boardStore2 === void 0 || _this$_boardStore2.setPrivilege(this._isMyBoard || this._isHost);
|
|
@@ -736,10 +736,10 @@ var FcrWhiteboardUIModule = exports.FcrWhiteboardUIModule = /*#__PURE__*/functio
|
|
|
736
736
|
}, {
|
|
737
737
|
key: "_open",
|
|
738
738
|
value: function _open() {
|
|
739
|
-
var _this$
|
|
739
|
+
var _this$_whiteboardCont7;
|
|
740
740
|
this._joined = true;
|
|
741
741
|
this._initialized = true;
|
|
742
|
-
(_this$
|
|
742
|
+
(_this$_whiteboardCont7 = this._whiteboardControl) === null || _this$_whiteboardCont7 === void 0 || _this$_whiteboardCont7.open();
|
|
743
743
|
}
|
|
744
744
|
}, {
|
|
745
745
|
key: "_close",
|
|
@@ -81,6 +81,12 @@ if (!window.runtime) {
|
|
|
81
81
|
return {};
|
|
82
82
|
},
|
|
83
83
|
setUserSettingData: function setUserSettingData() {},
|
|
84
|
+
getActiveWindow: function getActiveWindow() {
|
|
85
|
+
return undefined;
|
|
86
|
+
},
|
|
87
|
+
getWindows: function getWindows() {
|
|
88
|
+
return [];
|
|
89
|
+
},
|
|
84
90
|
initSDK: function initSDK() {},
|
|
85
91
|
getIsSDKReady: function getIsSDKReady() {
|
|
86
92
|
return Promise.resolve(false);
|
|
@@ -96,6 +102,9 @@ if (!window.runtime) {
|
|
|
96
102
|
launchSuccess: function launchSuccess(roomId) {},
|
|
97
103
|
launchFailure: function launchFailure(roomId, errorCode) {},
|
|
98
104
|
onSetParameters: function onSetParameters(parameters) {},
|
|
99
|
-
setParameters: function setParameters(parameters) {}
|
|
105
|
+
setParameters: function setParameters(parameters) {},
|
|
106
|
+
getIsMeetingLaunched: function getIsMeetingLaunched() {
|
|
107
|
+
return Promise.resolve(false);
|
|
108
|
+
}
|
|
100
109
|
};
|
|
101
110
|
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { FcrAnnotationControl } from 'fcr-core/lib/room-control/whiteboard-control-v2/annotation-control/type';
|
|
2
|
+
import { FcrUIDialogProvider } from './dialog-provider';
|
|
3
|
+
import { CurrentShareScreenTypes } from '../modules/share-screen/types';
|
|
4
|
+
import { FcrUISharingProvider } from './sharing-provider';
|
|
5
|
+
import { FcrUIMemberSharedDataSource } from '../shared-data-source/member-data';
|
|
6
|
+
import { FcrBoardMainWindow } from 'fcr-core/lib/room-control/whiteboard-control/types';
|
|
7
|
+
import { FcrUIVideoWindowDataSource } from '../shared-data-source/video-window';
|
|
8
|
+
import { FcrUIVideoWindowData } from '../type';
|
|
9
|
+
import { FcrUIScreenShareProvider } from './screen-share-provider';
|
|
10
|
+
import { FcrUIDeviceProvider } from './device-provider';
|
|
11
|
+
export interface FcrUIAnnotationProvider {
|
|
12
|
+
get annotating(): boolean;
|
|
13
|
+
get currentShareInfo(): CurrentShareScreenTypes;
|
|
14
|
+
toggleAnnotation(): void;
|
|
15
|
+
openAnnotationWindow(): void;
|
|
16
|
+
hideAnnotationWindow(): void;
|
|
17
|
+
setCurrentShareInfo(info: CurrentShareScreenTypes): void;
|
|
18
|
+
setBoundsToAnnotationWindow(info?: CurrentShareScreenTypes): void;
|
|
19
|
+
get annotationControl(): FcrAnnotationControl | undefined;
|
|
20
|
+
get boardMainWindow(): FcrBoardMainWindow | undefined;
|
|
21
|
+
get screenShareWindowData(): FcrUIVideoWindowData | undefined;
|
|
22
|
+
get annotationState(): FcrAnnotationState;
|
|
23
|
+
get annotationHasStart(): boolean;
|
|
24
|
+
zoomIn(): void;
|
|
25
|
+
zoomOut(): void;
|
|
26
|
+
fullContainer(scalc: number): void;
|
|
27
|
+
setOriginScalc(): void;
|
|
28
|
+
get scalcValue(): number;
|
|
29
|
+
}
|
|
30
|
+
export declare enum FcrAnnotationState {
|
|
31
|
+
START = "start",
|
|
32
|
+
END = "end"
|
|
33
|
+
}
|
|
34
|
+
export declare class FcrUIAnnotationProviderImpl implements FcrUIAnnotationProvider {
|
|
35
|
+
private _dialogProvider;
|
|
36
|
+
private _sharingProvider;
|
|
37
|
+
private _memberDataSource;
|
|
38
|
+
private _videoWindowDataSource;
|
|
39
|
+
private _screenShareProvider;
|
|
40
|
+
private _deviceProvider;
|
|
41
|
+
private _annotationDialogId;
|
|
42
|
+
private _annotationToolDialogId;
|
|
43
|
+
private _disposers;
|
|
44
|
+
protected logger: import("agora-foundation/lib/logger").Logger;
|
|
45
|
+
private _annotationControl;
|
|
46
|
+
private _boardMainWindow;
|
|
47
|
+
private _shareScreenOwnerId;
|
|
48
|
+
private _maxScalcValue;
|
|
49
|
+
private _minScalcValue;
|
|
50
|
+
accessor scalcValue: number;
|
|
51
|
+
accessor annotationState: FcrAnnotationState;
|
|
52
|
+
accessor annotating: boolean;
|
|
53
|
+
accessor currentShareInfo: CurrentShareScreenTypes;
|
|
54
|
+
private _annotationObserver;
|
|
55
|
+
private _currentScreenShareOwnerCanStartAnnotation;
|
|
56
|
+
private _observer;
|
|
57
|
+
private _initAnnotationTransaction;
|
|
58
|
+
constructor(_dialogProvider: FcrUIDialogProvider, _sharingProvider: FcrUISharingProvider, _memberDataSource: FcrUIMemberSharedDataSource, _videoWindowDataSource: FcrUIVideoWindowDataSource, _screenShareProvider: FcrUIScreenShareProvider, _deviceProvider: FcrUIDeviceProvider);
|
|
59
|
+
get screenShareWindowData(): import("../shared-data-source/video-window").FcrUIVideoWindowDataImpl | undefined;
|
|
60
|
+
get boardMainWindow(): FcrBoardMainWindow | undefined;
|
|
61
|
+
get annotationControl(): FcrAnnotationControl | undefined;
|
|
62
|
+
get annotationHasStart(): boolean;
|
|
63
|
+
private get _localUser();
|
|
64
|
+
zoomIn(): void;
|
|
65
|
+
zoomOut(): void;
|
|
66
|
+
fullContainer(scalc: number): void;
|
|
67
|
+
setOriginScalc(): void;
|
|
68
|
+
toggleAnnotation(): Promise<void>;
|
|
69
|
+
getAnnotationControl(): FcrAnnotationControl | undefined;
|
|
70
|
+
openAnnotationWindow(): void;
|
|
71
|
+
hideAnnotationWindow(): void;
|
|
72
|
+
setCurrentShareInfo(info: CurrentShareScreenTypes): void;
|
|
73
|
+
setBoundsToAnnotationWindow(info?: CurrentShareScreenTypes): Promise<void>;
|
|
74
|
+
release(): void;
|
|
75
|
+
private _openToolbar;
|
|
76
|
+
private _closeToolbar;
|
|
77
|
+
}
|