Skip to content

Commit

Permalink
Update welcome.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Jun 10, 2024
1 parent 82024c9 commit 081d7b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ <h4 style="text-align: center;">MUTEXIS_KIT.js:</h4>
<br>
To set window icon dynamically: <code>window.Backend.win_icon("D:/path/to/your/icon")</code>
<br>
To request camera access: <code>window.Backend.getCameraAccess()</code> (returns a promise that resolves to <code>true</code> if access is granted)
<br>
To request microphone access: <code>window.Backend.getMicrophoneAccess()</code> (returns a promise that resolves to <code>true</code> if access is granted)
<br>
if you want to use webview tag , <a href="https://www.electronjs.org/docs/latest/api/webview-tag">Visit</a>
</p>
</div>
Expand Down

0 comments on commit 081d7b7

Please sign in to comment.