Udostępnij za pośrednictwem


ParticipantsLeftListener type

Wywołanie zwrotne dla CallAdapterSubscribers wydarzenia "uczestnicyLeft".

type ParticipantsLeftListener = (event: {
  removed: RemoteParticipant[]
}) => void