Delen via


ParticipantsJoinedListener type

Callback voor CallAdapterSubscribers event 'participantsJoined'.

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