Zoom SDK - Keep Receiving 'You are hosting another meeting'

I’m trying to join a meet from HTML and JS using Zoom Meet SDK. But when I try to join, I keep getting Ýou are Hosting another meeting. Do you want to end it and start this new meeting?'. The meeting room I first created using Zoom Workplace using a zoom account. And the signature I generate at> https://developers.zoom.us/docs/meeting-sdk/auth/. The console log that i get is {method: ‘join’, status: false, result: null, errorMessage: ‘Fail to join the meeting.’, errorCode: 1}. What should I do to make it successfully join the meeting I created from HTML?