次の方法で共有


ParticipantListSelector type

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

type ParticipantListSelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }