[web-platform-tests] Pull Request: Add initial test for peer connection state changes

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

== Add initial test for peer connection state changes ==
This is a work in progress.

I added few basic tests for the various connection state changes for the case when there is only one data channel. In this case there should be only one `RTCDtlsTransport` and one `RTCIceTransport` exist, accessible through the `sctp` attribute. With that we should be able to test for some states such as `completed`.

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

Received on Tuesday, 13 June 2017 10:23:00 UTC