CDL24
CDL24
Hello, @jbenyovs thanks for the reply. Now I am trying to use 3.7 SDK with kotlin code and when i am executing call joining code app is crashing. ** webExAgent.getWebEx().getPhone().dial(spaceId,...
Yes I have tried with KitchenSink 3.7.0 sample app and in that when we loggedIn successfully and go to 'Initiate Call' option and click on 'Space' Tab at that time...
is there any update on this ?
Hi @ralagana below is method i am checking in KithenSink 3.7.0 app * fun fetchSpacesList(teamId: String?, maxSpaces: Int, sortBy: SortBy): Observable { return Single.create { emitter -> webex.spaces.list(teamId, maxSpaces, null,...
Yes @jbenyovs i am referring the sdk 3.7.0 kitchen sink app code. I am now able to authorise jwt token and able to initialise webex object. The process flow at...
Yes I have tested both 3.6.0 and 3.7.0 KitchenSink app apk downloaded from webex git page. In both apk this issue is reproducible. Steps: 1. Join call in 2 device...