다음을 통해 공유


ParticipantsLeftListener type

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