ScreenShareButtonSelector type

Selector type for ScreenShareButton component.

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