-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
data:apiCompat data for Web APIs. https://developer.mozilla.org/docs/Web/APICompat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Description
Some of the parameters for the RTCPeerConnection constructor have very different data for Chrome desktop and Android:
browser-compat-data/api/RTCPeerConnection.json
Lines 314 to 321 in c425fb9
| "description": "<code>configuration.iceCandidatePoolSize</code> parameter", | |
| "support": { | |
| "chrome": { | |
| "version_added": "23" | |
| }, | |
| "chrome_android": { | |
| "version_added": "57" | |
| }, |
browser-compat-data/api/RTCPeerConnection.json
Lines 362 to 370 in c425fb9
| "description": "<code>configuration.iceServers</code> parameter", | |
| "spec_url": "https://w3c.github.io/webrtc-pc/#dom-rtcconfiguration-iceservers", | |
| "support": { | |
| "chrome": { | |
| "version_added": "23" | |
| }, | |
| "chrome_android": { | |
| "version_added": "57" | |
| }, |
browser-compat-data/api/RTCPeerConnection.json
Lines 411 to 419 in c425fb9
| "description": "<code>configuration.iceTransportPolicy</code> parameter", | |
| "spec_url": "https://w3c.github.io/webrtc-pc/#dom-rtcconfiguration-icetransportpolicy", | |
| "support": { | |
| "chrome": { | |
| "version_added": "23" | |
| }, | |
| "chrome_android": { | |
| "version_added": "57" | |
| }, |
browser-compat-data/api/RTCPeerConnection.json
Lines 460 to 467 in c425fb9
| "description": "<code>configuration.peerIdentity</code> parameter", | |
| "support": { | |
| "chrome": { | |
| "version_added": "23" | |
| }, | |
| "chrome_android": { | |
| "version_added": "57" | |
| }, |
This is probably wrong and should be double checked.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
data:apiCompat data for Web APIs. https://developer.mozilla.org/docs/Web/APICompat data for Web APIs. https://developer.mozilla.org/docs/Web/API