Freigeben über


ParticipantsJoinedListener type

Rückruf für CallAdapterSubscribers "participantsJoined"-Ereignis.

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