-
Notifications
You must be signed in to change notification settings - Fork 12
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
add remote-control feature to screen sharing #1210
Comments
I would love it! |
how would this work? is this like Remote Desktop or VNC to control the remote machine somehow? This can't be done via web standards, so riot-web would be heading off into custom browser apps (as Chrome Remote Desktop does it), afaik... |
Yes, something like VNC or RDP remote-control. /me imagines family tech support sessions |
That feature would be more than great! Especially with encryption included. Of course the user providing access to his desktop should get a big, red warning he has to approve every time before someone gets access to remote control for his desktop. Maybe there could also be a feature giving one user always access to another users desktop. But in that case Technically I guess this feature can't be implemented in a browser (at least without a browser add-on). |
Seems new Jitsi have remote screen control module: jitsi/jitsi-meet#1437 |
Jitsi release an electron app, that have build-in remote control: jitsi/jitsi-meet#1437 (comment)
|
This is what would make Riot compete with the big guys (Microsoft) |
Web browsers have desktop sharing support (both specific window and full desktop). Rocket (which is also open source) has this features (without installing plugin on browser). It works great. Please add it on element web and native. |
Yes they do. Try https://www.webrtc-experiment.com/Pluginfree-Screen-Sharing/ |
This feature request is about remote control of remote side (control mouse and keyboard of remote side) that jitsi-meet electron app have, not for simple (readonly) screen sharing. For simple screen sharing there are issue element-hq/element-desktop#683 |
@t3chguy I'm sorry. I fixed my message. I wrote it wrong :) @MurzNN oh.. yes.. This issue is about controlling remote. Not read-only view... But controlling also would be great like teamviewer. Does new version of browsers support controlling remote without extension? |
Jitsi Meet Electron removed the remote control feature because of a vulnerability and they don't plan to add in back for now. jitsi/jitsi-meet-electron#483 |
That's really sad actually! Could one add just mouse control for example? |
Maybe in Element Call? |
I switched to RustDesk for Remote Control. |
Nice, will have a look! Thanks |
Just my .02, for something like this, which is its own whole thing and requires significant work to do it right and has major implications if it's not done right, it's better left to programs made specifically for it. Trying to implement it into matrix just seems like an undue burden that would take away from other, more important things, and open it up to possible maliciousness. Better to just use apps that already exist for this. And I'd definitely recommend NOT using TeamViewer. |
a la Team Viewer or similar
The text was updated successfully, but these errors were encountered: