Update voice.html

This commit is contained in:
thecyberlearn 2025-06-03 10:17:26 +05:30 committed by GitHub
parent fae2bf90f4
commit 4f146682f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,9 @@
<!-- Frame Area --> <!-- Frame Area -->
<div class="rounded-2xl overflow-hidden shadow-2xl bg-white w-full h-[75vh] transition-all duration-700"> <div class="rounded-2xl overflow-hidden shadow-2xl bg-white w-full h-[75vh] transition-all duration-700">
<iframe id="agentFrame" src="" class="w-full h-full border-none"></iframe> <iframe id="agentFrame" src="" class="w-full h-full border-none"
allow="camera; microphone; fullscreen; display-capture"></iframe>
</div> </div>
</div> </div>
</div> </div>
@ -213,4 +215,4 @@
}; };
</script> </script>
</body> </body>
</html> </html>