次の方法で共有


ParticipantsLeftListener type

CallAdapterSubscribers 'participantsLeft' イベントのコールバック。

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