We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
localStream
stream
https://codelabs.developers.google.com/codelabs/webrtc-web#3
The localStream object passed to getUserMedia() is in global scope, so you can inspect it from the browser console: open the console, type
getUserMedia()
and press Return. (To view the console in Chrome, press Ctrl-Shift-J, or Command-Option-J if you're on a Mac.)