다음을 통해 공유


ParticipantsButtonSelector type

ParticipantsButton 구성 요소에 대한 선택기 유형입니다.

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