mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #24416] feat: Call overlay should remember last selected camera #123605
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kylapaallikko on GitHub (May 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24416
Check Existing Issues
Verify Feature Scope
Problem Description
Every time you turn on the
Voice modethe selected camera is reset in the call overlay. If you want to show something and ask about it you need to first select the right camera. After stopping the call and turn it back on you need to do it again.Desired Solution you'd like
The user's last selected camera should be remembered for added convenience.
Something along this line might work?
Alternatives Considered
No response
Additional Context
@owui-terminator[bot] commented on GitHub (May 6, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟢 #24315 bug: Voice Mode Custom Prompt toggle always re-enables
Both issues are about Voice Mode UI state not persisting across sessions/restarts. This one concerns a prompt toggle resetting, while #24416 concerns the selected camera resetting; both point to missing persistence for call/voice overlay settings.
by Soakedcardinal ·
bug🟣 #2995 **enh: call voice input sensitivity **
This is the closest call-feature issue found, but it addresses audio input sensitivity rather than camera selection. It is related only in that it concerns the same voice call overlay component, so it may help locate adjacent code paths.
by hsman2 ·
enhancement,good first issue,help wanted💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@tjbck commented on GitHub (May 8, 2026):
Addressed in dev.