次の方法で共有


ChatParticipantListSelector type

コンポーネントのセレクターの onRenderParticipantList 種類。

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