Partager via


ScreenShareButtonSelector type

Type de sélecteur pour le composant ScreenShareButton .

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