Zoom Join URL not working on zoom app

Hi Team join_url from this API https://api.zoom.us/v2/meetings/{meetingId}/registrants was not able to open the meeting directly using zoom app it needs another redirection which is we need browser to join the meeting. I tried to see the root cause I think the root cause is because of the url is using “w” instead of “j” using “w” made the url unable to open zoom app directly. can you please look into this issue.

sample join_url

if you change “w” to “j” you will be able to open zoom app directly

Thanks