Results 27 comments of Kyu Simm

Chime SDK does not support muting remote attendees. The current version (1.2.1) supports the following use cases around audio: - Mute and unmute yourself. - Disable the unmute. If you...

> Obviously there are ways to work around this and trigger other users to mute (I'm currently using websockets to send a message outside of Chime that forces the user...

A good point - we have a PR (#258) for reorganizing README files. In the root README, we will list all demo apps built with Chime SDK, including two demos...

We don't have a plan yet to support remote controls using the server-side APIs. You can ensure that the "muted" attendees join a meeting with the `null` audio input device...

I did not have an issue importing the Chime SDK for JavaScript in the Rollup and CommonJS plugin environment. For testing, I did the following steps: 1. Check out the...

It seems that you modified the Web Dev Server's configuration. Could you try the following steps? 1. Delete the `plugins` field from the `web-dev-server.config.mjs`. ```js // Delete this field. plugins:...

Reopen this issue as we reverted a fix. https://github.com/aws/amazon-chime-sdk-js/pull/731

Could you provide us with the following information? We can check whether the attendee experienced any network drop event. - Meeting ID - Attendee ID - INFO-level logs

Content sharing (screen sharing) in the Chime SDK for JavaScript is no different from regular videos, except that an attendee can share screens or any [MediaStream](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream). For example, when **Attendee...

> Will be updating to the latest SDK make a difference, and ... Which version of the Chime SDK for JavaScript are you using? We have improved video APIs in...