Skip to content
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

Media pipelines composition API to allow sorting video tiles via the recent active speakers #2632

Open
paul365 opened this issue Apr 11, 2023 · 0 comments
Labels
feature-request New feature or request Triaged

Comments

@paul365
Copy link

paul365 commented Apr 11, 2023

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?

Add an option to allow automatic sorting of video tiles based on the recent active speakers. Which can be used for both GridView with no screen share and Horizontal/Vertical ContentShareLayout. This will be especially useful when a content share is active and on the Horizontal/Vertical layout where only 4 video tiles are shown.

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?

The more details you provide us, the better we will be able to help you.

Currently, with screen share on and on horizontal/vertical layout, tiles are sorted based on Back-end logic sorts the video tiles by the times at which attendees enable their video. Presenters appear on the left when they enable video. this can become difficult to manage as an attendee can join late with their camera on, and their video will be shown instead of an active speaker. An option to have the tiles sorted by recent active speaker should fix this behavior.

How are you currently solving a problem?

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

We have sorting video tiles based on subscribeToActiveSpeakerDetector working on our implementation of https://github.com/aws-samples/amazon-chime-sdk-recording-demo, but we want to drop this implementation and rely on MediaPipelines for the meeting recording.

@paul365 paul365 added the feature-request New feature or request label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request Triaged
Projects
None yet
Development

No branches or pull requests

2 participants