You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At:
Bonus points
The localStream object passed to getUserMedia() is in global scope, so you can inspect it from the browser console: open the console, type stream and press Return. (To view the console in Chrome, press Ctrl-Shift-J, or Command-Option-J if you're on a Mac.)
"type stream and press Return"
Shouldn't it be "type localStream and press Return" since the variable name is localStream
The text was updated successfully, but these errors were encountered:
At:
Bonus points
The localStream object passed to getUserMedia() is in global scope, so you can inspect it from the browser console: open the console, type stream and press Return. (To view the console in Chrome, press Ctrl-Shift-J, or Command-Option-J if you're on a Mac.)
"type stream and press Return"
Shouldn't it be "type localStream and press Return" since the variable name is localStream
The text was updated successfully, but these errors were encountered: