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/analyzers/CallAnalyzer.js')
-rw-r--r--src/utils/webrtc/analyzers/CallAnalyzer.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/webrtc/analyzers/CallAnalyzer.js b/src/utils/webrtc/analyzers/CallAnalyzer.js
index b41e39ac0..dfffc46f3 100644
--- a/src/utils/webrtc/analyzers/CallAnalyzer.js
+++ b/src/utils/webrtc/analyzers/CallAnalyzer.js
@@ -19,11 +19,11 @@
*
*/
-import EmitterMixin from '../../EmitterMixin'
+import EmitterMixin from '../../EmitterMixin.js'
import {
ParticipantAnalyzer,
-} from './ParticipantAnalyzer'
+} from './ParticipantAnalyzer.js'
/**
* Analyzer for the quality of the connections of a call.