Skip to main content

start_screen_capture

Function start_screen_capture 

Source
pub fn start_screen_capture(_source_id: Option<String>) -> Result<(), String>
Expand description

Non-macOS stub for start_screen_capture. Returns the requires-macOS-13.0 error so the Leptos picker surfaces a consistent message across platforms. Signature matches the macOS variant so the IPC schema stays uniform.

ยงErrors

Always returns "screen capture requires macOS 13.0+".