diff --git a/welcome.html b/welcome.html index f829655..9823865 100644 --- a/welcome.html +++ b/welcome.html @@ -99,6 +99,10 @@

MUTEXIS_KIT.js:


To set window icon dynamically: window.Backend.win_icon("D:/path/to/your/icon")
+ To request camera access: window.Backend.getCameraAccess() (returns a promise that resolves to true if access is granted) +
+ To request microphone access: window.Backend.getMicrophoneAccess() (returns a promise that resolves to true if access is granted) +
if you want to use webview tag , Visit