Re: [webrtc-stats] RTCCodecStats.implementation... per-codec, per-stream?

See 'implementation' below: 

7.2.  RTCCodecStats dictionary
    dictionary RTCCodecStats : RTCStats {
      unsigned long payloadType;
      RTCCodecType  codecType;
      DOMString     transportId;
      DOMString     mimeType;
      unsigned long clockRate;
      unsigned long channels;
      DOMString     sdpFmtpLine;
      DOMString     implementation;
    };


-- 
GitHub Notification of comment by CapOM
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/143#issuecomment-362270692 using your GitHub account

Received on Thursday, 1 February 2018 13:48:31 UTC