jitsi / jitsi-meet-electron

Jitsi Meet desktop application powered by :electron:
Apache License 2.0
1.5k stars 466 forks source link

Approving Remote Control Request Hangs Application #877

Open benkaiser opened 1 year ago

benkaiser commented 1 year ago

Description

Accepting the dialog to allow remote control permissions hangs the entire application. Below is a screenshot of the application in it's stuck state.

image

Current behavior

App freezes.

Expected Behavior

App should continue to work, enabling remote control for requested user.

Possible Solution

I tried executing the electron instance with devtools opened, but trying to record a performance trace was stuck on the first initializing step, it was really stuck whatever it is that is causing it. The only thing to do is quit the application and re-open.

Steps to reproduce

  1. Run the electron client locally changing this line to true to enable remote control
  2. Run either with npm start or npm run dist (and then copy to Applications folder)

Environment details

MacOS Ventura 13.0.1

benkaiser commented 1 year ago

I understand this is a disable feature / likely not officially supported. But would be great to get to the bottom of what broke this functionality.

milaq commented 1 year ago

Same behavior on Windows with ENABLE_REMOTE_CONTROL = true;

saghul commented 1 year ago

We haven't found the time to look into this yet, sorry!

ed76 commented 5 months ago

is there any news on this? does it work again with the current version?

bilogic commented 1 week ago

image

After building https://github.com/jitsi/jitsi-meet-electron/commit/e64c8acda459d26d5277b53d5ce85bee08449c8f in Windows 10/11, this is a screenshot of the frozen application with a translucent dialog trying to fade out

bilogic commented 1 week ago

I propose renaming the title of this issue to Approving Remote Control Request Hangs Application