跳转到内容

WebRTC support

WebRTC (RTCPeerConnection) — 让浏览器之间直接建立实时的点对点音频、视频与数据连接。

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

← 返回兼容性浏览器。