Skip to content

Conversation

@kevinnio
Copy link

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

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

This solves #43.

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

This method call has been changed to the new syntax this.stream.getTracks()[0].stop().
@kevinnio
Copy link
Author

Also, @cirocosta. Please fix your Travis CI configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant