Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@yamasite

Description

@yamasite
Issue body actions

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.