ParticipantsLeftListener type
Devolución de llamada para el evento "participantsLeft" de CallAdapterSubscribers .
type ParticipantsLeftListener = (event: {
removed: RemoteParticipant[]
}) => void
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Devolución de llamada para el evento "participantsLeft" de CallAdapterSubscribers .
type ParticipantsLeftListener = (event: {
removed: RemoteParticipant[]
}) => void