共用方式為


ScreenShareButtonSelector type

ScreenShareButton 元件的選取器類型。

type ScreenShareButtonSelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => { checked?: boolean }