How send meeting password in start meeting api using ionic sdk

Below to code does not have the option to send meeting passcode.

// Start an existing meeting for logged in user.
this.zoomService.startMeeting(meetingNumber, vanityId, options)
.then((success: any) => console.log(success))
.catch((error: any) => console.log(error));

Hi @ashishkapoor ,

Ionic is a community project now and no longer actively updated. We do not have an associated reference like with our other mobile SDK options. These are the current supported login types, but you can develop your own logic to pass the password:

Thank you,
Gianni

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.