Skip to content

Commit

Permalink
Deprecate RTCIceServer»credentialType & RTCIceCredentialType (#20505)
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 BCD change: mdn/browser-compat-data#17748
  • Loading branch information
sideshowbarker committed Sep 10, 2022
1 parent 04e75ce commit f5f17d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions files/en-us/web/api/rtciceserver/credentialtype/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ tags:
- credentialType
- credentials
- password
- Deprecated
- Non-standard
browser-compat: api.RTCIceServer.credentialType
---

{{APIRef("WebRTC")}}
{{APIRef("WebRTC")}}{{Deprecated_header}}{{Non-standard_header}}

The {{domxref("RTCIceServer")}} dictionary's
**`credentialType`** property is a string value which
Expand Down Expand Up @@ -69,7 +71,7 @@ const myPeerConnection = new RTCPeerConnection({

## Specifications

{{Specifications}}
This feature is not part of any current specification.

## Browser compatibility

Expand Down

0 comments on commit f5f17d5

Please sign in to comment.