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

How to Enable Remote Control ? #1437

Closed
gulteking opened this issue Mar 28, 2017 · 23 comments
Closed

How to Enable Remote Control ? #1437

gulteking opened this issue Mar 28, 2017 · 23 comments
Labels
question Not an issue but a question

Comments

@gulteking
Copy link

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.

@damencho
Copy link
Member

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.

@MurzNN
Copy link

MurzNN commented Dec 27, 2017

@gulteking Did you find the way to enable Screen Remote Control feature on jitsi-meet-electron?

@arts111188
Copy link

Hi,

Please could you share some information regarding Screen Remote Control feature like how to enable it in Jitsi Meet and use it.

@clayrisser
Copy link

Hey, I can't figure out how to enable it

@damencho
Copy link
Member

damencho commented Aug 9, 2018

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.

@clayrisser
Copy link

clayrisser commented Aug 10, 2018

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.

@clayrisser
Copy link

Oh, I finally figured it out. I don't know why it took me so long to find the place to take control.
0018

@MurzNN
Copy link

MurzNN commented Aug 10, 2018

Confirm that the place is hard to find, will be good to place this feature in more visible place in interface.

@clayrisser
Copy link

I don't think the location is the problem. The real problem is the docs.

@tuxayo
Copy link

tuxayo commented Jul 2, 2019

@damencho

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.

Thanks, I would never have found without your help!
This feature is huge, I wasn't seeing an easy alternative to TeamViewer until then.

@tuxayo
Copy link

tuxayo commented Jul 2, 2019

@codejamninja

I don't think the location is the problem. The real problem is the docs.

Thanks you for your screenshot!
Maybe the location isn't intuitive? Or should there be a visual hint/message about remote control when screensharing is started from Jitsi Meet desktop?

@hpcbjdic
Copy link

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".
I'm using https://github.com/jitsi/jitsi-meet-electron/releases v.1.1.0, the other side is using Chromium @ Linux.

Is someone out there who has ideas and can help me?

Best,
Björn

@luixxiul luixxiul added the question Not an issue but a question label May 24, 2020
@sushantdanekar
Copy link

Is it possible to enable remote control menu in web version ?

@gulteking
Copy link
Author

@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.

@MurzNN
Copy link

MurzNN commented Jun 13, 2020

But Chrome Remote Desktop solve this limitation via WebExtension, can Jitsi implement same way?

@saghul
Copy link
Member

saghul commented Jun 13, 2020

I don’t think it’s just a web extension, that may enable some functionality in the browser itself.

@ghost
Copy link

ghost commented Jul 20, 2020

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.

@damencho
Copy link
Member

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 ...

@jeisoncp
Copy link

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".
I'm using https://github.com/jitsi/jitsi-meet-electron/releases v.1.1.0, the other side is using Chromium @ Linux.

Is someone out there who has ideas and can help me?

Best,
Björn

It was disabled because of a security issue: jitsi/jitsi-meet-electron#431

@Raajprabhuc
Copy link

Hi,

I need to know how to enable remote control option via cli in Jitsu meet standalone server
Is there any option available to enable remote control option to view on screen

@saghul
Copy link
Member

saghul commented Sep 4, 2021

It's not possible to enable it unless you rebuild the app yourself.

@builder555
Copy link

without digging too much through the code, is the security issue inherent to electron? the advisory doesn't provide those details.

@rima1881
Copy link

rima1881 commented Sep 4, 2024

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". I'm using https://github.com/jitsi/jitsi-meet-electron/releases v.1.1.0, the other side is using Chromium @ Linux.

Is someone out there who has ideas and can help me?

Best, Björn

Hi
you have to change two bools for enabling remote control. The first one is in the main the other one is in conference.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Not an issue but a question
Projects
None yet
Development

No branches or pull requests