Voice-only support is an interface mode that lets a user control an app through spoken commands instead of touch, keyboard, or full video-driven menus. It is common in driving, accessibility, and hands-free workflows, where reducing visual interaction matters more than exposing every feature on screen. In practice, the app may let users join calls, confirm actions, or navigate basic options by voice while limiting richer controls.
From a cyber security perspective, voice-only support changes the trust boundary. It can reduce some risks tied to touchscreens and exposed displays, but it introduces others: account switching mistakes, accidental activation, voice spoofing, and privacy leaks in public or shared spaces. Defenders often pair it with strong authentication, clear session handling, and limited permissions so a spoken command cannot perform sensitive actions without confirmation. Attackers may try to exploit weak voice recognition or an already signed-in session to trigger unauthorized access. In short, voice-only support is safer than full interaction in some contexts, but only if identity and consent are still enforced.



