Welcome to Our Demo Website

Experience live chat with audio/video calling capabilities

Click the chat button in the bottom right to get started!

💬

Live Chat

Real-time messaging with our support team

🎤

Audio Calls

Voice conversations with screen sharing

📹

Video Calls

Face-to-face video conversations

How to Add LiveChat to Your Website

Add this simple code to your website:

<!-- Add these scripts to your website --> <script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script> <script src="https://unpkg.com/peerjs@1.4.7/dist/peerjs.min.js"></script> <script src="https://support.unbint.com/client-sdk/livechat.js" data-website-id="YOUR_WEBSITE_ID" data-position="bottom-right" data-color="#0084ff" data-greeting="Hello! How can we help you today?" data-auto-open="false"> </script>

Or initialize manually:

<script> // Manual initialization const livechat = new LiveChatWidget({ websiteId: 'your-website-id', position: 'bottom-right', primaryColor: '#0084ff', greetingMessage: 'Hello! How can we help?', autoOpen: false }); </script>

Features