fix: update screen share audio warning to recommend Chrome browser

This commit is contained in:
Jannis Braun
2026-03-16 19:27:12 +01:00
parent 26f2e2a817
commit 0815963e1b
2 changed files with 2 additions and 2 deletions
@@ -190,7 +190,7 @@ export function ScreenSharePicker() {
</label>
{shareAudio && (
<div className="text-[11px] text-accent-amber/80">
Headphones recommended to prevent echo
May echo voices back to viewers use Chrome browser for echo-free audio
</div>
)}
</div>