Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all,We have build a simple app that's using Webex SDK to make video and/or audio calls.We are using the following Webex API: dial, hangup, sendDTMF, setSendingAudio, getVideoRenderViews,setVideoRenderViews,setSendingVideo, and Webex OAuth apis.Oth...
Hi all,I developed an Android App that used Webex 3.4.0 SDK.In the app, I am using OAuthWebViewAuthenticator for Webex authentication.All are working fine but whenever I installed a release build with minifyEnabled configuration set to true, it will ...
Hi all,I am using Webex Android 3.4.0.I noticed that when I make an outgoing call (using dial API) the sound volume will not follow the android system volume for a quite a number of times.For example, first I set the system volume to be 50% and then ...
Hi @sandiban,I don't know whether you got a notification on the reply I did on 7/18.Basically, the crash issue still occurred with Android SDK v3.5.0.And same error message: 2022-07-18 16:50:13.440 18482-18482/? No pending exception expected: java.l...
Hi Sandiban,It's still the same crash issue on a release build with minifyEnabled set to true using Android SDK v3.5.0.Same steps to produce the crash just like when I tested with Android SDK v3.4.0.And same error message: 2022-07-18 16:50:13.440 184...
Hi Sandiban,Okay I will check with Android SDK 3.5.0.My app build version that's using 3.4.0 SDK is 1.3.That 108615 ticket number is for a different issue.Thank you,Handi
Thank you for the reply, sandiban.Actually you misunderstood it. When I build my Android App that used Android SDK 3.4.0 as a release or debug build with minifyEnabled as False, it will work well.The issue only happened when I did a release build wit...
Hi Raffaele, Thank you for the suggestion.I tried using the getAuthorizationUrl() like here below:WebexConnector.getAuthenticator().getAuthorizationUrl(CompletionHandler { result -> if (result.error != null) { Log.d("Error", "Error Login...