Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] To inspect the localStream object, type localStream instead of stream #128

Open
yamasite opened this issue Dec 15, 2021 · 0 comments

Comments

@yamasite
Copy link

Current doc

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

stream

and 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 localStream object passed to getUserMedia() is in global scope, so you can inspect it from the browser console: open the console, type

localStream

and press Return. (To view the console in Chrome, press Ctrl-Shift-J, or Command-Option-J if you're on a Mac.)

Rationale

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant