David Witherspoon
David Witherspoon
The fix has not been made in the 3.x line yet. It is present in the latest 2.30.1 version We are working on the 3.x line, an initial attempt at...
Updated 3.x line PR for fix on reconnect with 4401: https://github.com/aws/amazon-chime-sdk-js/pull/2400/files
Fix was was released in 3.7 here: https://github.com/aws/amazon-chime-sdk-js/tree/v3.7.0.
Can you show how you are initiating the Messaging Session Configuration and how you are importing the AWS client
What version of the AWS client are you using? `import AWS from 'aws-sdk';` Can you debug where `Messaging Session failed to resolve endpoint` is see what is the object it...
1006 means closed abnormally and is normally due to a network disconnect. You can likely simulate by running the app on wifi and then turning off the wifi connection. If...
In the newer versions the chime client is used internally to resolve the session endpoint. This is done because on reconnect the endpoint might change. You can still pass it...
> This is not what I should be getting, correct? That is correct, will look into getting this fixed. The [PR](https://github.com/aws/amazon-chime-sdk-js/pull/2400/files) here has both tests and manual test instructions for...
The AWS client that you pass in can be configured with logic to refresh the credentials [when expired](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Credentials.html#refresh-property). Depending on how credentials are initialized this can be auto configured but...
Yes, we are aware. We use this library in production in environments where this support is not yet available AND on client platforms that ARE NOT node based. As such,...