共用方式為


ChatParticipantListSelector type

元件的選取器類型 onRenderParticipantList

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