You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: