ParticipantsJoinedListener type

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

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