ParticipantsJoinedListener type

Callback for CallAdapterSubscribers 'participantsJoined' event.

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