Поделиться через


ParticipantsJoinedListener type

Обратный вызов для CallAdapterSubscribers события "участниковJoined".

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