rviscarra / webrtc-remote-screen

Stream a remote desktop screen directly to your browser
MIT License
465 stars 73 forks source link

sending click through DataChannel #12

Open fightforge opened 2 years ago

fightforge commented 2 years ago

Hi, is it possible to implement a simple datachannel to get click from browser to server?

rviscarra commented 2 years ago

Hey @fightforge, yes, it should be possible and it's a feature I've been considering for a while. Unfortunately I've been busy lately so can't make promises.

fightforge commented 2 years ago

hi, thank you for reply, i will try to do it if i have time too.

IDerr commented 2 years ago

I would be really interested to test, if you are planning to make this happen :D

calvincs commented 2 years ago

I would also love to test this as well. Would love full keyboard and mouse TX

IDerr commented 2 years ago

Just found this project which seems to support click : https://github.com/DeshmukhPooja/webrtc-remote-desktop Perhaps it can inspire some code base :D

Thanks @DeshmukhPooja