Skip to content

Commit

Permalink
Fix Chrome support for RTCPeerConnection parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 17, 2025
1 parent 0bcc104 commit 62cee1d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions api/RTCPeerConnection.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,9 @@
],
"support": {
"chrome": {
"version_added": "23"
},
"chrome_android": {
"version_added": "57"
"version_added": "59"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
Expand Down Expand Up @@ -268,11 +266,9 @@
],
"support": {
"chrome": {
"version_added": "23"
},
"chrome_android": {
"version_added": "57"
"version_added": "45"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
Expand Down Expand Up @@ -527,12 +523,16 @@
"web-features:webrtc"
],
"support": {
"chrome": {
"version_added": "23"
},
"chrome_android": {
"version_added": "57"
},
"chrome": [
{
"version_added": "56"
},
{
"alternative_name": "iceTransports",
"version_added": "38"
}
],
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
Expand Down

0 comments on commit 62cee1d

Please sign in to comment.