vupc
vupc copied to clipboard
WebRTC screensharing
Add support for sending keyboard events to the host PC
``` diff --git a/app/src/views/Share.vue b/app/src/views/Share.vue index 7e62d1e..506066a 100644 --- a/app/src/views/Share.vue +++ b/app/src/views/Share.vue @@ -27,7 +27,7 @@ export default { const screen = this.$route.params.screen; this.rtcInstance = await createOffer(screen); this.rtcInstance.onConnect(this.onConnect); - this.rtcInstance.onConnect(this.onDisconnect);...
Hi @machester4, I really like the idea of this project and I would like to help, I can help with the design, testing and a bit of coding. A couple...
I am planning on redesigning the UI interface in sketch, also @machester4 just wondering if we can change the tool name to some thing like ScreenTime etc because it's very...
Computers with multiple displays not working