Live chat
Setting up the live chat
<script src="https://chat.omnidesk.io/static/chat.js"></script>document.addEventListener('DOMContentLoaded', () => {
const chat = new Chat();
chat.start({
chatServerURL: '{{ chat.url }}/',
chatAccountToken: '{{ chat.account_token }}',
chatServerToken: '{{ chat.server_token }}',
});
window.chat = chat;
chat.showChatStartIcon();
});Available options trough the application interface
Available options through javascript code
Available functions
Chat availability
Last updated