次の方法で共有


ParticipantsButtonSelector type

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

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