Skip to content

Commit

Permalink
Remove RTCIceServer dictionary from MDN (mdn#30040)
Browse files Browse the repository at this point in the history
* Remove RTCIceServer dictionary from MDN

* Update files/en-us/web/api/rtcpeerconnection/rtcpeerconnection/index.md

Co-authored-by: Hamish Willee <[email protected]>

* Re-add mention of RTCRtpContributingSource

---------

Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
queengooborg and hamishwillee authored Nov 6, 2023
1 parent fe33e9c commit dfc4fbb
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 501 deletions.
8 changes: 7 additions & 1 deletion files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9452,11 +9452,17 @@
/en-US/docs/Web/API/RTCIceCandidateType /en-US/docs/Web/API/RTCIceCandidate/type
/en-US/docs/Web/API/RTCIceComponent /en-US/docs/Web/API/RTCIceCandidate/component
/en-US/docs/Web/API/RTCIceConnectionState /en-US/docs/Web/API/RTCPeerConnection/iceConnectionState
/en-US/docs/Web/API/RTCIceCredentialType /en-US/docs/Web/API/RTCIceServer/credentialType
/en-US/docs/Web/API/RTCIceCredentialType /en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection
/en-US/docs/Web/API/RTCIceGathererState /en-US/docs/Web/API/RTCIceTransport/gatheringState
/en-US/docs/Web/API/RTCIceGatheringState /en-US/docs/Web/API/RTCPeerConnection/iceGatheringState
/en-US/docs/Web/API/RTCIceProtocol /en-US/docs/Web/API/RTCIceCandidate/protocol
/en-US/docs/Web/API/RTCIceRole /en-US/docs/Web/API/RTCIceTransport/role
/en-US/docs/Web/API/RTCIceServer /en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection
/en-US/docs/Web/API/RTCIceServer/credential /en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection
/en-US/docs/Web/API/RTCIceServer/credentialType /en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection
/en-US/docs/Web/API/RTCIceServer/url /en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection
/en-US/docs/Web/API/RTCIceServer/urls /en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection
/en-US/docs/Web/API/RTCIceServer/username /en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection
/en-US/docs/Web/API/RTCIceTcpCandidateType /en-US/docs/Web/API/RTCIceCandidate/tcpType
/en-US/docs/Web/API/RTCIceTransport/ongatheringstatechange /en-US/docs/Web/API/RTCIceTransport/gatheringstatechange_event
/en-US/docs/Web/API/RTCIceTransport/onselectedcandidatepairchange /en-US/docs/Web/API/RTCIceTransport/selectedcandidatepairchange_event
Expand Down
24 changes: 0 additions & 24 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -54398,30 +54398,6 @@
"modified": "2020-10-15T22:06:44.472Z",
"contributors": ["Sheppy"]
},
"Web/API/RTCIceServer": {
"modified": "2020-10-15T21:45:30.558Z",
"contributors": ["Sheppy", "fscholz", "zarvox"]
},
"Web/API/RTCIceServer/credential": {
"modified": "2020-10-15T21:45:38.733Z",
"contributors": ["sideshowbarker", "fscholz", "david_ross", "Sheppy"]
},
"Web/API/RTCIceServer/credentialType": {
"modified": "2020-10-15T21:45:39.250Z",
"contributors": ["sideshowbarker", "Sheppy", "fscholz"]
},
"Web/API/RTCIceServer/url": {
"modified": "2020-10-15T21:45:39.819Z",
"contributors": ["sideshowbarker", "fscholz", "Sheppy"]
},
"Web/API/RTCIceServer/urls": {
"modified": "2020-10-15T21:45:39.117Z",
"contributors": ["sideshowbarker", "betimer", "fscholz", "Sheppy"]
},
"Web/API/RTCIceServer/username": {
"modified": "2020-10-15T21:45:40.622Z",
"contributors": ["sideshowbarker", "fscholz", "Sheppy"]
},
"Web/API/RTCIceTransport": {
"modified": "2020-10-15T22:06:43.484Z",
"contributors": ["Sheppy"]
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/23/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ page-type: firefox-release-notes

### WebRTC

- Instead of including usernames in the {{domxref("RTCIceServer.url")}} property (such as stun:username\@stunserver.example.com), you now need to use the new {{domxref("RTCIceServer.username")}} property.
- Instead of including usernames in the `RTCIceServer.url` property (such as stun:username\@stunserver.example.com), you now need to use the new `RTCIceServer.username` property.

### CSS

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/37/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Highlights:

- The {{domxref("WebGL2RenderingContext.getBufferSubData()")}} method has been implemented to provide access to Buffer Objects ([Firefox bug 1048731](https://bugzil.la/1048731)).

- In keeping with the evolving WebRTC specification, we have deprecated {{domxref("RTCIceServer.url")}} in favor of {{domxref("RTCIceServer.urls")}}, which lets you specify more than one URL for a given ICE server.
- In keeping with the evolving WebRTC specification, we have deprecated `RTCIceServer.url` in favor of `RTCIceServer.urls`, which lets you specify more than one URL for a given ICE server.
- Some key names of `KeyboardEvent.key` are changed for conforming [the latest DOM Level 3 Events spec](https://w3c.github.io/DOM-Level-3-Events-key/). See [the tables of `KeyboardEvent.key` values in MDN](/en-US/docs/Web/API/KeyboardEvent/key#key_values). The green cells are new values. And purple values are still unstable. Be careful if you use them (meta bug for these changes is [Firefox bug 900372](https://bugzil.la/900372)).
- The {{domxref("console")}} interface is now working on {{domxref("ServiceWorker")}} and {{domxref("SharedWorker")}}. It was previously available but not working ([Firefox bug 1058644](https://bugzil.la/1058644)).
- The value of {{domxref("KeyboardEvent.key")}} was incorrectly being reported as `"RomanCharacters"` when the `英数` (`Eisu`) key was pressed. Now it correctly returns `"Eisu"`.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/47/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ _No change._

#### WebRTC

- Support for the {{domxref("RTCIceServer")}} dictionary has been updated in keeping with revisions to the WebGL 1.0 specification by adding support for the {{domxref("RTCIceServer.credentialType", "credentialType")}} property. This property is a string which specifies whether the credential is a password or a token. Currently, Firefox only supports `"password"`.
- Support for the `RTCIceServer` dictionary has been updated in keeping with revisions to the WebGL 1.0 specification by adding support for the {{domxref("RTCIceServer.credentialType", "credentialType")}} property. This property is a string which specifies whether the credential is a password or a token. Currently, Firefox only supports `"password"`.

#### New APIs

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/68/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ _No changes._

- Removed the non-standard `XMLDocument.load()` method ([Firefox bug 332175](https://bugzil.la/332175)).
- Removed the non-standard `XMLDocument.async` property ([Firefox bug 1328138](https://bugzil.la/1328138)).
- The {{domxref("RTCIceServer.credentialType")}} `token` value has been removed ([Firefox bug 1529595](https://bugzil.la/1529595)).
- The `RTCIceServer.credentialType` `token` value has been removed ([Firefox bug 1529595](https://bugzil.la/1529595)).

### HTTP

Expand Down
63 changes: 0 additions & 63 deletions files/en-us/web/api/rtciceserver/credential/index.md

This file was deleted.

73 changes: 0 additions & 73 deletions files/en-us/web/api/rtciceserver/credentialtype/index.md

This file was deleted.

65 changes: 0 additions & 65 deletions files/en-us/web/api/rtciceserver/index.md

This file was deleted.

69 changes: 0 additions & 69 deletions files/en-us/web/api/rtciceserver/url/index.md

This file was deleted.

Loading

0 comments on commit dfc4fbb

Please sign in to comment.