Page 1 of 1
enable microphone on webview gadget ?
Posted: Sun Feb 25, 2024 11:17 pm
by skinkairewalker
hello everyone !
is there any way to enable WebViewGadget microphone on MacOSX?
I was testing whether the WebViewGadget is capable of recording audio and video. But apparently there are no permissions, is it possible to enable them on Mac?
screenshot :
https://prnt.sc/YMKJtXyINETE
Re: enable microphone on webview gadget ?
Posted: Mon Feb 26, 2024 6:17 pm
by Wolfram
You must enable microphone access for your APP in system settings privacy.
Re: enable microphone on webview gadget ?
Posted: Tue Feb 27, 2024 8:31 pm
by skinkairewalker
Re: enable microphone on webview gadget ?
Posted: Fri Mar 08, 2024 7:26 pm
by skinkairewalker
someone know a way ? xD
Re: enable microphone on webview gadget ?
Posted: Sat Mar 09, 2024 4:13 pm
by Fred
A webViewGadget() isn't chrome, you should set it for you PB app
Re: enable microphone on webview gadget ?
Posted: Sun Mar 10, 2024 4:57 pm
by skinkairewalker
Would I have to use cocoa functions?
How would I go about enabling it?
Re: enable microphone on webview gadget ?
Posted: Tue Jun 04, 2024 11:31 pm
by skinkairewalker
Fred wrote: Sat Mar 09, 2024 4:13 pm
A webViewGadget() isn't chrome, you should set it for you PB app
After a period of studying webkit and I still haven't reached a satisfactory solution...
Does anyone have any idea of a way?