Partager via


ParticipantsJoinedListener type

Rappel pour CallAdapterSubscribers 'participantsJoined'.

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