Newcomer
September 6, 2023
Question
Need Help Giving Error while joining webinar through zoom meeting sdk
- September 6, 2023
- 1 reply
- 3 views
Facing issue with joining zoom webinar.
Following is error message received
- errorCode: 1
- errorMessage: "Fail to join the meeting."
- method: "join"
- result: null
- 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.
