This page simulates a customer website with the widget embedded.
<script src="https://cdn.chatdakenh.com/widget.js" data-widget-id="YOUR_WIDGET_ID" data-api-url="http://localhost:3003/api/v1" data-ws-url="http://localhost:3001" async></script>
window.ChatDaKenh.init({
widgetId: 'YOUR_WIDGET_ID',
apiUrl: 'http://localhost:3003',
wsUrl: 'http://localhost:3001',
})
Dán identity_hash do backend của bạn tính (HMAC-SHA256 của
user_identifier ký bằng api_secret). Widget
phải đã được khởi tạo trước (đã thấy chat bubble).