-
Notifications
You must be signed in to change notification settings - Fork 3
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
Get media fails if Bubble Notification enabled in Chrome Beta 37 #15
Comments
@warrenjmcdonald Is this in conjunction with the |
It is using captureconfig which is/was also causing grief on mobiles if we Not sure if this is connected with the bubble notification issue unless We can get this module updated to test when doing next bundle.
|
What is this bubble notification thing you're talking about @warrenjmcdonald ? Is that the new getUserMedia access request bubble as in chrome://flags/#enable-permissions-bubbles ? If so, that may well be a chrome bug. Did you test on apprtc, too? |
Incidentally, I just tried turning the bubbles on and I got an error when first loading it that way. It worked on reload though. |
@silviapfeiffer yes it is the new GUM notification. I have tried with other code and do not get the error. We only getting the issue when using the rtc-media capture ,method. Other libs like SIP.js and older VCC pages using getUserMedia npm package ( https://www.npmjs.org/package/getusermedia ) don't have the problem, |
@warrenjmcdonald that is indeed odd. Did it persist or go away after a reload, like it did for me? |
I'll definitely have a look at this at some stage, thanks for reporting it Warren! |
I have done a comparison using non SSL and a regular call to getusermedia works but if media is initialised through rtc-media the page reports unable get media. No error is raised in the JS console
Turning notification back to default allows media to be captured again.
The text was updated successfully, but these errors were encountered: