Sample web app (local version) can't speak in a webinar

Description/Error
sample web app (local version) can’t speak in a webinar

Which Endpoint/s or Web JS SDK?
sample web app (local version)

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. git clone and start sample web app (local version)
  2. start a webinar
  3. use sample web app to join the webinar
  4. use sample web app to raise hand
  5. a warning shows when the host allow sample web app speak
  6. press yes, sample web app will exit forcibly
  7. sample web app return and raise hand again, just repeat the same loop

Additional context
I tried to change default role to 1 or 2, then can’t join webinar
const meetConfig = {
apiKey: API_KEY,
apiSecret: API_SECRET,
meetingNumber: parseInt(document.getElementById(‘meeting_number’).value, 10),
userName: document.getElementById(‘display_name’).value,
passWord: ‘’,
leaveUrl: ‘https://0.0.0.0:9999’,
role: 0
};

Hi @john.chen,

Were you trying to join a webinar as a host? If so, then currently, the WebSDK only supports joining the webinar as an attendee and not a host[1]. We are currently working features to join a webinar as a host and will notify our developer community when it’s released[2].

1 - https://marketplace.zoom.us/docs/sdk/native-sdks/Web-Client-SDK/getting-started/join-a-webinar
2 - https://marketplace.zoom.us/docs/changelog

Thanks

2 Likes