ParticipantsButtonSelector type
ParticipantsButton コンポーネントのセレクターの種類。
type ParticipantsButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }