amazon-chime-sdk-js icon indicating copy to clipboard operation
amazon-chime-sdk-js copied to clipboard

Screen share while still being able to see other participants

Open paul365 opened this issue 3 years ago • 3 comments

Community Note

  • Please vote for this issue by adding a 👍 reaction to the issue. This will help the community and maintainers from the Amazon Chime SDK team to prioritize this request.
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
  • Please go through the existing issues to see if your request has already been recommended.
  • Please do not use this template for bugs or support. Each individual repository has a PR template, documentation and resources for troubleshooting.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Tell us about your request

What do you want us to build?

While screen sharing add the ability to still see other attendees' video. Like an overlay. Which Amazon Chime SDK or feature area is this request for? amazon-chime-sdk-js

Tell us about the problem you are trying to solve and why is it hard?

Currently, it's difficult to interact with other attendees while screen sharing especially if the sharer only has one screen because the sharer is not able to see other attendees. Resizing the windows to make them both fit does not work because the shared contents' resolution also changes. I know we are only using a browser feature to screen share, but is there a way to improve this?

How are you currently solving a problem?

Are there any workarounds or mitigations you have used? Why is it not working for you? None.

Additional context

Anything else we should know? None.

paul365 avatar Nov 11 '21 17:11 paul365

@paul365 Can we just choose to share windows instead of the entire screen?

ltrung avatar Nov 11 '21 23:11 ltrung

@ltrung sharing just windows also has the same problem, when sharing windows you still want to have it at fullscreen because when you resize it, say to make the call window and the shared windows fit on one screen the shared contents' video also changes resolution.

paul365 avatar Nov 12 '21 00:11 paul365

Oh sorry i understand the request now. I am afraid this would be difficult to achieve for a web browser since we just use the browser API. You may consider Electron or other similar framework and use their API to show a video window on top.

ltrung avatar Nov 12 '21 01:11 ltrung