Skip to content

Commit

Permalink
Deprecate RTCIceServer»credentialType & RTCIceCredentialType
Browse files Browse the repository at this point in the history
w3c/webrtc-pc@0cba163
(w3c/webrtc-pc#2767) removed
RTCIceServer»credentialType and RTCIceCredentialType from the WebRTC spec.

Related MDN change: mdn/content#20505
  • Loading branch information
sideshowbarker committed Sep 10, 2022
1 parent 085deec commit b350fa2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
13 changes: 6 additions & 7 deletions api/RTCIceCredentialType.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"RTCIceCredentialType": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIceCredentialType",
"spec_url": "https://w3c.github.io/webrtc-pc/#dom-rtcicecredentialtype",
"support": {
"chrome": {
"version_added": false
Expand All @@ -29,8 +28,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated":true
}
},
"oauth": {
Expand Down Expand Up @@ -61,8 +60,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down Expand Up @@ -128,8 +127,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
}
Expand Down
5 changes: 2 additions & 3 deletions api/RTCIceServer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"credentialType": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIceServer/credentialType",
"spec_url": "https://w3c.github.io/webrtc-pc/#dom-rtciceserver-credentialtype",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -110,8 +109,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down

0 comments on commit b350fa2

Please sign in to comment.