|
|
||
|---|---|---|
| .. | ||
| components | ||
| pages | ||
| public | ||
| .babelrc | ||
| README.md | ||
| env.example | ||
| image.png | ||
| index.js | ||
| next.config.js | ||
| package.json | ||
README.md
Active Speaker
Live example
What does this demo do?
- Uses an active speaker view mode that shows the currently talking participant (or active screen share) in a larger tile
- Introduces the
ParticipantBarcolumn that virtually scrolls through all call participants - Uses manual subscriptions to paginate between tiles that are currently in view. For more information about how this works, please refer to the pagination demo
Please note: this demo is not currently mobile optimised
Getting started
# set both DAILY_API_KEY and DAILY_DOMAIN
mv env.example .env.local
yarn
yarn workspace @dailyjs/active-speaker dev
