다음을 통해 공유


ParticipantsJoinedListener type

type ParticipantsJoinedListener = (event: {
  joined: RemoteParticipant[]
}) => void