Megosztás a következőn keresztül:


ParticipantsAddedListener type

Visszahívás ChatAdapterSubscribers "participantsAdded" eseményhez.

type ParticipantsAddedListener = (event: {
  addedBy: ChatParticipant
  participantsAdded: ChatParticipant[]
}) => void