Files
WhisperLiveKit/chrome-extension/requestPermissions.html
2025-09-04 16:36:28 +02:00

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>