Open yamasite opened 2 years ago
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
localStream
getUserMedia()
stream
and press Return. (To view the console in Chrome, press Ctrl-Shift-J, or Command-Option-J if you're on a Mac.)
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