Closed varun-d closed 4 years ago
My bad, it's right there on index.html.
Comment out speechRec and voiceLang.
window.chatroom = new window.Chatroom({
title: "Test Bot",
container: document.querySelector(".chat-container"),
welcomeMessage: "Hi, this is custom welcome message.",
host: "http://localhost:5005",
// speechRecognition: "en-US",
// voiceLang: "en-US"
});
Wondering if there's a configuration list somewhere? For example, config to turn off TTS?