Skip to content

WebRTC support

WebRTC (RTCPeerConnection) — Establish real-time peer-to-peer audio, video, and data connections directly between browsers.

Browser / PlatformSupportSinceConfidenceSourceNotes
Chrome (Desktop)✅ yes56highrefPrefixed `webkitRTCPeerConnection` supported since Chrome 23.
Edge (Desktop)✅ yes15highref
Firefox (Desktop)✅ yes44highrefPrefixed `mozRTCPeerConnection` supported since Firefox 22.
Firefox (Android)✅ yes44highrefPrefixed `mozRTCPeerConnection` supported since Firefox for Android 24.
Safari (macOS)✅ yes11highref

Source: spec · MDN · Last verified 2026-07-20 · Confidence: high

← Back to the Compatibility explorer.