Quellcode durchsuchen

fix(config.js): remove unused 'logStats'

This config option is not used anymore.
j8
paweldomas vor 8 Jahren
Ursprung
Commit
5e2e7902ce
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0
    1
      config.js

+ 0
- 1
config.js Datei anzeigen

@@ -65,7 +65,6 @@ var config = { // eslint-disable-line no-unused-vars
65 65
     //enableClosePage: false, // enabling the close page will ignore the welcome
66 66
                               // page redirection when call is hangup
67 67
     disableSimulcast: false,
68
-    logStats: false, // Enable logging of PeerConnection stats via the focus
69 68
 //    requireDisplayName: true, // Forces the participants that doesn't have display name to enter it when they enter the room.
70 69
 //    startAudioMuted: 10, // every participant after the Nth will start audio muted
71 70
 //    startVideoMuted: 10, // every participant after the Nth will start video muted

Laden…
Abbrechen
Speichern