Partilhar via


ParticipantsJoinedListener type

Chamada de retorno para o evento "participantsJoined" de CallAdapterSubscribers .

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