2022-06-12 23:29:43 +02:00
# Setting up Go Skype Bridge (optional)
2024-10-18 19:32:11 +02:00
The playbook can install and configure [go-skype-bridge ](https://github.com/kelaresg/go-skype-bridge ) for you.
2022-06-12 23:29:43 +02:00
See the project page to learn what it does and why it might be useful to you.
2024-10-12 13:48:24 +02:00
## Adjusting the playbook configuration
2022-06-12 23:29:43 +02:00
2024-10-17 15:17:56 +02:00
To enable the [Skype ](https://www.skype.com/ ) bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:
2022-06-12 23:29:43 +02:00
```yaml
matrix_go_skype_bridge_enabled: true
```
2024-10-12 20:03:46 +02:00
## Installing
After configuring the playbook, run the [installation ](installing.md ) command: `just install-all` or `just setup-all`
2022-06-12 23:29:43 +02:00
## Usage
2024-10-18 19:32:11 +02:00
Once the bot is enabled, you need to start a chat with `Skype bridge bot` with the handle `@skypebridgebot:example.com` (where `example.com` is your base domain, not the `matrix.` domain).
2022-06-12 23:29:43 +02:00
Send `help` to the bot to see the commands available.