Udostępnij za pośrednictwem


ParticipantsLeftListener type

Wywołanie zwrotne dla zdarzenia CallAdapterSubscribers "uczestnicyLeft".

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