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


ParticipantsJoinedListener type

Обратный вызов для события CallAdapterSubscribers "participantsJoined".

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