Tyler Roach
Tyler Roach
I think the issue is the way that the context is passed. ``` FacebookSocialNetwork fbNetwork = new FacebookSocialNetwork(this, fbScope); mSocialNetworkManager.addSocialNetwork(fbNetwork); ``` On orientation changed or a replaced fragment, the original...
That would be awesome! I'm mainly looking to use the FFmpegWrapper with the RTMP implementation. Unfortunately, with the GPL license, it makes the library impossible to use on the project...
If there is anything I could do at all to help you with the transition, just let me know. I would greatly appreciate this.
1. Are they also on the same wifi? 2. Does the problematic device have any proxies configured? To ensure nothing is set, it may be good to try and "forget"...
Hi @Imesh7, many portions of the AWS Android SDK are Codegen APIs for AWS Apis. For the libraries, we only support what AWS API makes available to us. From the...
Hi @Orbyt Thank you for your message. The Chime SDK in this repo is primarily code generated cleint APIs to assist in hitting the Chime service APIs. The Chime SDK...
This appears to be an Android 11 bug. We will look to try/catch around the Android ConnectivityManager to avoid this crash. https://issuetracker.google.com/issues/175055271?pli=1
Can you share code snippets in how you are configuring the Chime clients? Are you following the instructions to inject a custom credentials provider as shown here: https://docs.amplify.aws/gen1/android/sdk/configuration/amplify-compatibility/. By default,...
The recommended way to initialize the Chime clients would be to implement an `AmplifyCredentialsProvider` as shown here: https://docs.amplify.aws/gen1/android/sdk/configuration/amplify-compatibility/#creating-an-amplifycredentialsprovider. The issue with the way your code is configured above is that...
> I'm not sure what you meant regarding fetchAuthSession; why would credentials from a fresh call to fetchAuthSession already be expired? Those credentials are then immediately used to create a...