Tutorial: Join Webinar

Join Webinar

Join no register webinar

  1. Make sure you purchased webinar product. Buy Webinar

    webinar

  2. Schedule a no Authenticated webinar and start it (role=1, and need use host/alternative host email)

    webinar2

  3. Join it through WebSDK

    ZoomMtg.join(
        {
            meetingNumber: meetConfig.meetingNumber,
            userName: meetConfig.userName,
            signature: signature,
            apiKey: meetConfig.apiKey,
            userEmail: 'user-email@gmail.com',
            passWord: "",
            success: function(res){
                console.log('join meeting success');
            }
        }
    );
    
  4. Joined webinar

    webinar4 webinar4