ScreenShareButtonSelector type
Typ selektoru pro komponentu ScreenShareButton.
type ScreenShareButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { checked?: boolean; disabled?: boolean }