Michael Hyun

Results 48 comments of Michael Hyun

I think the closet thing we have to that is https://aws.amazon.com/blogs/business-productivity/monitoring-and-troubleshooting-with-amazon-chime-sdk-meeting-events/ We throw a TaskFailed meeting event when we are unable to connect to the WS. however, taskFailed can mean...

So you're running the meeting readiness checker from here: https://github.com/aws/amazon-chime-sdk-js/tree/main/demos/browser/app/meetingReadinessChecker And you are running it locally?

And I'm assuming you are getting this failure: https://github.com/aws/amazon-chime-sdk-js/blob/main/src/meetingreadinesschecker/DefaultMeetingReadinessChecker.ts#L403 Am I correct?

I guess I'm asking if you deployed the demo that is provided by us in the JS SDK repo, or did you implement your own? It sounds like you created...

I can't say from what you've provided - you might double check your meeting start logic - because the issue is coming from that.

@Zelofff perhaps you can maintain your own tilemap like so: https://github.com/aws/amazon-chime-sdk-js/blob/9daee0511aa64c8ca73a2db0f9b6494f34075d60/README.md#:~:text=tileId%2DvideoElement%20map-,const%20tileMap%20%3D%20%7B%7D%3B,-const%20observer%20%3D You can use the audioVideoObservers along with your own tile map to manipulate the video elements.

> We've been waiting for this feature since December. Our devs work out of forked repos, so we're unable to run tests on pull request because they're separate forks, even...