fcr-ui-scene 3.7.8 → 3.7.9-alpha
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/installer/icons/icon.png +0 -0
- package/installer/mac/entitlements.mac.plist +1 -5
- package/lib/creator/index.js +13 -19
- package/lib/creator/provider-initializer.browser.js +4 -3
- package/lib/electron/app.js +1 -0
- package/lib/electron/bootstrap-sdk.js +19 -2
- package/lib/electron/sdk-helper.js +6 -2
- package/lib/electron/until.js +3 -0
- package/lib/index.js +8 -1
- package/lib/modules/components/leave-meeting/store.base.d.ts +1 -0
- package/lib/modules/components/leave-meeting/store.base.js +46 -5
- package/lib/modules/dialog/dialogs/confirm-leave-meeting/index.d.ts +1 -0
- package/lib/modules/dialog/dialogs/confirm-leave-meeting/index.js +2 -1
- package/lib/modules/dialog/dialogs/share-screen-selection/index.js +0 -12
- package/lib/modules/setting/store.base.d.ts +1 -1
- package/lib/modules/setting/store.base.js +3 -2
- package/lib/modules/share-screen/store.base.js +0 -2
- package/lib/modules/share-screen/store.electron.js +54 -31
- package/lib/modules/video-window/popover-watcher.js +4 -1
- package/lib/modules/video-window/store.js +7 -1
- package/lib/modules/video-window/view.js +14 -4
- package/lib/providers/device-provider.js +1 -1
- package/lib/providers/screen-share/strategy/browser.js +1 -1
- package/lib/providers/window/main-window.js +0 -3
- package/lib/providers/window/renderer-window.d.ts +3 -0
- package/lib/providers/window/renderer-window.js +47 -4
- package/lib/providers/window/type.d.ts +1 -0
- package/lib/scenes/main-scene.d.ts +1 -0
- package/lib/scenes/main-scene.js +32 -1
- package/lib/shared-data/setting.js +1 -1
- package/lib/utilities/default-config.js +1 -1
- package/lib/utilities/logger.js +1 -1
- package/package.json +6 -6
- package/public/index.html +2 -149
- package/public/meeting-manager.js +391 -0
- package/lib/creator.d.ts +0 -36
- package/lib/creator.js +0 -465
- package/lib/modules/action-bar/index.d.ts +0 -56
- package/lib/modules/action-bar/index.dev.d.ts +0 -0
- package/lib/modules/action-bar/index.dev.js +0 -94
- package/lib/modules/action-bar/index.js +0 -108
- package/lib/modules/action-bar/store.d.ts +0 -256
- package/lib/modules/action-bar/store.js +0 -1572
- package/lib/modules/action-bar/types.d.ts +0 -90
- package/lib/modules/action-bar/types.js +0 -6
- package/lib/modules/action-bar/view.d.ts +0 -5
- package/lib/modules/action-bar/view.js +0 -112
- package/lib/modules/annotation/annotation-index.d.ts +0 -2
- package/lib/modules/annotation/annotation-index.js +0 -80
- package/lib/modules/annotation/annotation-toolbar-store.d.ts +0 -75
- package/lib/modules/annotation/annotation-toolbar-store.js +0 -459
- package/lib/modules/annotation/board-cursor.css +0 -77
- package/lib/modules/annotation/components/color-picker/components/color.d.ts +0 -5
- package/lib/modules/annotation/components/color-picker/components/color.js +0 -38
- package/lib/modules/annotation/components/color-picker/components/panel.d.ts +0 -1
- package/lib/modules/annotation/components/color-picker/components/panel.js +0 -109
- package/lib/modules/annotation/components/color-picker/components/picker.d.ts +0 -1
- package/lib/modules/annotation/components/color-picker/components/picker.js +0 -75
- package/lib/modules/annotation/components/color-picker/index.d.ts +0 -2
- package/lib/modules/annotation/components/color-picker/index.js +0 -47
- package/lib/modules/annotation/components/eraser-picker.d.ts +0 -4
- package/lib/modules/annotation/components/eraser-picker.js +0 -144
- package/lib/modules/annotation/components/expansion/index.d.ts +0 -1
- package/lib/modules/annotation/components/expansion/index.js +0 -100
- package/lib/modules/annotation/components/extra-tool-picker.d.ts +0 -1
- package/lib/modules/annotation/components/extra-tool-picker.js +0 -62
- package/lib/modules/annotation/components/history.d.ts +0 -2
- package/lib/modules/annotation/components/history.js +0 -78
- package/lib/modules/annotation/components/icons/fold-icon.d.ts +0 -2
- package/lib/modules/annotation/components/icons/fold-icon.js +0 -41
- package/lib/modules/annotation/components/icons/move-icon.d.ts +0 -1
- package/lib/modules/annotation/components/icons/move-icon.js +0 -66
- package/lib/modules/annotation/components/item/index.d.ts +0 -1
- package/lib/modules/annotation/components/item/index.js +0 -43
- package/lib/modules/annotation/components/move-handle.d.ts +0 -5
- package/lib/modules/annotation/components/move-handle.js +0 -134
- package/lib/modules/annotation/components/pen-picker.d.ts +0 -4
- package/lib/modules/annotation/components/pen-picker.js +0 -155
- package/lib/modules/annotation/components/screen-capture-picker.d.ts +0 -4
- package/lib/modules/annotation/components/screen-capture-picker.js +0 -85
- package/lib/modules/annotation/components/shape-picker.d.ts +0 -4
- package/lib/modules/annotation/components/shape-picker.js +0 -210
- package/lib/modules/annotation/hooks/index.d.ts +0 -14
- package/lib/modules/annotation/hooks/index.js +0 -292
- package/lib/modules/annotation/index.d.ts +0 -45
- package/lib/modules/annotation/index.js +0 -168
- package/lib/modules/annotation/store.d.ts +0 -98
- package/lib/modules/annotation/store.js +0 -621
- package/lib/modules/annotation/style.css +0 -36
- package/lib/modules/annotation/view.d.ts +0 -3
- package/lib/modules/annotation/view.js +0 -44
- package/lib/modules/components/device-control/store.d.ts +0 -42
- package/lib/modules/components/device-control/store.js +0 -241
- package/lib/modules/components/leave-meeting/store.d.ts +0 -39
- package/lib/modules/components/leave-meeting/store.js +0 -270
- package/lib/modules/control-bar/components/annotation-button/index.d.ts +0 -1
- package/lib/modules/control-bar/components/annotation-button/index.js +0 -72
- package/lib/modules/control-bar/reactor.d.ts +0 -2
- package/lib/modules/control-bar/reactor.js +0 -8
- package/lib/modules/control-bar/types.d.ts +0 -20
- package/lib/modules/control-bar/types.js +0 -6
- package/lib/modules/dialog/dialogs/pre-setting/index.css +0 -26
- package/lib/modules/dialog/dialogs/pre-setting/index.d.ts +0 -6
- package/lib/modules/dialog/dialogs/pre-setting/index.js +0 -62
- package/lib/modules/dialog/dialogs/widget/electron.d.ts +0 -6
- package/lib/modules/dialog/dialogs/widget/electron.js +0 -38
- package/lib/modules/dialog/hooks/use-popover-watcher.d.ts +0 -14
- package/lib/modules/dialog/hooks/use-popover-watcher.js +0 -110
- package/lib/modules/dialog/hooks/useElectron.d.ts +0 -28
- package/lib/modules/dialog/hooks/useElectron.js +0 -277
- package/lib/modules/dialog/store.d.ts +0 -135
- package/lib/modules/dialog/store.js +0 -616
- package/lib/modules/event-confirm/components/window/index.d.ts +0 -4
- package/lib/modules/event-confirm/components/window/index.js +0 -197
- package/lib/modules/event-confirm/index.css +0 -24
- package/lib/modules/event-confirm/index.d.ts +0 -27
- package/lib/modules/event-confirm/index.js +0 -76
- package/lib/modules/event-confirm/store.d.ts +0 -45
- package/lib/modules/event-confirm/store.js +0 -345
- package/lib/modules/event-confirm/view.d.ts +0 -2
- package/lib/modules/event-confirm/view.js +0 -53
- package/lib/modules/event-toast/store.d.ts +0 -27
- package/lib/modules/event-toast/store.js +0 -205
- package/lib/modules/layout/store.d.ts +0 -176
- package/lib/modules/layout/store.js +0 -1466
- package/lib/modules/participant/store.d.ts +0 -222
- package/lib/modules/participant/store.js +0 -1927
- package/lib/modules/pc-audio-connect/index.d.ts +0 -22
- package/lib/modules/pc-audio-connect/index.js +0 -67
- package/lib/modules/pc-audio-connect/store.d.ts +0 -46
- package/lib/modules/pc-audio-connect/store.js +0 -304
- package/lib/modules/setting/common/advance-link.d.ts +0 -3
- package/lib/modules/setting/common/advance-link.js +0 -27
- package/lib/modules/setting/common/index.css +0 -26
- package/lib/modules/setting/common/useNamespace.d.ts +0 -15
- package/lib/modules/setting/common/useNamespace.js +0 -66
- package/lib/modules/setting/dialog-wrapper.d.ts +0 -2
- package/lib/modules/setting/dialog-wrapper.js +0 -110
- package/lib/modules/setting/store.d.ts +0 -261
- package/lib/modules/setting/store.js +0 -1321
- package/lib/modules/share-screen/store.d.ts +0 -148
- package/lib/modules/share-screen/store.js +0 -950
- package/lib/modules/share-screen/types.d.ts +0 -26
- package/lib/modules/share-screen/types.js +0 -6
- package/lib/modules/state-bar/store.d.ts +0 -124
- package/lib/modules/state-bar/store.js +0 -664
- package/lib/modules/whiteboard/components/progress/electron.d.ts +0 -1
- package/lib/modules/whiteboard/components/progress/electron.js +0 -33
- package/lib/modules/widget/store.d.ts +0 -14
- package/lib/modules/widget/store.js +0 -28
- package/lib/providers/annotation-provider.d.ts +0 -124
- package/lib/providers/annotation-provider.js +0 -369
- package/lib/providers/dialog-provider.d.ts +0 -137
- package/lib/providers/dialog-provider.js +0 -194
- package/lib/providers/message-provider.d.ts +0 -69
- package/lib/providers/message-provider.js +0 -140
- package/lib/providers/room-provider.d.ts +0 -194
- package/lib/providers/room-provider.js +0 -916
- package/lib/providers/screen-share-provider.d.ts +0 -244
- package/lib/providers/screen-share-provider.js +0 -835
- package/lib/providers/sharing-provider.d.ts +0 -42
- package/lib/providers/sharing-provider.js +0 -221
- package/lib/providers/user-setting-storage-provider.d.ts +0 -21
- package/lib/providers/user-setting-storage-provider.js +0 -65
- package/lib/providers/whiteboard-provider.d.ts +0 -24
- package/lib/providers/whiteboard-provider.js +0 -127
- package/lib/shared-data-source/annotation-data.d.ts +0 -17
- package/lib/shared-data-source/annotation-data.js +0 -110
- package/lib/shared-data-source/app-list-data.d.ts +0 -34
- package/lib/shared-data-source/app-list-data.js +0 -133
- package/lib/shared-data-source/chat-data.d.ts +0 -25
- package/lib/shared-data-source/chat-data.js +0 -139
- package/lib/shared-data-source/config.d.ts +0 -35
- package/lib/shared-data-source/config.js +0 -40
- package/lib/shared-data-source/confirm-data.d.ts +0 -25
- package/lib/shared-data-source/confirm-data.js +0 -97
- package/lib/shared-data-source/device-privilege-data.d.ts +0 -8
- package/lib/shared-data-source/device-privilege-data.js +0 -25
- package/lib/shared-data-source/interpreter.d.ts +0 -77
- package/lib/shared-data-source/interpreter.js +0 -247
- package/lib/shared-data-source/layout-data.d.ts +0 -31
- package/lib/shared-data-source/layout-data.js +0 -189
- package/lib/shared-data-source/meeting-time.d.ts +0 -90
- package/lib/shared-data-source/meeting-time.js +0 -416
- package/lib/shared-data-source/member-data.d.ts +0 -139
- package/lib/shared-data-source/member-data.js +0 -517
- package/lib/shared-data-source/pin-data.d.ts +0 -13
- package/lib/shared-data-source/pin-data.js +0 -111
- package/lib/shared-data-source/screen-share-data.d.ts +0 -364
- package/lib/shared-data-source/screen-share-data.js +0 -520
- package/lib/shared-data-source/security-data.d.ts +0 -39
- package/lib/shared-data-source/security-data.js +0 -156
- package/lib/shared-data-source/setting.d.ts +0 -67
- package/lib/shared-data-source/setting.js +0 -220
- package/lib/shared-data-source/speaker-spotlight.d.ts +0 -5
- package/lib/shared-data-source/speaker-spotlight.js +0 -15
- package/lib/shared-data-source/video-window.d.ts +0 -165
- package/lib/shared-data-source/video-window.js +0 -1266
- package/lib/shared-data-source/waiting-room.d.ts +0 -46
- package/lib/shared-data-source/waiting-room.js +0 -222
- package/lib/shared-data-source/whiteboard-data.d.ts +0 -68
- package/lib/shared-data-source/whiteboard-data.js +0 -347
- package/lib/utilities/board-context.d.ts +0 -4
- package/lib/utilities/board-context.js +0 -12
- package/lib/utilities/copyText.d.ts +0 -2
- package/lib/utilities/copyText.js +0 -48
- package/lib/utilities/renderer-event.d.ts +0 -10
- package/lib/utilities/renderer-event.js +0 -95
- package/lib/utilities/screen-capture-permission.d.ts +0 -2
- package/lib/utilities/screen-capture-permission.js +0 -24
- package/lib/utilities/screen.d.ts +0 -3
- package/lib/utilities/screen.js +0 -53
- package/lib/utilities/video-track-render-context.d.ts +0 -6
- package/lib/utilities/video-track-render-context.js +0 -9
- package/lib/waiting-room-control-manager.d.ts +0 -28
- package/lib/waiting-room-control-manager.js +0 -230
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
import { FcrPrivilegeUserRole, FcrStreamControl } from 'fcr-core';
|
|
2
|
-
import { FcrUserInfo, FcrUserRole } from 'fcr-core/lib/type';
|
|
3
|
-
import { FcrLayoutSlots, FcrUIVideoWindowData, FcrUIVideoWindowLayoutType, LayoutStoreParams } from './type';
|
|
4
|
-
import { FcrChatRoomConnectionState } from 'fcr-core/lib/room-control/chatroom-control/type';
|
|
5
|
-
import { FcrUserUpdatedEvent } from 'fcr-core/lib/room-control/user-control/type';
|
|
6
|
-
import { FcrUIEventObserver } from '../../providers/event-provider';
|
|
7
|
-
import { FcrUIAction } from '../../utilities/constant';
|
|
8
|
-
import { FcrUISetMainSpeakerParams } from '../../type';
|
|
9
|
-
export default class LayoutStore implements FcrLayoutSlots, FcrUIEventObserver {
|
|
10
|
-
private readonly logger;
|
|
11
|
-
private _videoWindowDataSource;
|
|
12
|
-
private _eventProvider;
|
|
13
|
-
private _deviceProvider;
|
|
14
|
-
private _privilegeProvider;
|
|
15
|
-
private _userControl;
|
|
16
|
-
private _streamControl;
|
|
17
|
-
private _roomControl;
|
|
18
|
-
private _whiteBoardControl;
|
|
19
|
-
private _chatRoomControl;
|
|
20
|
-
private _localView;
|
|
21
|
-
private _disposers;
|
|
22
|
-
private _barLockTimer;
|
|
23
|
-
private _liveStreamState;
|
|
24
|
-
private _sharedInterpreterDataSource;
|
|
25
|
-
private _sharedLayoutDataSource;
|
|
26
|
-
private _sharedSettingDataSource;
|
|
27
|
-
private _sharedMemberDataSource;
|
|
28
|
-
private _chatProvider;
|
|
29
|
-
private _pinDataSource;
|
|
30
|
-
private _sharedScreenShareDataSource;
|
|
31
|
-
private _sharedAnnotationDataSource;
|
|
32
|
-
private _multiDisplayProvider;
|
|
33
|
-
accessor participant: React.ReactNode;
|
|
34
|
-
accessor chat: React.ReactNode;
|
|
35
|
-
accessor chatAction: React.ReactNode;
|
|
36
|
-
accessor stateBar: React.ReactNode;
|
|
37
|
-
accessor actionBar: React.ReactNode;
|
|
38
|
-
accessor layers: React.ReactNode;
|
|
39
|
-
accessor whiteboard: React.ReactNode;
|
|
40
|
-
accessor annotation: React.ReactNode;
|
|
41
|
-
accessor screenShareControl: React.ReactNode;
|
|
42
|
-
accessor collapsed: boolean;
|
|
43
|
-
accessor aside: boolean;
|
|
44
|
-
accessor barHovering: boolean;
|
|
45
|
-
accessor barLocked: boolean;
|
|
46
|
-
accessor barHidden: boolean;
|
|
47
|
-
accessor asideWidth: number;
|
|
48
|
-
accessor userVolumeMap: Map<string, number>;
|
|
49
|
-
accessor chatRoomState: FcrChatRoomConnectionState;
|
|
50
|
-
accessor whiteboardActive: boolean;
|
|
51
|
-
accessor ownerUser: FcrUserInfo | undefined;
|
|
52
|
-
get streamControl(): FcrStreamControl;
|
|
53
|
-
get localUserRole(): FcrUserRole;
|
|
54
|
-
get localUser(): FcrUserInfo;
|
|
55
|
-
get shouldHideNonVideoParticipants(): boolean;
|
|
56
|
-
get shouldHideMyVideo(): boolean;
|
|
57
|
-
get enableSpotlight(): boolean;
|
|
58
|
-
get isWaterMarkEnabled(): boolean;
|
|
59
|
-
get isMulti(): boolean;
|
|
60
|
-
get layout(): import("../../type").FcrUIVideoWindowLayoutType;
|
|
61
|
-
get manualLayout(): import("../../type").FcrUIVideoWindowLayoutType | undefined;
|
|
62
|
-
get scalcValue(): number;
|
|
63
|
-
get annotationHasStart(): boolean;
|
|
64
|
-
get sourceList(): import("../../shared-data-source/video-window").FcrUIVideoWindowDataImpl[];
|
|
65
|
-
get layoutMainList(): import("../../shared-data-source/video-window").FcrUIVideoWindowDataImpl[];
|
|
66
|
-
get mainList(): import("../../shared-data-source/video-window").FcrUIVideoWindowDataImpl[];
|
|
67
|
-
get mainListMapByAudioStreamId(): Map<string, FcrUIVideoWindowData>;
|
|
68
|
-
get spotlightStreamId(): string;
|
|
69
|
-
get foldList(): import("../../shared-data-source/video-window").FcrUIVideoWindowDataImpl[];
|
|
70
|
-
get currentShareData(): import("../../shared-data-source/video-window").FcrUIVideoWindowDataImpl | undefined;
|
|
71
|
-
get galleryList(): import("../../shared-data-source/video-window").FcrUIVideoWindowDataImpl[];
|
|
72
|
-
get isMainWindow(): boolean;
|
|
73
|
-
get isMainWindowInScreenSharing(): boolean;
|
|
74
|
-
get isCurrentUserInBoardSharing(): boolean;
|
|
75
|
-
get asideLayout(): import("../../type").FcrUIUpdateAsideParams;
|
|
76
|
-
get carouselList(): import("../../shared-data-source/video-window").FcrUIVideoWindowDataImpl[];
|
|
77
|
-
get hasPinnedStream(): boolean;
|
|
78
|
-
get isRobot(): boolean;
|
|
79
|
-
get findSpotlightUser(): import("../../shared-data-source/video-window").FcrUIVideoWindowDataImpl | null | undefined;
|
|
80
|
-
get isWhoISpeakingActive(): boolean | "" | undefined;
|
|
81
|
-
get microphoneEnabled(): boolean;
|
|
82
|
-
get allowChat(): boolean;
|
|
83
|
-
get allowUnmuteSelfAudio(): boolean;
|
|
84
|
-
get allowUnmuteSelfVideo(): boolean;
|
|
85
|
-
get isHostOrCoHost(): boolean;
|
|
86
|
-
get galleryMaxSize(): number;
|
|
87
|
-
get allowedAllChat(): boolean;
|
|
88
|
-
get allowedPublicChatAndDisallowedPrivateChat(): boolean;
|
|
89
|
-
get disallowedPublicChatAndDisallowedPrivateChatToParticipant(): boolean;
|
|
90
|
-
get disallowedAllChat(): boolean;
|
|
91
|
-
get privilegeOperator(): FcrUserInfo | undefined;
|
|
92
|
-
get localUserId(): string;
|
|
93
|
-
get interpreterUserList(): import("fcr-core/lib/room-control/interpreter-control/types").FcrInterpreterUserInfo[] | null;
|
|
94
|
-
get isInterpreterEnabled(): boolean;
|
|
95
|
-
get secondaryWindowContentType(): "hidden" | "speaker" | "gallery" | "local-camera" | "remote-camera" | "sharing-screen" | "sharing-screen-with-annotation" | "sharing-whiteboard";
|
|
96
|
-
get isMultiDisplayActive(): boolean;
|
|
97
|
-
get isLocalCameraInSecondaryWindow(): boolean;
|
|
98
|
-
constructor(params: LayoutStoreParams);
|
|
99
|
-
get participantCount(): number;
|
|
100
|
-
get isVideoSuspended(): boolean;
|
|
101
|
-
get asideContent(): import("../../type").FcrUIUpdateAsideParams;
|
|
102
|
-
get participantsRenderAt(): "aside" | "dialog";
|
|
103
|
-
get chatRenderAt(): "aside" | "dialog";
|
|
104
|
-
getWaterMarkContent(): string;
|
|
105
|
-
hasMutePermission(targetRole: FcrPrivilegeUserRole | FcrUserRole): boolean;
|
|
106
|
-
hasUnmutePermission(targetRole: FcrPrivilegeUserRole | FcrUserRole): boolean;
|
|
107
|
-
hasRequestStartAudioPermission(targetRole: FcrPrivilegeUserRole | FcrUserRole): boolean;
|
|
108
|
-
toggleMainStream(streamId: string): void;
|
|
109
|
-
addPinMessage(streamId: string): void;
|
|
110
|
-
cancelPinMessage(streamId: string): void;
|
|
111
|
-
addPin(streamId: string): void;
|
|
112
|
-
removePin(streamId: string): void;
|
|
113
|
-
setVideoOrientation(): void;
|
|
114
|
-
setAllowChat(allowChat: boolean): void;
|
|
115
|
-
handleSetPinState(userId: string): void;
|
|
116
|
-
setWhiteboardActive(active: boolean): void;
|
|
117
|
-
setAsideWidth(val: number): void;
|
|
118
|
-
/**
|
|
119
|
-
* Partially update slots, use `null` to delete the slot.
|
|
120
|
-
* `undefined` is ignored.
|
|
121
|
-
*/
|
|
122
|
-
updateSlots(slots: Partial<FcrLayoutSlots>): void;
|
|
123
|
-
closeParticipantFromAside(): void;
|
|
124
|
-
moveParticipantFromAsideToDialog(): void;
|
|
125
|
-
closeChatFromAside(): void;
|
|
126
|
-
closeAsideChat(): void;
|
|
127
|
-
moveChatFromAsideToDialog(): void;
|
|
128
|
-
openPrivateChat(userId: string): void;
|
|
129
|
-
openRenameDialog(userId: string): void;
|
|
130
|
-
getAllowedOperations: (targetRole: FcrUserRole, isSelf: boolean) => string[];
|
|
131
|
-
toggleLayout(layout: FcrUIVideoWindowLayoutType, manual?: boolean): void;
|
|
132
|
-
toggleCollapsed(collapsed?: boolean): void;
|
|
133
|
-
toggleAside(open?: boolean): void;
|
|
134
|
-
asideWidthChanged(width: number): void;
|
|
135
|
-
toggleLayoutBarLock(state: boolean): void;
|
|
136
|
-
toggleLayoutBarHidden(): void;
|
|
137
|
-
resetLockTimer(): void;
|
|
138
|
-
setHoveringHandler(): void;
|
|
139
|
-
setHoveringLeaveHandler(): false | void;
|
|
140
|
-
setScreenShareSpeakerViewSize(width: number, height: number): void;
|
|
141
|
-
handleLiveLayoutChange(modifiedUser: FcrUserInfo): void;
|
|
142
|
-
release(): void;
|
|
143
|
-
onUserInfoUpdated(roomId: string, event: FcrUserUpdatedEvent): void;
|
|
144
|
-
stopLocalPreview(view: HTMLDivElement): void;
|
|
145
|
-
startLocalPreview(div: HTMLDivElement | null): void;
|
|
146
|
-
setAllowChatWithPayload(type: 'public' | 'private_to_manager'): void;
|
|
147
|
-
setScaleValue(scale: number): void;
|
|
148
|
-
muteAudio(mute: boolean, userId: string): void;
|
|
149
|
-
sendParticipantEvent(payload: unknown): void;
|
|
150
|
-
onEvent(action: FcrUIAction.SET_MAIN_SPEAKER, payload: FcrUISetMainSpeakerParams): void;
|
|
151
|
-
onEvent(action: FcrUIAction.TOGGLE_LAYOUT_BAR_LOCK, payload: boolean): void;
|
|
152
|
-
private _addListeners;
|
|
153
|
-
private get _hasVideoStreamUser();
|
|
154
|
-
private _shouldUnpin;
|
|
155
|
-
private _isVideoParticipantVisible;
|
|
156
|
-
private _handleLayoutUpdated;
|
|
157
|
-
private _handleFoldListChanged;
|
|
158
|
-
private _handleMainListLengthChanged;
|
|
159
|
-
private _handleMainListChanged;
|
|
160
|
-
private _switchToSpeaker;
|
|
161
|
-
private _switchToGallery;
|
|
162
|
-
private _setBarHovering;
|
|
163
|
-
private _initStream;
|
|
164
|
-
private _handleConnectionUpdated;
|
|
165
|
-
private _findVideoWindowByUserId;
|
|
166
|
-
private _onRemoteUsersLeft;
|
|
167
|
-
private _handleLiveStreamingStateUpdated;
|
|
168
|
-
private _handleStreamAdded;
|
|
169
|
-
private _onStreamsAdded;
|
|
170
|
-
private _onStreamsUpdated;
|
|
171
|
-
private _onStreamsRemoved;
|
|
172
|
-
private _onAudioVolumeUpdated;
|
|
173
|
-
private _setSpotlightStream;
|
|
174
|
-
private _findSpotlightStream;
|
|
175
|
-
}
|
|
176
|
-
export declare const StoreContext: import("react").Context<LayoutStore>;
|