amazon-chime-sdk-component-library-react
amazon-chime-sdk-component-library-react copied to clipboard
local and remote video tile not showing nextjs 14.
What happened and what did you expect to happen?
i am using nextjs 14. i follow the
https://aws.github.io/amazon-chime-sdk-component-library-react/?path=/story/quick-starts--page.
i am using VideoTileGrid
<VideoTileGrid layout="standard" noRemoteVideoView={<div>No one is sharing his video</div>} />
When a user joins a meeting, the local time does not display. However, upon inspecting and deselecting the 'overflow:auto' option, the local video becomes visible. I have attached two files for reference.
Have you reviewed our existing documentation?
- [X] Amazon Chime SDK for JavaScript GitHub issues
- [X] Amazon Chime SDK React Components Library GitHub issues
- [X] Storybook documentation
- [X] README page
- [X] React SDK meeting demo
Reproduction steps
- create app nextjs app.
- follow this https://aws.github.io/amazon-chime-sdk-component-library-react/?path=/story/quick-starts--page
- use VideoTileGrid option
Amazon Chime SDK React Components Library version
3.7.0
What browsers are you seeing the problem on?
chrome
Browser version
123.0.6312.107
Device Information
mac os sonoma
Meeting and Attendee ID Information.
No response
Browser console logs
Add any other context about the problem here.
No response