Matching current MeetingUUID with meeting invitation

Hi, working on a zoom app. Wondered if we can match Meeting UUID with current event meeting invitation.

Current case is:

  1. Have the invitation and use zoomSdk.joinMeeting({ joinURL: meetingUrlFromInvitation }) to enter the meeting.
  2. Make sure that the user joined the meeting.

Because the current user is not a host or co-host, cannot use get zoomSDK.getMeetingJoinUrl(), soo I would need a way to connect the invitation link with the current meetingUUID.

If there is any other way for this flow to work I am up to suggestions.

Anticipated Thank you.