mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 06:14:05 +00:00
13 lines
336 B
HTML
13 lines
336 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Request Permissions</title>
|
|
<script src="requestPermissions.js"></script>
|
|
</head>
|
|
<body>
|
|
This page exists to workaround an issue with Chrome that blocks permission
|
|
requests from chrome extensions
|
|
<button id="requestMicrophone">Request Microphone</button>
|
|
</body>
|
|
</html>
|