19 lines
630 B
JSON
19 lines
630 B
JSON
|
{
|
||
|
"matrixServerUrl": "",
|
||
|
"settingsEndpoint": "",
|
||
|
"facilitatorRoomId": "",
|
||
|
"encryptionConfig": {
|
||
|
"algorithm": "m.megolm.v1.aes-sha2"
|
||
|
},
|
||
|
"kickReason": "A facilitator has already joined this chat.",
|
||
|
"botErrorMessage": "Something went wrong on our end, please restart the chat and try again.",
|
||
|
"botUserId": "",
|
||
|
"botUsername": "",
|
||
|
"botPassword": "",
|
||
|
"botDisplayName": "Help Bot",
|
||
|
"captureTranscripts": true,
|
||
|
"chatNotAvailableMessage": "The support chat is not available right now.",
|
||
|
"chatInactiveMessage": "This chat has been closed due to inactivity.",
|
||
|
"maxWaitTime": 180,
|
||
|
"maxInactiveTime": 3600
|
||
|
}
|