Description
Hi there, Im using instantsdk v1.0.0 in example React app given. Everything else works fine for me but removeUser method. Im calling removeUser(Legit ID) from host client which results in exception this["E"].remove() is not function. Basically what im trying to achieve is kick user from meeting. Currently i am implement logic to prevent user from re-entering if kicked on my side. Please do let me know if Zoom provides that aswell.
Error
removeUser(id) giving exception.
Which Web Video SDK version?
1.0.0
Device (please complete the following information):
Device: Laptop
OS: Windows 10
Browser: Chrome@latest
Browser Version [latest at this time]
Additional context
So, in short my main question is how to remove/kick user when removeUser is not working, and why is it not working anyway?
And is this right approach to kick user = client.removeUser(someid);
Thanks