[web-platform-tests] Pull Request: Adding tests for RTCDataChannel id attribute.

wpt-pr-bot has just labeled a pull request from taylor-b for https://github.com/w3c/web-platform-tests as "wg-webrtc":

== Adding tests for RTCDataChannel id attribute. ==
When no ID argument is provided, and the DTLS role hasn't been
determined, the id attribute should return `null`.

After the DTLS role is determined by an answer being applied with
"a=setup:active" (or "passive"), the null IDs should be replaced with
either odd or even IDs, depending on the negotiated role.

See https://github.com/w3c/web-platform-tests/pull/5742

Received on Sunday, 30 April 2017 04:48:37 UTC