Registrant not able to connect webinar through Meeting sdk

Facing issue with joining zoom webinar.
Following is error message received

  1. errorCode: 1
  2. errorMessage: “Fail to join the meeting.”
  3. method: “join”
  4. result: null
  5. status: false

Tried to track through network tab there following error message was there
localJsonpCallback1({
“status”: false,
“errorCode”: 3000,
“errorMessage”: “Join meeting failure, please try again.”
})

It’s an pro account so, not expecting limit issue as we are testing it on small scale.

Hi @siddiqbarbhuiya
Thanks for reaching out to us
Have you been able to troubleshoot this on your end? Here is one of our sample apps that you could use to try and replicate the behavior