다음을 통해 공유


ParticipantListSelector type

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

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