Skip to content

Commit

Permalink
[mirotalksfu] - #170 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Oct 25, 2024
1 parent 8c5ace0 commit 2b17efc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/config.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2b17efc

Please sign in to comment.