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

Video in Firefox not working #13

Closed
devbis opened this issue Apr 14, 2021 · 3 comments
Closed

Video in Firefox not working #13

devbis opened this issue Apr 14, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@devbis
Copy link
Contributor

devbis commented Apr 14, 2021

You've mentioned that FF is not supported due to the limitations of the browser.
On the other hand, I cannot say that WebRTC is completely broken in FF.
Other apps, e.g. jit.si video conference tool, works perfectly in this browser.

What is the problem with the implementation of webrtc in FF? Is there any way to add limited support for it?

@AlexxIT
Copy link
Owner

AlexxIT commented Apr 14, 2021

@AlexxIT AlexxIT closed this as completed Apr 14, 2021
@devbis
Copy link
Contributor Author

devbis commented Apr 14, 2021

@AlexxIT Why don't you support both directions depending on the userAgent?

const direction = (window.navigator.userAgent.toLowerCase().indexOf('firefox') > -1) ? 'sendrecv': 'recvonly';

@AlexxIT
Copy link
Owner

AlexxIT commented Apr 14, 2021

Ok, I will fix as you suggest

@AlexxIT AlexxIT added the enhancement New feature or request label Apr 14, 2021
@AlexxIT AlexxIT reopened this Apr 14, 2021
AlexxIT added a commit that referenced this issue Apr 14, 2021
@AlexxIT AlexxIT closed this as completed Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants