-
Notifications
You must be signed in to change notification settings - Fork 67
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
mega.nz - Mega calls are unsupported on Firefox #111751
Comments
Thanks for the report, I was able to reproduce the issue. Note: The issue is not reproducible on Chrome. Tested with: Moving to Needsdiagnosis for further investigation. [qa_40/2022] |
One of the features that mega is relying on is createEncodedStreams, which Firefox doesn't support. This method has been removed from the spec though and the plan is to provide this functionality in https://bugzilla.mozilla.org/show_bug.cgi?id=1631263 through the RTCRtpScriptTransform API (that is in the standard now). There might be other features missing, so we should probably contact mega once it's implemented. Also for reference meganz/webclient#101 (comment) and https://bugzilla.mozilla.org/show_bug.cgi?id=1793464 |
Just an update that this API is now available in Firefox and Safari. You can try it out here https://jsfiddle.net/jib1/wb2c0hr1/ |
Thanks for the update! I've tried logging in and visited the chat section and don't get the unsupported message anymore. |
The issue is meetings. Here's Firefox (though I get the same message in Safari): Chromium uses a non-standard API that exposes media on the main-thread, whereas Firefox and Safari implement the standards-track API mentioned in #111751 (comment). |
@ksy36 I just checked with Firefox Nightly 122.0a1 (05 Dec 2023) and sadly the issue is still there. |
Moved to bugzilla as https://bugzilla.mozilla.org/show_bug.cgi?id=1904141. |
URL: https://mega.nz/fm/chat/c/IS22-iabsOw
Browser / Version: Firefox 107.0
Operating System: Linux
Tested Another Browser: Yes Chrome
Problem type: Something else
Description: A banner is shown that group audio calls are not supported in Firefox, and asks the user to use Chrome, Opera or Edge instead
Steps to Reproduce:
In the group chat section in Mega, it shows a banner that audio calls are not supported in my browser (Firefox) and suggests me to use Chrome, Opera or Edge instead. I tried in Chrome and other chromium browsers and the banner was not present and I could use calls perfectly
View the screenshot
Browser Configuration
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: