Partilhar via


ParticipantsJoinedListener type

Retorno de chamada para CallAdapterSubscribers evento 'participantsJoined'.

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