Browse Source

fix syntax error

master
Andrei Gavrilescu 5 years ago
parent
commit
e51bbe6125
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config.js

+ 1
- 1
config.js View File

459
         // amplitudeAPPKey: '<APP_KEY>'
459
         // amplitudeAPPKey: '<APP_KEY>'
460
 
460
 
461
         // Configuration for the rtcstats server:
461
         // Configuration for the rtcstats server:
462
-+       // By enabling rtcstats server every time a conference is joined the rtcstats
462
+        // By enabling rtcstats server every time a conference is joined the rtcstats
463
         // module connects to the provided rtcstatsEndpoint and sends statistics regarding
463
         // module connects to the provided rtcstatsEndpoint and sends statistics regarding
464
         // PeerConnection states along with getStats metrics polled at the specified
464
         // PeerConnection states along with getStats metrics polled at the specified
465
         // interval.
465
         // interval.

Loading…
Cancel
Save