-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add support to Firefox #5
Comments
@jcague how is it going that implementation? Have you considered using the adapter.js from webrtc.org to do so? Nice project btw dudes, really loving it! |
We are working on it. Actually we will use an adapter like you say. But this is only valid for client side, we have also to make Erizo (the MCU) compatible with Firefox and it includes the DTLS-SRTP protocol. |
Awesome news! I've been using your MCU project as a proof of concept of WebRTC, and it has been working perfectly! I'm also developing a project around it... Whenever I get to launch it I'll mention you for sure (not just because it's CC-licensed but because you truly deserve it!) |
Hi how is work on firefox support coming? are there any projections when it will be done? Any tasks I can help out doing to speed it up? Super nice project, very impressed whit the work! |
Initial support in last cleanup build |
add a check to make sure obj is not undefined
Users should be able to connect to Lynckia room from a Firefox browser.
The text was updated successfully, but these errors were encountered: