question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VideoTileGrid not rendering Preview

See original GitHub issue

When i join 2 users using this library, then there audio gets connected but video is not connecting . The view of the web app remain same, it didnt open VideoTileGrid component…

here is how i use it… ` <ThemeProvider theme={lightTheme}>

  <MeetingProvider>
         <VideoTileGrid />
                     <App />
  </MeetingProvider>

</ThemeProvider>`

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
mshahzaib101commented, Aug 16, 2020

just resolved the issue, I was unable to see the video preview because no one(atandee) was sharing his video… So i created a video share Button and after that other users were able to see the video preview

    import { MeetingProvider, useLocalVideo } from "amazon-chime-sdk-component-library-react";

    function MeetingPage() {
    const { toggleVideo } = useLocalVideo();

    return (
     <MeetingProvider>
        <App>
            <div style={{ border: "2px solid red", height: "100vh" }}>
                 <button onClick={toggleVideo}>share video</button>
                 <VideoTileGrid noRemoteVideoView={<div>No one is sharing his video</div>} />
             </div>
       </App>
       </MeetingProvider>
      )}
3reactions
bradmanAWScommented, Aug 17, 2020

We will update the documentation to make this more clear.

Read more comments on GitHub >

github_iconTop Results From Across the Web

amazon-chime-sdk-component-library-react
For example, the VideoTileGrid will render out all attendee's videos and content share videos of the meeting session into a responsive grid.
Read more >
React-Amazon Chime: Remote user's video tile turns black ...
But when the user turns his camera off, one of the tiles of the remote users in his screen turns black. The occurence...
Read more >
Building with Amazon Chime SDK Meetings - AWS Workshop Studio
The PreviewVideo component renders a preview of the local video. If there is no available video input, the video will be blank.
Read more >
amazon chime – Business Productivity
If you don't have an HLS player handy, Amazon IVS also has a preview built into ... Most of the non-meeting workloads do...
Read more >
US9721615B2 - Non-linear video review buffer navigation - Google ...
Video tile grid UI screen 10 comprises a grid of video tiles 20, ... If the navigation command does not change the display...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found