الملفات
codepill-sfu/widgets/example-0.html
2025-08-06 18:21:43 +02:00

20 أسطر
507 B
HTML

<!doctype html>
<html>
<head>
<script src="https://sfu.mirotalk.com/js/Widget.js"></script>
</head>
<body>
<div
id="support-widget"
data-mirotalk-auto
data-domain="sfu.mirotalk.com"
data-room="support-room"
data-theme="light"
data-widget-type="support"
data-widget-state="normal"
data-position="bottom-right"
data-check-online="false"
></div>
</body>
</html>