Compartilhar via


ParticipantsJoinedListener type

Retorno de chamada para o evento "participantsJoined" de CallAdapterSubscribers .

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