We are using Zoom’s Web SDK for both meetings and webinars. While users can seamlessly host meetings and participants can join them using the SDK, there’s a limitation. While participants can join webinars (using WebSDK) launched through the standard Zoom application, the host is not able to start webinar using WebSDK. The problem we’re facing is an error message “Please use host/alternative host to start the webinar” when attempting to host webinars directly through the Web SDK.
{method: ‘join’, status: false, result: ‘Please use host/alternative host to start the webinar.’, errorCode: 3624, errorMessage: ‘Please use host/alternative email to start the webinar.’}
var authEndpoint = ‘’
var signature = ‘’
var sdkKey = ‘’
var meetingNumber = ‘’
var password = ‘’
var role = 1
var userName = ‘JavaScript’
var userEmail = ‘’
//var registrantToken = ‘’
var zakToken = ‘<zak_token>’
var leaveUrl = ‘https://zoom.us’