[web-platform-tests] Pull Request: Clean up peer connection after each addTransceiver test

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

== Clean up peer connection after each addTransceiver test ==
Fixes #8301.

Calls `t.add_cleanup()` in each test case to close the `RTCPeerConnection` to free up the resources.

We will test the effectiveness of cleaning up the peer connection after each test case. If the approach works well this can be applied to all other test files as well.

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

Received on Monday, 20 November 2017 09:10:17 UTC