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? Hello Team, while following up on the demo steps, we are facing an issue with the creation time for cloud...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.11.5 to 7.23.9. Release notes Sourced from @babel/traverse's releases. v7.23.9 (2024-01-25) :bug: Bug Fix babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env #16225 fix: systemjs re-traverses helpers (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16226...
Hi Team **Overview:** I need assistance with AWS Chime for generating meeting join links and implementing a waiting room feature. **Problem Statement:** I am integrating AWS Chime into my application...
Fixed problem of referencing wrong variables ``` npm run deploy -- -r ap-northeast-1 --chime-sdk-media-pipelines-region us-east-1 -b chime-demo-bucket -s chime-demo-stack -a meeting > [email protected] deploy > node ./deploy.js -r ap-northeast-1 --chime-sdk-media-pipelines-region...
**Issue #:** **Description of changes:** Update credits in CHANGELOG for PR #2663 **Testing:** *Can these tested using a demo application? Please provide reproducible step-by-step instructions.* NA, just CHANGELOG update. **Checklist:**...
Removed - [High Level Architecture — Building a Meeting Application With the Amazon Chime SDK](https://aws.amazon.com/blogs/business-productivity/building-a-meeting-application-using-the-amazon-chime-sdk/) From the readme as it is no longer available. **Issue #:** **Description of changes:** **Testing:**...
**Issue #:** In Safari, if the user navigates from preview screen to the meeting very quickly the application runs into a race condition. The preview screen is responsible for calling...
# Community Note * Please vote for this issue by adding a 👍 reaction to the issue. This will help the community and maintainers from the Amazon Chime SDK team...
`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `set-output` to `$GITHUB_OUTPUT` Instructions for envvar usage from...
### What happened and what did you expect to happen? upon running the initial `npm run build`, the process fails on: ```cmd '.' is not recognized as an internal or...