amazon-chime-sdk-js icon indicating copy to clipboard operation
amazon-chime-sdk-js copied to clipboard

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.

Results 252 amazon-chime-sdk-js issues
Sort by recently updated
recently updated
newest added

### 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...

video

### 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/'...

Needs More Information

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...

dependencies

### 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....

Needs More Information

### 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...

Needs More Information

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...

Documentation
messaging-service
meeting-service
capture-service

### 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 =...