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
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Current doc
https://codelabs.developers.google.com/codelabs/webrtc-web#3
The
localStreamobject passed togetUserMedia()is in global scope, so you can inspect it from the browser console: open the console, typestreamand press Return. (To view the console in Chrome, press Ctrl-Shift-J, or Command-Option-J if you're on a Mac.)
Suggested doc
The
localStreamobject passed togetUserMedia()is in global scope, so you can inspect it from the browser console: open the console, typelocalStreamand press Return. (To view the console in Chrome, press Ctrl-Shift-J, or Command-Option-J if you're on a Mac.)
Rationale