Replies: 4 comments 32 replies
-
Livebook Desktop works as a regular page in your browser. There is nothing exclusive to it. We have both Kino.Input.audio and Kino.Input.image which work for me from the desktop. Do they work for you? |
Beta Was this translation helpful? Give feedback.
-
It does, I wouldn't have sent the snippet otherwise. :) Does it print "mic authorized" or "mic not authorized" at all? It seems the popup is only ever shown once per app. When I was testing this snippet in the terminal the app was considered iTerm2. On subsequent runs, no popup. To control the setting I had to change it manually in System Preferences. Running this command reset the permissions for all apps asking for Microphone access:
Apparently you can do it per app too:
(https://apple.stackexchange.com/a/360610) The Bundle ID for Livebook is |
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks @mat-hek! |
Beta Was this translation helpful? Give feedback.
-
Hi, didn't find time to create a proper library for requesting permissions, so for now I merged that into our plugin. It seems it works, even on my laptop 😄 Thanks everyone for your help ;) |
Beta Was this translation helpful? Give feedback.
-
Hello, we have a small demo livebook that uses the microphone via OS API. Unfortunately, it doesn't work on Livebook desktop, unless you configure a custom runtime. I suppose it's because of permissions, but I cannot allow Livebook to use the microphone - it doesn't show up in that setting. I believe that would be the case for the camera too.
Would it be possible to make these permissions configurable for Livebook desktop?
Beta Was this translation helpful? Give feedback.
All reactions