Skip to content

Commit

Permalink
Fix RTCPeerConnection (#11150)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
  • Loading branch information
teoli2003 and foolip authored Jul 14, 2021
1 parent b11a774 commit 7662996
Showing 1 changed file with 119 additions and 12 deletions.
131 changes: 119 additions & 12 deletions api/RTCPeerConnection.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,22 @@
"edge": {
"version_added": "15"
},
"firefox": {
"version_added": "22"
},
"firefox": [
{
"version_added": "44"
},
{
"prefix": "moz",
"version_added": "22"
}
],
"firefox_android": [
{
"version_added": "44"
},
{
"prefix": "moz",
"version_added": "22",
"version_removed": "44"
"version_added": "22"
}
],
"ie": {
Expand Down Expand Up @@ -1887,6 +1892,58 @@
}
}
},
"icecandidateerror_event": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/icecandidateerror_event",
"spec_url": "https://w3c.github.io/webrtc-pc/#event-icecandidateerror",
"description": "<code>icecandidateerror</code> event",
"support": {
"chrome": {
"version_added": "77"
},
"chrome_android": {
"version_added": "77"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1561441'>bug 1561441</a>"
},
"firefox_android": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1561441'>bug 1561441</a>"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "64"
},
"opera_android": {
"version_added": "55"
},
"safari": {
"version_added": "14.1"
},
"safari_ios": {
"version_added": "14.5"
},
"samsunginternet_android": {
"version_added": "12.0"
},
"webview_android": {
"version_added": "77"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"iceConnectionState": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/iceConnectionState",
Expand Down Expand Up @@ -2063,6 +2120,56 @@
}
}
},
"icegatheringstatechange_event": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/icegatheringstatechange_event",
"spec_url": "https://w3c.github.io/webrtc-pc/#event-icegatheringstatechange",
"description": "<code>icegatheringstatechange</code> event",
"support": {
"chrome": {
"version_added": "59"
},
"chrome_android": {
"version_added": "59"
},
"edge": {
"version_added": "15"
},
"firefox": {
"version_added": "22"
},
"firefox_android": {
"version_added": "44"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "46"
},
"opera_android": {
"version_added": "43"
},
"safari": {
"version_added": "11"
},
"safari_ios": {
"version_added": "11"
},
"samsunginternet_android": {
"version_added": "7.0"
},
"webview_android": {
"version_added": "59"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"idpLoginUrl": {
"__compat": {
"support": {
Expand Down Expand Up @@ -2470,13 +2577,13 @@
"spec_url": "https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-onicecandidateerror",
"support": {
"chrome": {
"version_added": false
"version_added": "77"
},
"chrome_android": {
"version_added": false
"version_added": "77"
},
"edge": {
"version_added": false
"version_added": "79"
},
"firefox": {
"version_added": false
Expand All @@ -2488,10 +2595,10 @@
"version_added": false
},
"opera": {
"version_added": null
"version_added": "64"
},
"opera_android": {
"version_added": null
"version_added": "55"
},
"safari": {
"version_added": "14.1"
Expand All @@ -2500,10 +2607,10 @@
"version_added": "14.5"
},
"samsunginternet_android": {
"version_added": false
"version_added": "12.0"
},
"webview_android": {
"version_added": false
"version_added": "77"
}
},
"status": {
Expand Down

0 comments on commit 7662996

Please sign in to comment.