Intent to implement and ship: RTCRtpSender.getParameters() and RTCRtpSender.setParameters()

2020-02-28 Thread docfaraday
Firefox currently supports an old version of RTCRtpSender.getParameters() and RTCRtpSender.setParameters(), which has changed significantly in more recent versions of the webrtc-pc spec. The most important change is the introduction of a transaction model, wherein setParameters() can only be

Intent to implement and ship: RTCRtpReceiver.getParameters()

2020-02-28 Thread docfaraday
Firefox currently has no support for RTCRtpReceiver.getParameters(). Bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=1618999 Standard: https://w3c.github.io/webrtc-pc/ Testing: testing/web-platform/tests/webrtc/RTCRtpReceiver-getParameters.html Cross-browser support: Chrome (and Edge)