Web SDK error | Community
Skip to main content
Partner
October 31, 2023
Question

Web SDK error

  • October 31, 2023
  • 1 reply
  • 0 views

I'm using zoom web sdk and zoom android sdk.

I'm creating all required parameters on my server using a serverToServer authentication.
The android is connecting to a meeting, the web app opens the zoom window but immediately present an error that it cannot join to the meeting (JOIN_MEETING_FAILED, errorCode: 200).

I'm using the same code on the web, it's a production app and I didn't change the code for a few months. I'm using web sdk v2.12.1, it just suddenly stopped working.

The params obj to join is: {

sdkKey: meetingData.zoomSDKKey,
signature: meetingData.zoomSDKToken,
meetingNumber: meetingData.meetingNumber,
password: meetingData.meetingPassword,
userName: ******,
zak: meetingData.zoomToken
}

 

Same payload is working on android.

 

any ideas?

1 reply

Ray_Harwood
Community Super Champion | Customer
Community Super Champion | Customer
November 1, 2023

This is a question more appropriate for the Developers Forum at https://developers.zoom.us/