Update web-platform-tests to revision 3b6ba59adc411f6dd433171f3f5ab71b83c01c12

This commit is contained in:
WPT Sync Bot 2019-07-15 10:23:38 +00:00
parent c57e9bb938
commit 1ac5a35ed6
29 changed files with 93 additions and 275 deletions

View file

@ -111,6 +111,7 @@ interface RTCPeerConnection : EventTarget {
readonly attribute RTCIceConnectionState iceConnectionState;
readonly attribute RTCPeerConnectionState connectionState;
readonly attribute boolean? canTrickleIceCandidates;
void restartIce();
static sequence<RTCIceServer> getDefaultIceServers();
RTCConfiguration getConfiguration();
void setConfiguration(RTCConfiguration configuration);