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
The first point of Bonus Points of Exercise 4 of codelab (Link) says:
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.)
"open the console, type stream and press Return" should be "open the console, type localStream and press Enter"
The text was updated successfully, but these errors were encountered:
The first point of Bonus Points of Exercise 4 of codelab (Link) says:
"open the console, type stream and press Return" should be "open the console, type
localStream
and press Enter"The text was updated successfully, but these errors were encountered: