-
-
Notifications
You must be signed in to change notification settings - Fork 22
Description
First off, awesome work! I wanted to sincerely thank you for all the effort put into this project.
Recently discovered this issue while testing out haven:
System Info / App Versions
Haven Desktop: 1.1.4 (also reproduced on 1.1.3)
Haven Web-App / Server: 2.7.6 (also reproduced on 2.7.5)
OS: Microsoft Windows 11 Pro
OS Build: 10.0.26200 Build 26200
Summary
When streaming an application window and selecting a per-application audio source in Haven Desktop 1.1.4, a warning pop-up will display with the following message:
"Screen sharing started (no audio - enable it in the browser picker)"
It looks like the info message gets returned here:
Haven/public/js/modules/app-voice.js
Line 215 in 31dc921
| this._showToast('Screen sharing started (no audio — enable it in the browser picker)', 'info'); |
Steps to reproduce
- On Haven Desktop, join voice channel and start a screen share.
- Select an application window.
- Under application audio, choose a source other than system audio.
Screenshots
If / when you get an opportunity, any thoughts? Let me know if there's any more information I can provide.
Note:
Initially opened an issue on the haven-desktop repo:
ancsemi/Haven-Desktop#13
But after some light digging, it seems like the problem is server side and I thought it might make more sense to open an issue here. If not, apologies, let me know and I can close this out / re-open on the desktop repo.