feat: only require screen capture and accessibility permissions#100
feat: only require screen capture and accessibility permissions#100richiemcilroy merged 9 commits intoCapSoftware:mainfrom
Conversation
|
@r17x is attempting to deploy a commit to the Cap Software Inc Team on Vercel. A member of the Team first needs to authorize it. |
ead9816 to
8d1bbf5
Compare
|
Hey @r17x this is awesome! Thanks for submitting so quickly. Would you be able to also do this for webcam as well? Make it so that camera permission is not required at startup, until you decide to (by clicking the list). Also, willing to add another $100 to the bounty if you can get the green MacBook webcam light to stop showing when no webcam is currently selected. |
|
Already updated the PR @richiemcilroy Here's videos for another $100 bounty. WhatsApp.Video.2024-10-06.at.10.10.35.mp4 |
|
Heres for camera (same behavior with permission.mp4 |
|
Hey @r17x! looks awesome :) One problem I've noticed is that once you do give permission, you only see the devices (webcam etc) once you right click and refresh. Is there a way to make it so that we check again/refresh the list once the permission has been granted? Also if it's possible to not open the dropdown list when we're actually requesting the permission. So technically the entire "No Camera" button should request for permission on click, instead of just "Request Permission". Actions: |
|
Let me know your thoughts @r17x whenever you get a chance - would love to get this live ASAP |
|
@richiemcilroy Here's my new updates:
Automatically update the list options devices (you must be click the options lists for showing the list of devices). Anyway, I didn't understood what's you mean
Fixed
Fixed prs.mp4 |
|
|
||
| export function createAudioDevicesQuery() { | ||
| const devices = createQuery(() => listAudioDevices); | ||
| createTimer(() => devices.refetch(), 1000, setInterval); |
There was a problem hiding this comment.
I removed this and set using queryOptions -> refetchInterval: 1000 - same way
|
/tip @r17x $100 |
|
🎉🎈 @r17x has been awarded $100! 🎈🎊 |




Changes
granted).Attachments
/claim #91
Ready for review @richiemcilroy