WebRTC support
WebRTC (RTCPeerConnection) — Establish real-time peer-to-peer audio, video, and data connections directly between browsers.
Browser & ecosystem support
Section titled “Browser & ecosystem support”| Browser / Platform | Support | Since | Confidence | Source | Notes |
|---|---|---|---|---|---|
| Chrome (Desktop) | ✅ yes | 56 | high | ref | Prefixed `webkitRTCPeerConnection` supported since Chrome 23. |
| Edge (Desktop) | ✅ yes | 15 | high | ref | — |
| Firefox (Desktop) | ✅ yes | 44 | high | ref | Prefixed `mozRTCPeerConnection` supported since Firefox 22. |
| Firefox (Android) | ✅ yes | 44 | high | ref | Prefixed `mozRTCPeerConnection` supported since Firefox for Android 24. |
| Safari (macOS) | ✅ yes | 11 | high | ref | — |
← Back to the Compatibility explorer.