When Host ends the session it is not getting end for participant in Video SDK UIToolKit Web

I’m currently working on Angular web application and we have integrated Video SDK UI Toolkit Web with version 1.10.8-1 (@zoom/videosdk-ui-toolkit”: “^1.10.8-1”) .

As mentioned, we are facing an issue where 2 users are in a session, one is host and another is participant, So whenever host end the session we are expecting that session of participant also get end and it participant should get out of session automatically, but it is not happening all the time.

In our case it works mostly in first attempt and fails from Second onwards.
From second attempt of ending session, Host get out of session but participant is remain still in session and if host try to join the session we can see 3 users that time 1 is Host user twice with (Host) mentioned in bracket and other is host as user and 3rd is participant.

It will be more helpful @tommy, if you look into this as soon as possible.

Hi @vishwajeetbhosale, when you’re joining a session as a host with the UIToolkit you’ll see two options: Leave & End:

The End option ends the session for all users.

Hi @ekaansh.zoom, thanks for the response.

Yes I’m aware of how End button works.

I hope you understand my question, if any difficulty to understand it le me know. Still I’ll try to explain again.

Consider there is a on going session and A is host and B is participant, and now A starts the session and B joined it and A ended the session (By clicking the END button) and B is kickout from session this is working fine.
A started the same session again (2nd time) and B also joined and A ended the session by clicking on END button and A get out of session, but B is still in session (Expectation is B’s session will also gets end but not happened).
After above, A tried to join the same session (3rd time) and he joined it but now there are 3 users in session, A (Host), A participant and B participant.

So my question is why this is happening?

Hey @vishwajeetbhosale ,

I am unable to reproduce this issue. Try upgrading to the latest version and seeing if that resolves it.

Demo: Zoom Video SDK UI toolkit

Best,
Tommy