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

WebRTC (Web Real-Time Communication)はビデオチャット、音声通話、P2Pファイル共有を行うWebアプリで使われるAPIです。

WebRTCは主に以下の要素で構成されています:

getUserMedia
ブラウザに端末のカメラとマイク、それが発するシグナルにアクセスさせます
RTCPeerConnection
ビデオチャットまたは音声通話を構成します
RTCDataChannels
ブラウザ間のP2P のデータ経路を構成します

詳細情報

基礎知識

  • Wikipedia 上の記事「WebRTC

技術知識

ドキュメントのタグと貢献者

 このページの貢献者: Potappo, hurumeki
 最終更新者: Potappo,