Partilhar via


ScreenShareButtonSelector type

Tipo de seletor para o componente ScreenShareButton .

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