mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-01 00:55:26 +00:00
Update README.md
This commit is contained in:
parent
68b6491131
commit
0761ab1efc
18
README.md
18
README.md
@ -12,10 +12,20 @@ Built on:
|
|||||||
```
|
```
|
||||||
<script src="./chatbox.js"></script>
|
<script src="./chatbox.js"></script>
|
||||||
<script>
|
<script>
|
||||||
EmbeddableChatbox.mount({
|
var config = {
|
||||||
matrixServerUrl: "https://matrix.rhok.space",
|
matrixServerUrl: 'https://matrix.rhok.space',
|
||||||
botUsername: "@help-bot:rhok.space"
|
botId: '@help-bot:rhok.space',
|
||||||
});
|
roomName: 'Support Chat',
|
||||||
|
termsUrl: 'https://tosdr.org/',
|
||||||
|
introMessage: 'This chat application does not collect any of your personal data or any data from your use of this service.',
|
||||||
|
agreementMessage: 'Do you want to continue?',
|
||||||
|
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);
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
Options:
|
Options:
|
||||||
|
Loading…
Reference in New Issue
Block a user