cancel
Showing results for 
Search instead for 
Did you mean: 

Web SDK error

RoyBQ
Zoom Partner
Zoom Partner

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 1

Ray_Harwood
Community Champion | Customer
Community Champion | Customer

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


Ray - Need Zoom Events/Sessions Help? Visit Z-SPAN.com.
Please click Accept As Solution if this helped you !