Condividi tramite


ParticipantsJoinedListener type

Callback per CallAdapterSubscribers evento 'participantsJoined'.

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