-
Notifications
You must be signed in to change notification settings - Fork 731
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
Screen share does not work on RocketChat Electron #2992
Comments
You state in RocketChat/Rocket.Chat#35110
And according to this it looks like it needs an update to the underlying Electron SDK, and Jitsi itself. So it's going to be a while before you get a fix and you have a workaround for now. jitsi/jitsi-meet#15574 (comment) I'll ask the team for comments. |
According to the latest answer in jitsi/jitsi-meet#15574 (comment), it should be fixed by updating the Electron SDK to version 7. |
Does anyone from the staff of rocketchat knows, when this will be fixed on the Rocketchat Clients? |
When it gets done. It has to go through multiple layers and departments and I would expect it normally would take a couple of release cycles at least, depending on other priorities.
In which case you should use the correct channel which is support, and raise an issue there. You can quote this Issue as a reference. Note that Github is really just the released end product. It is not the primary source of code or issues for Rocket. That is what paid support and the ticketing system is for. |
The new update is frustrating, sorry to say this. |
I'm in contact with people from Jitsi. |
👋 Hey there Saúl from Jitsi here. Looks like RocketChat is not using the Jitsi Electron SDK (https://github.com/jitsi/jitsi-meet-electron-sdk) but rather including the piece of code that made screen-sharing work directly. This had the unfortunate consequence of RC missing on the SDK updates that migrated the way to do this "the right way". We are on the 3rd (and hopefully final, since we are now using getDisplayMedia, like browsers) of screen-sharing. RC currently implements the old-old mechanis, which we dropped after we added the latest one. We still keep compatibility with the old one, but not with the old-old one that required injecting a global in the render process. In both the old and the new the mechanism relies on the external API for signalling the sources. I'd suggest using the SDK so you can get these updates going forward. Cheers! |
Search before asking
Operating System
Operating System Version
No response
It happens on the web browser too?
No, it just happens on the Desktop app
Rocket.Chat Desktop App Version
4.1.2
Rocket.Chat Server Version
7.3.1
Describe the bug
Please see here: RocketChat/Rocket.Chat#35110
How to Reproduce
Just try to share a screen or a window.
Describe your Expected behavior
No response
Anything else
No response
Are you willing to submit a code contribution?
The text was updated successfully, but these errors were encountered: