-
Notifications
You must be signed in to change notification settings - Fork 737
Ahoyapps 46 dominant speaker area #8
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
Conversation
| <Container> | ||
| <ParticipantStrip /> | ||
| <MainParticipantContainer> | ||
| <Participant participant={mainParticipant} disableAudio /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is audio disabled by default in VBT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disableAudio prevents an <audio> element from being rendered for this participant. I'm doing this here because this participant's <audio> element is already rendered in the <ParticipantStrip /> component.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it. Can you add a comment on this line and put what you just said?
* Add new hooks and tests * Add main participant to room component * Move sidebar position to theme * Lint * Disable main participant's audio as it will already be rendered in the ParticipantStrip * Typo * Change import order * Fix circleci * Add comment
* Add new hooks and tests * Add main participant to room component * Move sidebar position to theme * Lint * Disable main participant's audio as it will already be rendered in the ParticipantStrip * Typo * Change import order * Fix circleci * Add comment
* Add new hooks and tests * Add main participant to room component * Move sidebar position to theme * Lint * Disable main participant's audio as it will already be rendered in the ParticipantStrip * Typo * Change import order * Fix circleci * Add comment
…ublic folder (#8) * Added npm script to copy video processor sdk assets to public folder * added postinstall npm script Co-authored-by: Gabe Espinosa <[email protected]>
* Moved more menu to the center of the menu bar * VIDEO-5731 | Added background option to More Menu, selection dialog, and unit tests (#6) Added background option to More Menu, selection dialog, and unit tests Co-authored-by: Gabe Espinosa <[email protected]> * VIDEO-5733 | Added npm script to copy video processor sdk assets to public folder (#8) * Added npm script to copy video processor sdk assets to public folder * added postinstall npm script Co-authored-by: Gabe Espinosa <[email protected]> * added rimraf and copyfiles dependency to package.json * VIDEO-5732 | Added background selection UI (#7) Added background selection UI Co-authored-by: Gabe Espinosa <[email protected]> Co-authored-by: timmydoza <[email protected]> * VIDEO-5734/blur background feature (#550) Implemented blur background feature (useBackgroundSettings hook and tests) Co-authored-by: Gabe Espinosa <[email protected]> * VIDEO-5735/Add virtual background feature (#557) Added virtual background feature and unit tests Co-authored-by: Gabe Espinosa <[email protected]> * VIDEO-5735 | Add isSupported check and unit test (#560) add isSupported check and unit test Co-authored-by: Gabe Espinosa <[email protected]> * VIDEO-6368 | wait to load image before removing processor (#570) * wait to load image before removing processor Co-authored-by: Gabe Espinosa <[email protected]> * updated twilio-video sdk * fixed breaking tests * update package.json version and changelog * update change log, package.json, and revisions * Update CHANGELOG.md Co-authored-by: Gabe Espinosa <[email protected]> Co-authored-by: timmydoza <[email protected]>

Displays the main speaker's video in the main section of the app.
Contributing to Twilio
Pull Request Details
JIRA link(s):
Description
This PR will display the main speaker's video. The 'main speaker' will be chosen in the following order:
This behavior is modeled off of the existing VBT app.
Burndown
Before review
npm testBefore merge