Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

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

@yamasite

Description

@yamasite

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions