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:
- git clone and start sample web app (local version)
- start a webinar
- use sample web app to join the webinar
- use sample web app to raise hand
- a warning shows when the host allow sample web app speak
- press yes, sample web app will exit forcibly
- 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
};