Start and end meeting control API

Hello, We need control from API the starting and ending the meeting. We do it on development version and it’s working and then we push it on production version it’s give error.

here is a how we working with starting time:
const startDate1 = startDate.toISOString()
const requestBody = {
topic,
start_time: startDate1,
timezone: ‘Asia/Baku’,
password,
duration,
settings: {
join_before_host: true,
waiting_room: false,
jbh_time: 5
},
};

please help, waiting your reply

Thanks.

Hi @zoomit
Thanks for reaching out to us and welcome to our community
Could you please share with me what endpoints are you calling and the complete error you are getting, please?