[webrtc-ice] validate usernameFragment and password in iceTransport.start() (#26)

fippo has just created a new issue for https://github.com/w3c/webrtc-ice:

== validate usernameFragment and password in iceTransport.start() ==
https://w3c.github.io/webrtc-ice/#dom-rtcicetransport-start
advises to throw a TypeError when the usernameFragment or the password of the remote parameters is unset but doesn't talk about validation (https://tools.ietf.org/html/draft-ietf-mmusic-ice-sip-sdp-39#section-5.4 allows ALPHA / DIGIT / "+" / "/")

I *think* the right error is `SyntaxError`.

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

Received on Wednesday, 22 January 2020 16:35:54 UTC