Udostępnij przez


ScreenShareButtonSelector type

Typ selektora dla składnika ScreenShareButton.

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