Generate URL for started meeting in Ionic4

Is there a way generate a url to join a meeting.
I have started a meeting using this.zoomService.startInstantMeeting() and now I want to invite someone else to join this meeting using url so other person should be able to join this meeting just by clicking on that.

Hey @SilentMutex ,

Since the SDK is inside your app, you will have to build the URL logic, for example take the meetingID / passcode from the URL and pass it programmatically into the SDK.

Thanks,
Tommy