|
|
|
@ -15,8 +15,8 @@ import Recorder from './modules/recorder/Recorder'; |
|
|
|
|
import { createTaskQueue } from './modules/util/helpers'; |
|
|
|
|
import { |
|
|
|
|
createDeviceChangedEvent, |
|
|
|
|
createStartSilentEvent, |
|
|
|
|
createScreenSharingEvent, |
|
|
|
|
createStartSilentEvent, |
|
|
|
|
createTrackMutedEvent, |
|
|
|
|
sendAnalytics |
|
|
|
|
} from './react/features/analytics'; |
|
|
|
@ -30,14 +30,15 @@ import { shouldShowModeratedNotification } from './react/features/av-moderation/ |
|
|
|
|
import { setAudioOnly } from './react/features/base/audio-only'; |
|
|
|
|
import { |
|
|
|
|
AVATAR_URL_COMMAND, |
|
|
|
|
CONFERENCE_LEAVE_REASONS, |
|
|
|
|
EMAIL_COMMAND, |
|
|
|
|
_conferenceWillJoin, |
|
|
|
|
authStatusChanged, |
|
|
|
|
commonUserJoinedHandling, |
|
|
|
|
commonUserLeftHandling, |
|
|
|
|
conferenceFailed, |
|
|
|
|
conferenceJoined, |
|
|
|
|
conferenceJoinInProgress, |
|
|
|
|
conferenceJoined, |
|
|
|
|
conferenceLeft, |
|
|
|
|
conferenceSubjectChanged, |
|
|
|
|
conferenceTimestampChanged, |
|
|
|
@ -49,15 +50,14 @@ import { |
|
|
|
|
getConferenceOptions, |
|
|
|
|
kickedOut, |
|
|
|
|
lockStateChanged, |
|
|
|
|
nonParticipantMessageReceived, |
|
|
|
|
onStartMutedPolicyChanged, |
|
|
|
|
p2pStatusChanged, |
|
|
|
|
sendLocalParticipant, |
|
|
|
|
nonParticipantMessageReceived, |
|
|
|
|
CONFERENCE_LEAVE_REASONS |
|
|
|
|
sendLocalParticipant |
|
|
|
|
} from './react/features/base/conference'; |
|
|
|
|
import { |
|
|
|
|
getReplaceParticipant, |
|
|
|
|
getMultipleVideoSendingSupportFeatureFlag |
|
|
|
|
getMultipleVideoSendingSupportFeatureFlag, |
|
|
|
|
getReplaceParticipant |
|
|
|
|
} from './react/features/base/config/functions'; |
|
|
|
|
import { |
|
|
|
|
checkAndNotifyForNewDevice, |
|
|
|
@ -69,7 +69,6 @@ import { |
|
|
|
|
updateDeviceList |
|
|
|
|
} from './react/features/base/devices'; |
|
|
|
|
import { |
|
|
|
|
browser, |
|
|
|
|
JitsiConferenceErrors, |
|
|
|
|
JitsiConferenceEvents, |
|
|
|
|
JitsiConnectionErrors, |
|
|
|
@ -78,14 +77,15 @@ import { |
|
|
|
|
JitsiMediaDevicesEvents, |
|
|
|
|
JitsiParticipantConnectionStatus, |
|
|
|
|
JitsiTrackErrors, |
|
|
|
|
JitsiTrackEvents |
|
|
|
|
JitsiTrackEvents, |
|
|
|
|
browser |
|
|
|
|
} from './react/features/base/lib-jitsi-meet'; |
|
|
|
|
import { isFatalJitsiConnectionError } from './react/features/base/lib-jitsi-meet/functions'; |
|
|
|
|
import { |
|
|
|
|
MEDIA_TYPE, |
|
|
|
|
getStartWithAudioMuted, |
|
|
|
|
getStartWithVideoMuted, |
|
|
|
|
isVideoMutedByUser, |
|
|
|
|
MEDIA_TYPE, |
|
|
|
|
setAudioAvailable, |
|
|
|
|
setAudioMuted, |
|
|
|
|
setAudioUnmutePermissions, |
|
|
|
@ -140,9 +140,9 @@ import { |
|
|
|
|
import { maybeSetLobbyChatMessageListener } from './react/features/lobby/actions.any'; |
|
|
|
|
import { setNoiseSuppressionEnabled } from './react/features/noise-suppression/actions'; |
|
|
|
|
import { |
|
|
|
|
NOTIFICATION_TIMEOUT_TYPE, |
|
|
|
|
isModerationNotificationDisplayed, |
|
|
|
|
showNotification, |
|
|
|
|
NOTIFICATION_TIMEOUT_TYPE |
|
|
|
|
showNotification |
|
|
|
|
} from './react/features/notifications'; |
|
|
|
|
import { mediaPermissionPromptVisibilityChanged, toggleSlowGUMOverlay } from './react/features/overlay'; |
|
|
|
|
import { suspendDetected } from './react/features/power-monitor'; |
|
|
|
@ -153,7 +153,7 @@ import { |
|
|
|
|
setJoiningInProgress |
|
|
|
|
} from './react/features/prejoin'; |
|
|
|
|
import { disableReceiver, stopReceiver } from './react/features/remote-control'; |
|
|
|
|
import { setScreenAudioShareState, isScreenAudioShared } from './react/features/screen-share/'; |
|
|
|
|
import { isScreenAudioShared, setScreenAudioShareState } from './react/features/screen-share/'; |
|
|
|
|
import { toggleScreenshotCaptureSummary } from './react/features/screenshot-capture'; |
|
|
|
|
import { isScreenshotCaptureEnabled } from './react/features/screenshot-capture/functions'; |
|
|
|
|
import { AudioMixerEffect } from './react/features/stream-effects/audio-mixer/AudioMixerEffect'; |
|
|
|
|