Sdílet prostřednictvím


ParticipantsLeftListener type

Zpětné volání pro CallAdapterSubscribers události participantsLeft.

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