Florent Castelli
Florent Castelli
I'm not opposed to freezing `maxMessageSize` after the first negotiation and storing it in a `RTCDataChannel` slot.
As per discussions we had, let's just try to keep the active boolean and maxBitrate values. It could look like this: ``` let encodings = [{ scalabilityMode = 'L3T3', spatialEncodings...
@vr000m We need the rest of the SVC APIs implemented first to get some implementation experience. We'll move forward with this then. We have certainly not forgotten about it.
When you do that, make sure to use an ISO format for dates, dd/mm/yy is totally ambiguous when you try to import it in any software and doesn't sort nicely....
Chromium has landed code to support transferable data channels behind a runtime flag and will be working on launching the feature to stable.
> The wpt also expects .codec to be automatically unset if the remote SDP does not contain a match (there's definitely nothing in the spec about this). The wording is...