Partager via


ChatParticipantListSelector type

Type de sélecteur pour onRenderParticipantList le composant.

type ChatParticipantListSelector = (
  state: ChatClientState,
  props: ChatBaseSelectorProps
) => { myUserId: string, participants: ParticipantListParticipant[] }