From 2b17efc79d57c97fa4af6b475a296c07cc728b77 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 26 Oct 2024 01:41:23 +0200 Subject: [PATCH] [mirotalksfu] - #170 fix typo --- app/src/config.template.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/config.template.js b/app/src/config.template.js index 51aec0cc..8154b28c 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -279,13 +279,13 @@ module.exports = { Mattermost: https://mattermost.com 1. Navigate to Main Menu > Integrations > Slash Commands in Mattermost. 2. Click on Add Slash Command and configure the following settings: - - Title: Enter a descriptive title (e.g., `P2P Command`). - - Command Trigger Word: Set the trigger word to `p2p`. + - Title: Enter a descriptive title (e.g., `SFU Command`). + - Command Trigger Word: Set the trigger word to `sfu`. - Callback URLs: Enter the URL for your Express server (e.g., `https://yourserver.com/mattermost`). - Request Method: Select POST. - - Enable Autocomplete: Check the box for **Autocomplete**. - - Autocomplete Description: Provide a brief description (e.g., `Get MiroTalk P2P meeting room`). - 3. Save the slash command and copy the generated token here as MATTERMOST_TOKEN. + - Enable Autocomplete: Check the box for Autocomplete. + - Autocomplete Description: Provide a brief description (e.g., `Get MiroTalk SFU meeting room`). + 3. Save the slash command and copy the generated token (YourMattermostToken). */ enabled: false, serverUrl: 'YourMattermostServerUrl',