amazon-chime-sdk-js
amazon-chime-sdk-js copied to clipboard
A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
**Issue #:** Fixs 4401 from https://github.com/aws/amazon-chime-sdk-js/issues/2372 **Description of changes:** MessagingSession reconnects with refreshed endpoint and credentials if needed. This is an updated version of https://github.com/aws/amazon-chime-sdk-js/pull/2180 that was reverted **Testing:** Tested...
### What happened and what did you expect to happen? From time to time the chat websocket will disconnect. We were able to capture a disconnect in the below log...
**Issue #:** None **Description of changes:** *What?* Added two new meeting events: `sendingAudioFailed` to indicate a failure in sending audio packets out and `sendingAudioRecovered` to indicate recovery after a `sendingAudioFailed`...
### What happened and what did you expect to happen? Normally we see all users of a meeting showing up in our captioning. This morning it would randomly only transcribe...
**Issue #:** **Description of changes:** **Testing:** *Can these tested using a demo application? Please provide reproducible step-by-step instructions.* **Checklist:** 1. Have you successfully run `npm run build:release` locally? 2. Do...
### What happened and what did you expect to happen? ## What we are trying to do 1. create BreakoutRoom(new Meeting) 2. move to BreakoutRoom 3. move to MainRoom ※...
The log `CPU warning: cpu` doesn't provide much information under the hood, and the warning is triggered on every 10 audio chunks skipped which isn't ideal. Consider checking percentage audio...
### What happened and what did you expect to happen? Hi team, We can see following errors when startVideoPreviewForVideoInput is called: 1. TypeError: Cannot read properties of undefined (reading stream)...
### What happened and what did you expect to happen? I use amazon chime to build a video-conference application. Attendees that join to the meeting with Samsung galaxy s22 ultra...
### What happened and what did you expect to happen? When any attendees tries to turn on the camera the error raised "AbortError: The operation was aborted". However, the video...