Android app is crashing and giving error java.lang.UnsatisfiedLinkError

Hi
Our app is getting crashed frequently. It is trying to invoke com.zipow.videobox.confapp.ConfMgr.getConfContextHandleImpl which is not available in zoom SDK. We are using zoom sdk 5.10.3

Exception java.lang.UnsatisfiedLinkError: No implementation found for long com.zipow.videobox.confapp.ConfMgr.getConfContextHandleImpl(int) (tried Java_com_zipow_videobox_confapp_ConfMgr_getConfContextHandleImpl and Java_com_zipow_videobox_confapp_ConfMgr_getConfContextHandleImpl__I)
at com.zipow.videobox.confapp.ConfMgr.getConfContextHandleImpl (ConfMgr.java)
at com.zipow.videobox.confapp.ConfMgr.getIConfContextHandleImpl (ConfMgr.java:3)
at com.zipow.videobox.conference.jni.confinst.ZmConfInst.getConfContext (ZmConfInst.java:4)
at com.zipow.videobox.conference.module.confinst.b.k (ZmConfInstMgr.java:1)
at com.zipow.videobox.utils.meeting.c.M0 (ZmMeetingUtils.java:1)
at com.zipow.videobox.utils.meeting.c.C0 (ZmMeetingUtils.java:5)
at com.zipow.videobox.utils.meeting.c.a (ZmMeetingUtils.java:583)
at com.zipow.videobox.ConfActivityNormal.onDestroy (ConfActivityNormal.java:39)
at android.app.Activity.performDestroy (Activity.java:8395)
at android.app.Instrumentation.callActivityOnDestroy (Instrumentation.java:1344)
at android.app.ActivityThread.performDestroyActivity (ActivityThread.java:5220)
at android.app.ActivityThread.handleDestroyActivity (ActivityThread.java:5264)
at android.app.servertransaction.DestroyActivityItem.execute (DestroyActivityItem.java:44)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2142)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:236)
at android.app.ActivityThread.main (ActivityThread.java:7864)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:620)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1011)

Hi, @safalta_Dev ,

Welcome to the Zoom Developer Forum – we are thrilled to have you here! Thank you for taking the time to write us. As a first step, can you give me a little more content on the situation ? When did this issue begin happening? Has it been occurring constantly, or does it happen on and off? Have you tried any solutions on your own?

Also, can you share the following information :

  1. What version of the SDK are you currently using?

  2. Steps to reproduce

  3. Can you share the Android SDK logs (the logs can be found here: sdcard/Android/data/${PACKAGE_NAME})

  4. Any updates that were recently applied to your app?