Files
2026-02-07 23:11:53 +01:00

28 lines
789 B
HTML

<!doctype html>
<html lang="en">
<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>Call-me - Simple Iframe Example</title>
</head>
<body>
<iframe
id="callmeIframe"
allow="
camera;
microphone;
speaker-selection;
display-capture;
fullscreen;
clipboard-read;
clipboard-write;
web-share;
autoplay;
"
src="https://cme.mirotalk.com"
style="height: 100vh; width: 100vw; border: 0px"
></iframe>
</body>
</html>