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 @@
window.Backend.win_icon("D:/path/to/your/icon")
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
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