ParticipantsJoinedListener type

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