SDK stuck in MEETING_STATUS_CONNECTING

Meeting SDK Type and Version
Meeting SDK for Linux v5.16.5.353 (current latest)

Description
We are developing a console application for linux platform, that will connect to the meeting, and use raw audio recording.
We have 2 different Zoom business accounts (staging and production), with 2 exactly same configured Meeting SDK Apps through Zoom app marketplace, that are using new App credentials, and not the SDK credentials.
Both accounts have exactly the same settings configured for the meetings, users, etc.
Only difference is, that the production account is using a Vanity URL for the meetings

The console application is working without any issues with our staging account, but when connecting to the meeting using production app credentials, the SDK meeting controller is stuck in MEETING_STATUS_CONNECTING status

Staging account:
Authentication return: 0
Login return with reason: 0
Meeting status changed: 1 - 0 // MEETING_STATUS_CONNECTING
Meeting status changed: 2 - 0 // MEETING_STATUS_WAITINGFORHOST
← This is where I manually join as a Host
Meeting status changed: 1 - 0 // MEETING_STATUS_CONNECTING
Meeting parameter notification:
| Meeting type: 1
Meeting status changed: 3 - 0 // MEETING_STATUS_INMEETING

Production account:
Authentication return: 0
Login return with reason: 0
Meeting status changed: 1 - 0 // MEETING_STATUS_CONNECTING
Meeting parameter notification:
| Meeting type: 1

The weird thing is, that onMeetingParameterNotification is called for the production account, even when the Host is not connected to the meeting, which is not consistent with the behavior for the staging account, where it’s called only after the host connects, and is then followed by successfully connecting to the meeting

Error?
The full error message or issue you are running into, where applicable.
No Error, just stuck in connecting
I have the encrypted SDK logs available as well … should I attach them here?

Troubleshooting Routes
This is reproducible with the example app as well

How To Reproduce
Steps to reproduce the behavior including:
1. Authentication method or app type
2. Any errors
3. Browser/client type and version
Meeting SDK, join meeting without login user

Issue resolved. The prompt was blocking the Linux SDK from joining the meeting.