[Zoom sdk 5.12.2] Zoom sdk sample app crash when joining the new meeting

API Endpoint(s) and/or Zoom API Event(s)
int joinMeetingWithParams​(android.content.Context context, JoinMeetingParams param, JoinMeetingOptions opts)

Description
Hi zoom support team. I build the sample app from the zoom meeting sdk version 5.12 to our robot. We set up the credential and the meeting room correctly. However when we start a new meeting by calling the function int joinMeetingWithParams​(android.content.Context context, JoinMeetingParams param, JoinMeetingOptions opts) , the app crashes.

Our robot runs in a custom android nougat 7.1 OS built from the aosp souce. We already built an app from zoom sdk version 5.9.0 and it works well. But it comes to sdk version 5.11 and 5.12, the app crashes.

I attach the crashed log bellow.

Do you guys have any insight about this? Please support us on this issue.

Error?

10-26 10:40:14.956 13045 13045 D ZoomSDKExample: onMeetingStatusChanged MEETING_STATUS_CONNECTING:0:0

10-26 10:40:15.005  1713  1740 I ActivityManager: Displayed us.zoom.sdkexample/us.zoom.sdksample.inmeetingfunction.zoommeetingui.CustomZoomUIActivity: +969ms (total +1s396ms)

10-26 10:40:15.354 13045 13356 E AndroidRuntime: FATAL EXCEPTION: GLThread 274

10-26 10:40:15.354 13045 13356 E AndroidRuntime: Process: us.zoom.sdkexample, PID: 13045

10-26 10:40:15.354 13045 13356 E AndroidRuntime: java.lang.IllegalArgumentException: No config chosen

10-26 10:40:15.354 13045 13356 E AndroidRuntime: at us.zoom.common.render.views.GLTextureView$b.chooseConfig(:21)

10-26 10:40:15.354 13045 13356 E AndroidRuntime: at us.zoom.common.render.views.GLTextureView$i.f(:29)

10-26 10:40:15.354 13045 13356 E AndroidRuntime: at us.zoom.common.render.views.GLTextureView$j.c(:422)

10-26 10:40:15.354 13045 13356 E AndroidRuntime: at us.zoom.common.render.views.GLTextureView$j.run(:7)

10-26 10:40:15.355  1713  4059 W ActivityManager:   Force finishing activity us.zoom.sdkexample/us.zoom.sdksample.inmeetingfunction.zoommeetingui.CustomZoomUIActivity

10-26 10:40:15.405  1713  4057 I EGL-DRI2: found extension DRI_Core version 1

10-26 10:40:15.405  1713  4057 I EGL-DRI2: found extension DRI_DRI2 version 4

10-26 10:40:15.414  1713  4057 I EGL-DRI2: found extension DRI_TexBuffer version 3

10-26 10:40:15.414  1713  4057 I EGL-DRI2: found extension DRI2_Flush version 4

10-26 10:40:15.414  1713  4057 I EGL-DRI2: found extension DRI_IMAGE version 14

10-26 10:40:15.414  1713  4057 I EGL-DRI2: found extension DRI2_Fence version 2

10-26 10:40:15.414  1713  4057 I EGL-DRI2: found extension DRI_RENDERER_QUERY version 1

10-26 10:40:15.414  1713  4057 I EGL-DRI2: found extension DRI_CONFIG_QUERY version 1

10-26 10:40:15.414  1713  4057 I EGL-DRI2: found extension DRI_Robustness version 1

10-26 10:40:15.414  1713  4057 I OpenGLRenderer: Initialized EGL, version 1.4

10-26 10:40:15.414  1713  4057 D OpenGLRenderer: Swap behavior 2

10-26 10:40:15.436 13045 13045 D ZoomSDKExample: onMeetingStatusChanged MEETING_STATUS_IDLE:0:0

10-26 10:40:15.834  1294  1294 W SurfaceFlinger: couldn't log to binary event log: overflow.

How To Reproduce
Whenever call function meetingService.joinMeetingWithParams(this, params, option);

Sorry, actually our robot works well on version 5.4.3.603. The version 5.9.0 and later (5.11, 5.12) the app crashes when start a new meeting.

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