Description
Greetings,
My app workflow goes like this :
- User authenticate in the app
- User click to join a meeting
- User gets registered to the meeting
- User joins meeting
- In case user subscription ended I want to kick them out of the meeting
I’m using the web SDK to get users with ZoomMtg.getAttendeeslist()
I want to expel them with ZoomMtg.expel()
but it seems I need to be host
So a point of clarity do I need to create a host programmatically then it can expel users out? hbt being a co-host can I expel users in the meeting?
The zoomMtg instance is it being called with the privilege of API Key or is it being called as the instance of user that joined the meeting programmatically?
Also, it would be great to update your documentation regarding functions arguments took me a while and lots of browsing in the forum to get that getAttendeeslist() needs an object with success and error callbacks
It’s like being blind and swimming in the see at night