ParticipantsLeftListener type

Återanrop till CallAdapterSubscribers "participantsLeft"-händelse.

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