Web SDK error
I'm using zoom web sdk and zoom android sdk. I'm creating all required parameters on my server using a serverToServer authentication. 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. Same payload is working on android. any ideas?
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).
The params obj to join is: {
Show less