Demo Bot: first proof of concept.

This commit is contained in:
John Livingston
2021-12-07 13:14:01 +01:00
parent f8ce4e6583
commit 978ee83eee
9 changed files with 307 additions and 25 deletions

View File

@ -49,8 +49,8 @@ export async function diagProsody (test: string, options: RegisterServerOptions)
}
result.messages.push(`Room content will be saved for '${wantedConfig.logExpiration.value}'`)
if (wantedConfig.bots.demo) {
result.messages.push(`The Demo bot is active for videos: ${wantedConfig.bots.demo.join(', ')}`)
if (wantedConfig.bots.demobot) {
result.messages.push(`The Demo bot is active for videos: ${wantedConfig.bots.demobot.join(', ')}`)
}
const configFiles = wantedConfig.getConfigFiles()