Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/webrtc/index.js')
-rw-r--r--src/utils/webrtc/index.js26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/utils/webrtc/index.js b/src/utils/webrtc/index.js
index 8ff284cbb..5840e3795 100644
--- a/src/utils/webrtc/index.js
+++ b/src/utils/webrtc/index.js
@@ -19,20 +19,20 @@
*
*/
-import './shims/MediaStream'
-import './shims/MediaStreamTrack'
+import './shims/MediaStream.js'
+import './shims/MediaStreamTrack.js'
import Axios from '@nextcloud/axios'
-import CancelableRequest from '../cancelableRequest'
-import Signaling from '../signaling'
-import initWebRtc from './webrtc'
-import CallAnalyzer from './analyzers/CallAnalyzer'
-import CallParticipantCollection from './models/CallParticipantCollection'
-import LocalCallParticipantModel from './models/LocalCallParticipantModel'
-import LocalMediaModel from './models/LocalMediaModel'
-import MediaDevicesManager from './MediaDevicesManager'
-import SentVideoQualityThrottler from './SentVideoQualityThrottler'
-import { PARTICIPANT } from '../../constants'
-import { fetchSignalingSettings } from '../../services/signalingService'
+import CancelableRequest from '../cancelableRequest.js'
+import Signaling from '../signaling.js'
+import initWebRtc from './webrtc.js'
+import CallAnalyzer from './analyzers/CallAnalyzer.js'
+import CallParticipantCollection from './models/CallParticipantCollection.js'
+import LocalCallParticipantModel from './models/LocalCallParticipantModel.js'
+import LocalMediaModel from './models/LocalMediaModel.js'
+import MediaDevicesManager from './MediaDevicesManager.js'
+import SentVideoQualityThrottler from './SentVideoQualityThrottler.js'
+import { PARTICIPANT } from '../../constants.js'
+import { fetchSignalingSettings } from '../../services/signalingService.js'
let webRtc = null
const callParticipantCollection = new CallParticipantCollection()