Partilhar via


ScreenShareButtonSelector type

Tipo de seletor para componente ScreenShareButton.

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