Поделиться через


ParticipantsLeftListener type

Обратный вызов для события CallAdapterSubscribers "participantsLeft".

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