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

attachMediaStream does not accept null as second parameter on Firefox #21

Open
pg94au opened this issue Sep 3, 2015 · 1 comment
Open

Comments

@pg94au
Copy link

pg94au commented Sep 3, 2015

When I try using rtcninja.js v0.6.3, I'm seeing a problem with Firefox when I call attachMediaStream with null as the stream parameter to remove the stream from a video element. This works for Chrome and IE with Temasys, but not Firefox. In Firefox 40.0.3, when rtcninja calls URL.createObjectURL with a null stream, it produces the following error:

14:15:39.505 TypeError: Argument 1 is not valid for any of the 2-argument overloads of URL.createObjectURL.

If I call attachMediaStream directly, it succeeds in Chrome, IE/Temasys and Firefox.

@ibc
Copy link
Contributor

ibc commented Sep 4, 2015

Thanks. I'll take a look at this next week.

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

2 participants