When we create a meeting in zoom using sdk can we join the room using following link https://zoom.us/join

When we create a meeting in zoom using sdk can we join the room using following link Join Meeting - Zoom.

Yes it is possible
Using this REST API
https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/meetingCreate

the response will give you a join_url which is similar to what you are shared.

Yes, when creating a meeting in Zoom using the SDK (Software Development Kit), you can join the meeting.

In this link, you would need to replace {meetingID} with the actual meeting ID of the meeting you created, and {meetingPassword} with the password if the meeting requires one.

By accessing this link in a web browser or using a deep link in a Zoom client or application, participants can join the meeting directly without having to enter the meeting ID and password manually. This provides a convenient way for participants to join a Zoom meeting using the meeting details provided in the link.

Greeting,
Rachel Gomez