mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
Voice for record and call button does not prompt for permission on desktop and mobile #1853
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 @dewrama on GitHub (Aug 22, 2024).
Bug Report
Voice should prompt for media permission. Depending on setting, if not allowed the 1st time or in advance setting, it is difficult to enable after. Open-webui should implement a check on voice button and prompt every time for permission in order to allow voice media. Otherwise, users are stuck with a media error every time and it is not useful for beginner users who might think it is an error with open-webui when it is actually a browser setting that is not easily set. Same goes for call button.
Installation Method
pip install open-webui
Environment
Expected Behavior:
If I click on voice, open-webui should prompt media permission on browser (web/mobile). This is problematic as some browsers do not easily allow enabling media according to web address, especially on mobile.
Actual Behavior:
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note