Bug 1605042 [wpt PR 20862] - Use getNoiseStream instead of getUserMedia, a=testonly
commit4fd11e744645d28655c5a26f04027bb69a30b754
authorDominique Hazael-Massieux <dom@w3.org>
Wed, 15 Jan 2020 11:50:45 +0000 (15 11:50 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Mon, 20 Jan 2020 13:37:28 +0000 (20 13:37 +0000)
tree85322c106d8f8417e8c57d91f511335c6f8ec23e
parent907bb429ad364728072ae1b8265074acaca25ea3
Bug 1605042 [wpt PR 20862] - Use getNoiseStream instead of getUserMedia, a=testonly

Automatic update from web-platform-tests
Use getNoiseStream instead of getUserMedia (#20862)

* Use getNoiStream instead of getUserMedia

Avoid dependency on device permission
May enable to switch the tests from https to http (since they should apply generally)

* Add dependency to RTCPC-helpers to addTransceiver test to use getNoiseStream

--

wpt-commits: 213a7607e8d6ba44d88f1774319e6c1c82ab1ccb
wpt-pr: 20862
13 files changed:
testing/web-platform/tests/webrtc/RTCDTMFSender-insertDTMF.https.html
testing/web-platform/tests/webrtc/RTCIceConnectionState-candidate-pair.https.html
testing/web-platform/tests/webrtc/RTCPeerConnection-addTrack.https.html
testing/web-platform/tests/webrtc/RTCPeerConnection-addTransceiver.https.html
testing/web-platform/tests/webrtc/RTCPeerConnection-connectionState.https.html
testing/web-platform/tests/webrtc/RTCPeerConnection-iceConnectionState-disconnected.https.html
testing/web-platform/tests/webrtc/RTCPeerConnection-iceConnectionState.https.html
testing/web-platform/tests/webrtc/RTCPeerConnection-onsignalingstatechanged.https.html
testing/web-platform/tests/webrtc/RTCPeerConnection-removeTrack.https.html
testing/web-platform/tests/webrtc/RTCRtpReceiver-getContributingSources.https.html
testing/web-platform/tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html
testing/web-platform/tests/webrtc/RTCRtpSender-transport.https.html
testing/web-platform/tests/webrtc/RTCRtpTransceiver.https.html