Compartir a través de


ParticipantsJoinedListener type

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

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