diff --git a/welcome.html b/welcome.html index f829655..9823865 100644 --- a/welcome.html +++ b/welcome.html @@ -99,6 +99,10 @@
window.Backend.win_icon("D:/path/to/your/icon")
window.Backend.getCameraAccess()
(returns a promise that resolves to true
if access is granted)
+ window.Backend.getMicrophoneAccess()
(returns a promise that resolves to true
if access is granted)
+