is there a way to migrate the share screen video to the static UI? #2935
-
Just wondering as I wanted to implement a system where a admin could view others screens and teleport to them for help if needed. Im a bit new to WebRTC so was trying to see if i could interface with the one built into hubs (that powers the existing share screen function) rather remaking the wheel. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Luke, if you are using Hubs Cloud, I don't see any reason why you wouldn't be able to make a fork of the Hubs Client and modify the code so that when someone shares their screen it could load somehow in your UI instead of in the 3D space. Currently we have a feature that allows you to pin screens to the bottom of your viewport - perhaps some of the code used there could be useful: #2081 . I believe that users would need to opt to share their screen with you (due to privacy settings). We are hoping to add a feature soon that would let you teleport to different users in the room, however this work is not yet underway. You can add feedback and track our progress on this here: #2585 |
Beta Was this translation helpful? Give feedback.
Hi Luke, if you are using Hubs Cloud, I don't see any reason why you wouldn't be able to make a fork of the Hubs Client and modify the code so that when someone shares their screen it could load somehow in your UI instead of in the 3D space.
Currently we have a feature that allows you to pin screens to the bottom of your viewport - perhaps some of the code used there could be useful: #2081 . I believe that users would need to opt to share their screen with you (due to privacy settings).
We are hoping to add a feature soon that would let you teleport to different users in the room, however this work is not yet underway. You can add feedback and track our progress on this here: #2585