henbos
henbos
There was an earlier attempt to add SVC to stats which never landed, the reason for closing was that the SVC APIs had not been fleshed out yet so adding...
Compare [RTCCodecCapability](https://w3c.github.io/webrtc-pc/#dom-rtcrtpcodeccapability) with [RTCCodecStats](https://w3c.github.io/webrtc-stats/#codec-dict*). Also note that even without these two APIs, the codec information is in either way exposed the SDP (RTCPeerConnection.createOffer() and RTCPeerConnection.createAnswer()). This makes this issue not...
E.g. if you have one or two channels, does this affect the rate of increase of... - Sample counters - Duration counters Or are the counters the same regardless of...
@o1ka doesn't think that that we count stereo as twice as many samples or duration... do we have a repro?
The code quoted in B) is under the section "The old way" but just after this section in [the article](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Perfect_negotiation) there is the section "Using restartIce()" which does not explicitly...
Calling restartIce() triggers onnegotiationneeded and that event is still using makingOffer so you're safe. We could update the article not to talk about the old versus the new way of...
https://webrtc.github.io/samples/src/content/peerconnection/negotiate-timing/ uses multiple transceivers, you can select how many to negotiate. However it is not a very friendly demo, because the only purpose of it was to measure negotiation speed...
I think it would be worth making a test page for this, but I don't have time to do it any time soon.
While I don't hear anyone volunteering, I did create a [jsfiddle demo](https://jsfiddle.net/henbos/q03vLmhn/) which could probably fairly easily be turned into a samples page
Let's keep it open a while longer, that fiddle is an easy grab if anyone wants to contribute to samples