-
Notifications
You must be signed in to change notification settings - Fork 29
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
Issue with the webex initialisation and authorisation #124
Comments
Hi Hiren, Before we proceed further, could I ask you to give it a try with our sample test KitechSink app - https://github.com/webex/webex-ios-sdk-example And, also post reviewing your statements provided in the ticket, I've couple doubts which we want you to clear - Brief your use case Kindly note, we will not be monitoring the Github portal and have our internal ticketing tool to work on such issues. I request you to share all the details to [email protected] (existing ticket #108490 autogenerated upon Github update) to track this further and extend our communication. Thank you! |
Thanks for the reply. If you want to regenerate this issue in kitchen sink application than you may need to change few line in the code for kitchen sink app. In the method initializeWebex comment the isLoggedIn if condition code. Same like below Step to Reproduce it
To answer the your query of the " Is both user 1 and 2 on same call or different?" Should I mail this detail to [email protected]? If there is different process than please suggest. Thanks |
HI @hirenpatel8891 |
We are upgrading the our Cisco SDK with V2 to V3 version.
In version V3 it's mentioned that before invoking any api webex.initialize is need be invoked.
Here is the implementation for it and I am facing issue in specific use-cases for webex.initialize and authorisation process.
We are using JWT token for the authentication.
When user disconnect the call we are deauthorizing user with the webex instance.
Scenario 1 :
Let's assume we have two users in room User1 and User2 respectively.
Issue 1:
Issue 2:
Issue 3:
In this usecase user will get blocked. Please check and suggest the approach.
Scenario 2:
The method which we are calling for connecting the call after invoking the webex.initialize has applied delay of 3.0 seconds.
Issue 4:
I have attached the verbose log file for the Issue 2 for Scenario 1 (NotGettingAuhoriseCallBackResponse_Log.txt). NotGettingAuhoriseCallBackResponse_Log.txt
The text was updated successfully, but these errors were encountered: