&voiceisolation
Enables OS/UA voice isolation mode for the microphone
Sender-Side Option! (&push
)
Aliases
&isolation
&vi
Options
Examples:
&voiceisolation
(enable)&voiceisolation=true
&voiceisolation=0
or&voiceisolation=off
(disable)
Details
Capture constraint: requests
getUserMedia({ audio: { voiceIsolation: true } })
.Goal: reduce background noise and prioritize speech at the OS/browser level.
Support varies; commonly available on iOS/macOS Safari. Unsupported browsers will ignore the flag.
Interactions: can be used alongside echo cancellation, auto-gain, and noise suppression. Actual behavior may differ by platform.
Related
&echocancellation&denoise&autogainLast updated
Was this helpful?