[mirotalk] - add widgets, update dep

This commit is contained in:
Miroslav Pejic
2025-08-06 01:30:29 +02:00
parent 3738838d17
commit d27a1c64a8
9 changed files with 861 additions and 69 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MiroTalk - Simple Iframe Example</title>
</head>
<body>
<iframe
id="mirotalkIframe"
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://p2p.mirotalk.com/newcall"
style="height: 100vh; width: 100vw; border: 0px"
></iframe>
</body>
</html>