Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!

WebRTC (Web Real-Time Communication) is an API that can be used by video-chat, voice-calling, and P2P-file-sharing Web apps.

WebRTC consists mainly of these parts:

getUserMedia
Grants access to a device's camera and/or microphone, and can plug in their signals to a RTC connection.
RTCPeerConnection
An interface to configure video chat or voice calls.
RTCDataChannel
Provides a method to set up a peer-to-peer data pathway between browsers.

Learn more

文档标签和贡献者

 最后编辑者: Tigt,