Question: Maximum videotiles and how to release them
See original GitHub issueHi all,
I’m breaking my head here and came pretty far with the documentation which is pretty good and clear but I have have one issue I can’t figure out.
Example:
- I have a meeting with 20 people, they all join and are capable of showing video.
- I have a roster of 9 people, only the 9 most active speakers are shown (or by default the first 9 who join the meeting). I don’t care if the show/have video or not
- Because 20 people with video join I have a maximum of 16 videotiles am I right?
The problem I currently have is that all available videotiles are filled by the first 16 people who join. How can I make sure that attendee number 20 gets a spot when he starts talking?
I already tried using videoTileController.removeVideoTile
to free a spot. But how can I make sure attendee number 20’s videotile is added?
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Can I make the video tile of the presenter larger?
Yes, Amazon Chime highlights the video tiles of attendees who are speaking or whose audio is capturing background noise during the meeting.
Read more >Unable to bind Amazon Chime VideoTile to <video> in Angular
I'm creating angular client using Chime JS ...
Read more >Showing youtube video tiles in Lightning web components
I am currently migrating a vf page into Lightning web component, the vf page used to show the youtube video tiles on the...
Read more >Using video during an Amazon Chime meeting
Up to 25 attendee video tiles appear on a first-come, first-served basis. To pause or play an attendee's video, choose their video tile....
Read more >FAQs | amazon-chime-sdk-js - Open Source at AWS
If you have more questions, contact Customer support. ... Firefox and Safari have known issues disallowing them from listing audio output devices on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just to add you can also come via the AWS support channel to discuss your app specific use case.
@nicklera1 I use that observer now 👌
@vidya-mohan the messaging approach seems to be working in a test setup, will need to check how it works in real life.