Could not join or start meeting with MobileRTCMeetError: 501 the meeting has problem. (Error code: 124)

Hi Team,
I am using @zoom/meetingsdk-react-native”: “6.6.0” in my react native project and using the joinMeeting function with the following params

For Zoom-type webinar: {meetingNumber, password, userName, webinarToken}

For Zoom-type meeting: {meetingNumber, password, userName, joinToken}

I am omitting the password field if not coming from the API.

Webinar type is working as expected, but for the meeting type, I am getting an error while joining Zoom with the meeting type.

Could not join or start meeting with MobileRTCMeetError: 501, the meeting has a problem. (Error code: 124)

NOTE: For every join request, I am requesting a new JWT token for ZoomSDKProvider.

Thanks