fix: update screen share audio warning to recommend Chrome browser
This commit is contained in:
@@ -190,7 +190,7 @@ export function ScreenSharePicker() {
|
|||||||
</label>
|
</label>
|
||||||
{shareAudio && (
|
{shareAudio && (
|
||||||
<div className="text-[11px] text-accent-amber/80">
|
<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>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -229,7 +229,7 @@ export function ScreenShareSettingsPopover({ open, onClose, anchorRef }: ScreenS
|
|||||||
</div>
|
</div>
|
||||||
{isElectron() && config.shareAudio && (
|
{isElectron() && config.shareAudio && (
|
||||||
<div className="text-[10px] text-accent-amber/80 mt-0.5">
|
<div className="text-[10px] text-accent-amber/80 mt-0.5">
|
||||||
Headphones recommended
|
Use Chrome for echo-free audio
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user