We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current doc
https://codelabs.developers.google.com/codelabs/webrtc-web#3
The
localStream
object passed togetUserMedia()
is in global scope, so you can inspect it from the browser console: open the console, typestream
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 togetUserMedia()
is in global scope, so you can inspect it from the browser console: open the console, typelocalStream
and press Return. (To view the console in Chrome, press Ctrl-Shift-J, or Command-Option-J if you're on a Mac.)
Rationale
The text was updated successfully, but these errors were encountered: