Compartir a través de


ParticipantsJoinedListener type

Devolución de llamada para CallAdapterSubscribers evento "participantsJoined".

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