(If you’re not modifying SDP, you can stop reading now)
The standards for WebRTC have always said that the SDP produced by CreateOffer MUST be passed unchanged to SetLocalDescription
https://datatracker.ietf.org/doc/html/rfc8829#name-modifying-an-offer-or-answe
https://w3c.github.io/webrtc-pc/#dom-peerconnection-setlocaldescription step 4.2
Unfortunately, this has not been policed in Chrome, and people have taken advantage of this in various ways, some of which are obsoleted by later API extensions, and some of which are actively harmful and should not be permitted.
One of the changes we’ve found to be actively harmful is the ability to modify the “ice-ufrag” and “ice-passwd” attributes. We have therefore decided that in the future, calls to SetLocalDescription that have modified these attributes will be rejected, as specified in the standard.
More restrictions are likely to be enabled further on.
The precise rollout dates have not yet been set.
"A muted or disabled MediaStreamTrack renders either silence (audio) ..."
"A muted track will however, regardless of the enabled state, render silence ..."
"The result for the consumer is the same in the sense that whenever MediaStreamTrack is muted or disabled (or both) the consumer gets zero-information-content, which means silence for audio ..."
--
This list falls under the WebRTC Code of Conduct - https://webrtc.org/support/code-of-conduct.
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/discuss-webrtc/c36c0e31-4106-40b8-bffb-c617ebe996bdn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/discuss-webrtc/CADxkKi%2BAa-jE_XvO59QkkWRyLeXNMek0a-jKxLCSwjVgbe99Yw%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/discuss-webrtc/e47037cc-74ad-4e3d-aeb7-3b2a4901ed1bn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/discuss-webrtc/a5f44651-4595-4f07-b2eb-ae70ee1813f2n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/discuss-webrtc/dd99601c-2560-445f-ada9-991ce5bffc3en%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/discuss-webrtc/2c413b3e-66a8-4737-a92e-4e5074cb1237n%40googlegroups.com.