Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Start Call
- Click Screen Share
Expected Behavior
- The app prompts the system to select a specific application window for sharing.
- Shares the selected application window seamlessly during the meeting.
- Automatically stops screen sharing and releases screen-sharing resources when the call ends.
Actual Behavior
- The app requests access to share all open windows instead of targeting a specific application window.
- This requires the system to encode video streams for all open windows.
- On Macs with a large number of open windows (e.g., 50), this causes significant performance degradation, potentially freezing the system due to the strain of encoding multiple video streams simultaneously.
- The app fails to release screen or window-sharing resources even after the video meeting ends.
- This leads to potential privacy concerns and further performance issues.
- Screen share on Mac mutes microphone #951
Diagnosis report
Insert a diagnosis report here.
It can be found in the About window (open from the menu or via F1 and click on "Copy report" button).
Client logs
Press Ctrl+Shift+I (Cmd+Option+C on macOS) or use the context menu to open the developer tools, then go to the Console tab.
Insert error logs here.