Partager via


ParticipantsJoinedListener type

Rappel de l’événement CallAdapterSubscribers « participantsJoined ».

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