ParticipantsJoinedListener type

Återanrop till CallAdapterSubscribers "participantsJoined"-händelse.

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