Open
Description
I use eject_at_token_exp: true at participants token, but I want to know how to handle this event and close daily component for this participants.
I use callObject.updateParticipant(event.participant.session_id, { eject: true }); in handleNewParticipantsState if (event && event?.action === 'participant-left'), and it working, but when I leave call from "Leave Call" button all participants was disconnected.