I created an Android App using Android Studio and the Webex Android SDK Version 2.8.0.
We use JWTs for authentication. When initiating a call to another Webex user everything works like it should except of the audio.
On the Webex Web App in the browser we hear the audio coming from the Android Device but on the Android Device we dont hear anything.
We are facing the same issue when using the Kitchen Sink Sample App Version 2.8.0 (https://github.com/webex/webex-android-sdk-example/releases/tag/2.8.0).
We tried to upgrade our App to the SDK Version 3.0.0 but when trying to authenticate with our JWT we get an unexpected error (-7000). We are having the same problem using the Kitchen Sink Sample App Version 3.0.0 (https://github.com/webex/webex-android-sdk-example)
Is there some option in SDK 2.8.0 we can set for the audio?
Or is there something we can do to get our JWTs working in SDK 3.0.0 and check, if the audio works there?