[webrtc-pc] Editorial mistakes in iceServers limit (#2889)

jan-ivar has just created a new issue for https://github.com/w3c/webrtc-pc:

== Editorial mistakes in iceServers limit ==
While we added an iceServers limit in https://github.com/w3c/webrtc-pc/pull/2679, some editorial mistakes makes it not work:
- A later [merge mistake](https://github.com/w3c/webrtc-pc/pull/2691/files#diff-6eb57d2440cec3e5472ee0c3031da1f0408af0f3539f38a371517f70e01d5210L3077) in #2691 (my bad) erased the truncation in setConfiguration
- A typo in the [constructor](https://w3c.github.io/webrtc-pc/#dom-peerconnection) fails to truncate anything: _"If configuration.[iceServer](https://w3c.github.io/webrtc-pc/#dom-rtcconfiguration-iceservers) is an array truncate it to the maximum number of supported elements."_ It should be `s/iceServer/iceServers/`


Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2889 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 15 August 2023 14:56:52 UTC