aws / amazon-chime-sdk-js

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
Apache License 2.0
708 stars 477 forks source link

Add mobile SDK MeetingSessionStatusCode handling to FAQ #2890

Closed georgezy-amzn closed 3 months ago

georgezy-amzn commented 5 months ago

Issue #:

Description of changes:

Added 3 topics to FAQ related to mobile MeetingSessionStatusCode:

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 you add, modify, or delete public API definitions? If yes, has that been reviewed and approved?

  3. Do you change the wire protocol, e.g. the request method? If yes, has that been reviewed and approved?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

devalevenkatesh commented 4 months ago

You need to run the npm run build:release to update and generate the HTML docs as well to get the "Continuous Integration Workflow / Build and Run Unit Tests" passing.