webex-android-sdk
webex-android-sdk copied to clipboard
Android SDK for Webex
I used this function to get list message by room_id **messageClient.list(roomId!!, before, 50, null) { result ->** But I got an issue after back and request list few times I...
How to set up more than two video call layouts? Because from the documentation I got, it didn't work well, when another user entered the room, the layout didn't add...
The audio does come to the phones top speaker and therefore its very silent. I would expect it to be played through the loudspeaker when calling with video enabled, so...
Hi Webex Team I got a crash while using SDK, this is first time I saw this crash. I'm using **com.ciscowebex:androidsdk:2.7.0.6-SNAPSHOT@aar** Compile SDK: **30** Target SDK: **30** ` Fatal Exception:...
when I receive a new message i added listener like below, ``` webex.messages().setMessageObserver( new MessageObserver() { public void onEvent(MessageEvent event) { if (event instanceof MessageReceived) { Message currentMessage = ((MessageReceived)...
Hi Team, As I am using webex sdk for my project with `compile('com.ciscowebex:androidsdk:2.8.0@aar', { transitive = true })`, the APK size is more than 140mb. i added below configurations for...
When rotating the device on iOS using the webex sdk the local video automatically rotates with the device. On Android this does not work and there also is no method...
Please update Bouncy Castle - https://www.bouncycastle.org/ - https://www.bouncycastle.org/releasenotes.html - http://www.bouncycastle.org/latest_releases.html - https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=bouncy%20castle - https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=bouncycastle - https://www.cvedetails.com/vulnerability-list/vendor_id-7637/Bouncycastle.html
We are using WebEx Android SDK 2.8.0.10 When trying to login into webex portal in webview of Android in our app, we get an issue like this 1. Entering wrong...
Hello Today I used SDK version 2.7.0 and encountered an error **OkHttp https://ds.ciscospark.com/... HTTP Error: WebexError[errorCode=NETWORK_ERROR, message=javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found., ]** Please tell me the...