Quellcode durchsuchen

Remove comment, figured out the reason.

release-8443
Russell Graves vor 5 Jahren
Ursprung
Commit
fd58857424
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0
    1
      modules/statistics/RTPStatsCollector.js

+ 0
- 1
modules/statistics/RTPStatsCollector.js Datei anzeigen

794
                         'video': videoCodec
794
                         'video': videoCodec
795
                     };
795
                     };
796
 
796
 
797
-                    // Is there a reason this can't be done more directly?
798
                     const userCodecs = codecs[participantId] || {};
797
                     const userCodecs = codecs[participantId] || {};
799
 
798
 
800
                     userCodecs[ssrc] = codecDesc;
799
                     userCodecs[ssrc] = codecDesc;

Laden…
Abbrechen
Speichern