Skip to content

Add ability to exclude specific windows from Screen Sharing on MacOS #567

@tomastiminskas

Description

@tomastiminskas

Is your feature request related to a problem? Please describe.
I created an NSPanel that will stay always visible when navigating on my Mac desktop and apps while on a call. It includes Mic toggle button, camera toggle button, screen sharing button and end call button. It can be dragged and it's hidden when I get back to my app. I'm using includeCurrentApplication: true on screen sharing feature since the app where I implemented the Live Kit SDK has more than the call window and those might need to be shared with others. But I want to exclude the NSPanel from the captured content

Describe the solution you'd like
Having the ability to exclude any window. by windowId or any identifier would be great. Or at least allow to exclude the NSPanel or any window of your own application setting sharingType = .none which right now seems to have no effect at all

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions