共用方式為


ParticipantsButtonSelector type

ParticipantsButton元件的選取器類型。

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