WebRTC support
WebRTC (RTCPeerConnection) — 让浏览器之间直接建立实时的点对点音频、视频与数据连接。
浏览器与生态支持
Section titled “浏览器与生态支持”| 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 | — |
← 返回兼容性浏览器。