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.
### What happened and what did you expect to happen? In a call, there are 2 participants P1 (user on phone) and P2 (agent). Both participants have video and audio...
### What happened and what did you expect to happen? A microphone is not working, when a user joins a meeting with default audio until they either chose input manually...
failed to parse source map from '.../node_modules/amazon-chime-sdk-js/src/websocketadapter/defaultwebsocketadapter.ts' file: error: enoent: no such file or directory, open '.../node_modules/amazon-chime-sdk-js/src/websocketadapter/defaultwebsocketadapter.ts' Tried upgrading the amazon-chime-sdk-js to the latest version but no use. As 'src/'...
Testing for GitHub Webhook
### What happened and what did you expect to happen? We very often see attendees not being heard when they join a meeting with both audio and video turned on....
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
### What happened and what did you expect to happen? We have one attendee who regularly has green frames in his video, which seems to suggest a device encoding problem....
### What happened and what did you expect to happen? Occasionally, a user would report seeing multiple remote videos as green frames. We are unable to detect when this happens...
There are upcoming changes for the Amazon Chime SDK that may affect your application. # Background At launch, the Amazon Chime SDK offered APIs on an endpoint shared with the...
### What happened and what did you expect to happen? We have some code that is starting a chime meeting session. ``` const deviceController = new ChimeSDK.DefaultDeviceController(logger); const configuration =...