Skip to content

Change call stream.stop() to stream.getTracks()[0].stop() #43

@kevinnio

Description

@kevinnio

stream.stop()has been deprecated. In Chrome 55, this call produces an Uncaught TypeError: this.stream.stop is not a function.

This method call needs to be changed to the new syntax this.stream.getTracks()[0].stop().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions