Unable to join session

Description
We are unable to join the session using the video SDK. This worked fine until 2nd Feb. We are using version 1.6.0 of the SDK from Maven.

onSessionLeave() is immediately triggered when trying to join session, this is the behavior both on our app and Sample app.

We are unable to resolve the dependency on the latest version 1.10.5 using Maven.

The last available version on Maven is 1.9.0. After updating to this version we are getting an internal crash.

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/~~ijWzLexNu33Hm2gwAjYM6g==/xxxxxxxxx-O8yjWRwGDISs4h07vU-zXw==/lib/arm64/libzWebService.so"...
at java.lang.Runtime.loadLibrary0(Runtime.java:1082)
at java.lang.Runtime.loadLibrary0(Runtime.java:1003)
at java.lang.System.loadLibrary(System.java:1661)
at us.zoom.internal.SDKApplication.loadNativeModules(SDKApplication.java:10)
at us.zoom.internal.SDKApplication.initAppForSDK(SDKApplication.java:8)
at us.zoom.internal.SDKApplication.onSDKCreated(SDKApplication.java:51)
at us.zoom.internal.SDKApplication.initializeForSDK(SDKApplication.java:12)
at us.zoom.internal.ZoomVideoSDKImpl.initialize(ZoomVideoSDKImpl.java:2)

Which Android Video SDK version?
1.6.0, 1.9.0, 1.10.5

@sohel-skylark ,

on 3rd Feb, there is a minimum version enforcement. You need to be on 1.6.2 for it to continue working.

Nonetheless I would recommend using the latest version.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.