الملفات
codepill-sfu/widgets/example-1.html
2025-08-10 22:27:22 +02:00

28 أسطر
998 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="dark"
data-widget-type="support"
data-widget-state="normal"
data-position="bottom-right"
data-check-online="false"
data-expert-images="https://i.pravatar.cc/40?img=1,https://i.pravatar.cc/40?img=2,https://i.pravatar.cc/40?img=3"
data-buttons="audio,video,screen,chat,join"
data-heading="Need Help?"
data-subheading="Get instant support from our expert team!"
data-connect-text="connect in &lt; 5 seconds"
data-online-text="We are online"
data-offline-text="We are offline"
data-powered-by="Powered by MiroTalk"
></div>
</body>
</html>