URGENT ! Enter a meeting with password!

Today the meeting have a password to join so,

how can i put passwrd from electron ?

Monday we had a full day meetings and our software can’t connect automatically !!!

now i do:

ipcRenderer.send(‘asynchronous-message’, ‘setDomain’,“https://www.zoom.us”, true);
ipcRenderer.send(‘asynchronous-message’, ‘sdkauth’);
ipcRenderer.send(‘asynchronous-message’, ‘login’,usrName, userPwd);
ipcRenderer.send(‘asynchronous-message’, ‘start’, number(currentMeetingNumber’)));

How can i pass a password and don’t show the password window ?

Very thanks for any help !

Hi
You can set the parameters of the meeting password.