Back to Samples

WebRTC samples Peer connection as input to Web Audio

src/content/peerconnection/webaudio-output/index.html

latest665 B
Original Source

WebRTC samples Peer connection as input to Web Audio

StartCallHang Up

View the console to see logging. The MediaStream object localStream, and the RTCPeerConnection objects pc1 and pc2 are in global scope, so you can inspect them in the console as well.

For more information about RTCPeerConnection, see Getting Started With WebRTC.

View source on GitHub