-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading CISCO SDK from 2.8 to 3.7 : App got crash while join the call in Android CISCO sdk 3.7 #128
Comments
@CDL24 please review the Migration Guide from SDK 2.x to 3.x here https://github.com/webex/webex-android-sdk/wiki/Migration-Guide-from-SDK-2.x-to-3.x , it should help you with moving from Android 2.x to 3.x . |
Hello, ** webExAgent.getWebEx().getPhone().dial(spaceId, MediaOption.Companion.audioVideo(localVideo, remoteVideo), new CompletionHandler() {} ** Below attached console log. Can you please help. |
@CDL24 can you please test the https://github.com/webex/webex-android-sdk-example sample as well? That should give you a good blueprint about how the calling function should work. Please test the behaviour there and if it works, then replicate the code from there, the sample is also on 3.7.0 already. |
Yes @jbenyovs i am referring the sdk 3.7.0 kitchen sink app code. The process flow at my side is below one :
below i am attaching error object. Can you please help why i am unable initiate call. Any clue is helpful for me to go ahead. Thanks in advance. |
@CDL24 based on so little info it's difficult to tell what might be the issue here. Can you please open a dev support ticket with us on [email protected] and send us the full verbose logs from the KitchenSink app? |
Hello Team,
When i am going to join a video call app will get crashed.
I need one clarification here:
My code written in java using CISCO android sdk 2.8 version which is working fine. Now we are upgrading CISCO sdk to 3.7.0.(which is written in kotlin)
First thing can i integrate CISCO android SDK 3.7 in to my existing Java code ?
above is the code how i am calling dial() method from Java code. This code will cause a crash.
Below i am attaching evaluated error screenshot while debugging above code
The text was updated successfully, but these errors were encountered: