共用方式為


ParticipantsLeftListener type

CallAdapterSubscribers 'participantsLeft' 事件的回呼。

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