ScreenShareButtonSelector type
Auswahltyp für ScreenShareButton Komponente.
type ScreenShareButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { checked?: boolean; disabled?: boolean }