ParticipantsButtonSelector type
ParticipantsButton 구성 요소에 대한 선택기 유형입니다.
type ParticipantsButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }