lasthourhosting/js/liveChat.js
Gary 42f865d633 update footer year
remove old components
2025-04-15 15:55:56 -07:00

17 lines
646 B
JavaScript

var config = {
matrixServerUrl: "https://s.shilohcode.com",
botId: "@your-help-bot:matrix.org",
roomName: "Support Chat",
termsUrl: "/terms-of-service",
introMessage:
"This chat application does not collect any of your personal data or any data from your use of this service.",
agreementMessage: "LIVE CHAT OFFLINE",
confirmationMessage: "Waiting for a facilitator to join the chat...",
exitMessage: "The chat is closed. You may close this window.",
chatUnavailableMessage:
"The chat service is not available right now. Please try again later.",
anonymousDisplayName: "Anonymous",
};
EmbeddableChatbox.mount(config);