Bläddra i källkod

Remove comment, figured out the reason.

master
Russell Graves 5 år sedan
förälder
incheckning
fd58857424
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      modules/statistics/RTPStatsCollector.js

+ 0
- 1
modules/statistics/RTPStatsCollector.js Visa fil

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;

Laddar…
Avbryt
Spara