pub fn toggle_webcam_bubble()Expand description
Fire-and-forget toggle. Spawns the IPC call as a wasm-bindgen
future so the click handler returns immediately; failures are
logged to the JS console via web_sys::console::warn_1 rather
than surfaced to the user (the Rust side warns via tracing).