webex-ios-sdk
webex-ios-sdk copied to clipboard
iOS SDK for Webex
Unable to retrieve the user using the getme function declared in PersonClient, fail with error "Bad request" with a few user after the login, using a fallback after this error...
Application is crashing randomly during the video consultation in the version 3.4.0 We have found that application is crashing randomly during the consultation. Here I have attached detail regarding it....
We have tested this scenario in kitchen sink application and our application implementation with version 3.0.0 Setup : We have enabled Start call with video option switch. Scenario which we...
We are migrating our implementation from 2.8.0 to new version 3.0.0 for our video call implementation. We have found that speaker value of the call object is not working for...
**Scenario**: We have two JWT tokens for User1 and User2 who are associated with two different rooms. User 1: JwtToken : JwtTokenOfUser1 RoomId : "A" User 2: JwtToken : JwtTokenOfUser2...
When we are getting message through the **onEvent** method of webex we are facing following issues : 1) For sender user thumbnail is not there so we can not preview...
when starting SDK in Webex integration SDK I did not return callback on the device but work fine simulation webex.initialize { result in if result { print("User is authorized") self.webxIntegration()...
I'm getting below error, when I have added webexsdk using pods and run the application. `"module compiled with Swift 4.1 cannot be imported by the Swift 5.3.1"` I have checked...
Apple announced at [WWDC23](https://developer.apple.com/videos/play/wwdc2023/10060/?time=457) that developers will need to declare the reasons for using these APIs in their app’s privacy manifest. The following link for your reference [List of APIs...