-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Enable multiple screen sharing at the same time #606
Comments
Thanks for creating a feature request. The Chime SDK for JavaScript supports up to two simultaneous screen shares per meeting. See the "Content shares per meeting" in the Amazon Chime SDK quotas: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html#mtg-limits However, the Chime SDK React Components Library (this repository) only allows a single screen share. The amazon-chime-sdk-component-library-react/src/providers/ContentShareProvider/index.tsx Lines 56 to 63 in f74f0e1
As a workaround, you can implement the custom We will keep you posted once we support two screen shares in the Chime SDK React Components Library. |
is it possible to share more than 2 screens? what is the theoretical maximum? |
I'd also like to request multiple screen share feature |
I would like this feature request to be implemented too. Thanks! |
Community Note
Tell us about your request
What do you want us to build?
Currently, only one user can enable screen sharing. The idea here would be to allow multiple users to share their screen at the same time.
Which Amazon Chime SDK or feature area is this request for?
Such as: a̵m̵a̵z̵o̵n̵-̵c̵h̵i̵m̵e̵-̵s̵d̵k̵-̵j̵s̵, a̵m̵a̵z̵o̵n̵-̵c̵h̵i̵m̵e̵-̵s̵d̵k̵-̵i̵o̵s̵, a̵m̵a̵z̵o̵n̵-̵c̵h̵i̵m̵e̵-̵s̵d̵k̵-̵a̵n̵d̵r̵o̵i̵d̵, amazon-chime-sdk-component-library-react, a new feature idea.
Tell us about the problem you are trying to solve and why is it hard?
Sharing one screen at a time is very restrictive for users in meetings where it is necessary to show work or that kind of thing. Users are forced to take turns showing their screens instead of being able to show them at the same time without interrupting the continuous flow of the meeting.
How are you currently solving a problem?
We limit the functionality of screen sharing to one user.
Additional context
N/A
The text was updated successfully, but these errors were encountered: