pub fn set_webcam_bubble_visibility(visible: bool)Expand description
Fire-and-forget setter. Use when the UI owns the source of truth
for the bubble’s desired state (e.g. the recorder’s
camera_enabled signal). Idempotent on the Rust side, so safe to
call on every toggle click + on page mount for initial alignment.
ISS-05.