You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Now that browsers have standardized around getDisplayMedia(), it is time to add screen sharing.
It doesn't seem like open-easyrtc has support for the proper apis yet so they will need to be patched in. It may be non-trivial to support sending audio at the same time as the screen sharing because some browsers don't allow for capturing both with a single stream.
Think it makes sense to either show a computer button next to the webcam/mic buttons like this one https://www.svgrepo.com/svg/1558/computer-monitor-plain . Then toggle the webcam when screen sharing mode is entered/exited.
The text was updated successfully, but these errors were encountered:
Now that browsers have standardized around getDisplayMedia(), it is time to add screen sharing.
It doesn't seem like open-easyrtc has support for the proper apis yet so they will need to be patched in. It may be non-trivial to support sending audio at the same time as the screen sharing because some browsers don't allow for capturing both with a single stream.
Think it makes sense to either show a computer button next to the webcam/mic buttons like this one
https://www.svgrepo.com/svg/1558/computer-monitor-plain . Then toggle the webcam when screen sharing mode is entered/exited.
The text was updated successfully, but these errors were encountered: