Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem to alternate camera on android #76

Closed
marcioamr opened this issue Mar 11, 2016 · 3 comments
Closed

Problem to alternate camera on android #76

marcioamr opened this issue Mar 11, 2016 · 3 comments

Comments

@marcioamr
Copy link

I had some problems to changing camera on my app after an Chrome update.

I solve after change the line above

window.stream.stop();

to this:

window.stream.getVideoTracks()[0].stop();
@samdutton
Copy link
Owner

Thanks for this! I'll update.
On 11 Mar 2016 3:43 a.m., "marcioamr" notifications@github.com wrote:

I had some problems to changing camera on my app after an Chrome update.

I solve after change the line above

window.stream.stop();

to this:

window.stream.getVideoTracks()[0].stop();


Reply to this email directly or view it on GitHub
#76.

@MrCsabaToth
Copy link

Same thing on Chrome Version 49.0.2623.108 Ubuntu 14.04 (64-bit).
main.js:48 Uncaught TypeError: window.stream.stop is not a function

@samdutton
Copy link
Owner

Been snowed under at work — finally got around to fixing this!

Thanks again.

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

No branches or pull requests

3 participants