From 1a16919bc17252ec226fc5be98ab7478a130ca78 Mon Sep 17 00:00:00 2001 From: ElectroMutex <97535877+SkillfulElectro@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:59:48 +0330 Subject: [PATCH] Update welcome.html --- welcome.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/welcome.html b/welcome.html index 7450675..400d1b8 100644 --- a/welcome.html +++ b/welcome.html @@ -99,9 +99,9 @@

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) also recommended to use main application for this purposes and keep this application for gui interfaces only + To request camera access: window.Backend.getCameraAccess() (returns a promise that resolves to true if access is granted) also its recommended to use main application for this purposes and keep this application for gui interfaces only
- To request microphone access: window.Backend.getMicrophoneAccess() (returns a promise that resolves to true if access is granted) also recommended to use main application for this purposes and keep this application for gui interfaces only + To request microphone access: window.Backend.getMicrophoneAccess() (returns a promise that resolves to true if access is granted) also its recommended to use main application for this purposes and keep this application for gui interfaces only
if you want to use webview tag , Visit