共用方式為


ParticipantListSelector type

ParticipantList元件的選取器類型。

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