ScreenShareButtonSelector type

Tipo di selettore per il componente ScreenShareButton .

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