Webinar SDK - JOIN_MEETING_FAILED 200 Error

zoom-meeting-embedded-2.10.1
System: MacOS
Browser: Chrome

Hello,

I am trying to build out a customized component view of zoom that is embedded into a webpage. I was able to get it working with a zoom “meeting” specifically but when it comes to trying to connect to a zoom “webinar,” I am met with a ‘JOIN_MEETING_FAILED’ error with a 200 status code.

The full error reads:
{
errorCode: 200,
reason: “Fail to join the meeting.”,
type: “JOIN_MEETING_FAILED”
}

The properties being passed into the client.join function are the sdkKey, signature, meetingNumber, password, userName, and userEmail. Happy to provide more details as necessary.

Any input on this would be much appreciated. Thanks!