Starting on milestone 110, Chromium will perform stricter validation of TURN and STUN URLs passed to the constructor of an RTCPeerConnection. More specifically, STUN URLs will not support a query section, and TURN URLs will support only a transport parameter in their query section.
This aligns Chromium with the corresponding specifications[1,2]
The following are examples of URLs that were accepted before that will no longer be valid:
Best regards,
GU
[1]
https://www.rfc-editor.org/rfc/rfc7064#section-3.1[2]
https://www.rfc-editor.org/rfc/rfc7065#section-3.1