How can I get meeting link on participants' side

I am trying to get meeting link on participant’s end using zoomSDK but it is failing for getJoinUrl as it is restricted only for HOST and Co-HOST
Same issue for getMeetingContext which contains meetingID
Is there any way to get meeting link on participant’s as well so that I can use it in my app.
Even if we use zoom APIs (i.e. https://api.zoom.us/v2) can we find the meeting link for participants ?

Hi @alirazachishti
Thanks for reaching out and welcome to our community!
As a participant, you won’t be able to get the meeting link. Only the owner of the meeting can query the API to get data from their meeting.