-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
How to Enable Remote Control ? #1437
Comments
Hi, when having questions or problems, please use the mailinglist before opening an issue. For the controlled part you need to use desktop client, which is based on electron https://github.com/jitsi/jitsi-meet-electron. The controlling client can be web. Keep in mind that this is still work in progress. |
@gulteking Did you find the way to enable Screen Remote Control feature on jitsi-meet-electron? |
Hi, Please could you share some information regarding Screen Remote Control feature like how to enable it in Jitsi Meet and use it. |
Hey, I can't figure out how to enable it |
There is nothing to enable. Just the participant that will be controlled needs to be running jitsi-meet inside the jitsi-meet-electron app https://github.com/jitsi/jitsi-meet-electron. The controlling part can still be on regular chrome. |
How do you run jitsi-meet inside the electron app? Like what button do I push to activate it? I can't find anything about controlling a screen in jitsi-meet-electron. |
Confirm that the place is hard to find, will be good to place this feature in more visible place in interface. |
I don't think the location is the problem. The real problem is the docs. |
Thanks, I would never have found without your help! |
Thanks you for your screenshot! |
Hi, unfortunately I can't see the "Remote control" button as depicted in the screenshot above. "Kick out", "Mute" and "Mute all" is there but not "Remote control". Is someone out there who has ideas and can help me? Best, |
Is it possible to enable remote control menu in web version ? |
@sushantdanekar as i know, it s not possible to allow control your pc from web browser. Because you can't allow to control your desktop from your browser. You can only control another pc from browser app. |
But Chrome Remote Desktop solve this limitation via WebExtension, can Jitsi implement same way? |
I don’t think it’s just a web extension, that may enable some functionality in the browser itself. |
Hi all, Apart from the jitsi electron based desktop app, is there any other way to enable remote desktop control through jitsi ? We have installed standalone jitsi-meet as well as containerised jitsi-meet application in our servers and we have embedded jitsi into our custom application through external jitsi APIs. So, I wanted to ask if it’s possible to enable remote desktop control feature through external jitsi APIs ? @damencho your kind help here will be highly appreciated. |
There is nothing to enable through external API, if you add the electron-utils to your electron app as in the example when running the client in electron, will see and advertise the new feature ... |
It was disabled because of a security issue: jitsi/jitsi-meet-electron#431 |
Hi, I need to know how to enable remote control option via cli in Jitsu meet standalone server |
It's not possible to enable it unless you rebuild the app yourself. |
without digging too much through the code, is the security issue inherent to electron? the advisory doesn't provide those details. |
Hi |
Hi,
Remote control has been implemented as i see from commits and source.
But i couldn't find any documentation or guide about how can we use this feature.
i also tried to do remote control from meet.jit.si, but couldn't find anything.
i have an ubuntu 16.04 server, installed jitsi-meet from jitsi repositories (apt install jitsi-meet).
After i enable desktopSharing from config.js file, what are next steps?
Thans, regards.
The text was updated successfully, but these errors were encountered: