Implement Screen Region Sharing via Websockets #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Re-implement screen region sharing via API, but with ephemeral UUIDs, like:
https://borealis.bunny-lab.io/api/share_region/cddfa27e-f6f5-424b-806b-0dde7450a001
This way, a person could share their screen with someone like a Flyff powerleveler, temporarily, for the duration of that node's existence, then if the plvler tries to look at the screen again, it would have a different GUID to keep screen sharing secure through obscurity.
Migration of Ideas into Gitea Issues.
Screen sharing is functional now, but needs additional design refinement for a better end-user experience.
Implementation Successful. Further refinements will take place in another ticket, but WebSocket-based communication is functional as well as downstream node base64-encoded data is functional.
Implement Screen Region Sharing via APIto Implement Screen Region Sharing via Websockets