2024-10-23 01:36:24 +08:00
# Setting up Go Skype Bridge bridging (optional)
2022-06-13 05:29:43 +08:00
2024-10-19 01:32:11 +08:00
The playbook can install and configure [go-skype-bridge ](https://github.com/kelaresg/go-skype-bridge ) for you.
2022-06-13 05:29:43 +08:00
See the project page to learn what it does and why it might be useful to you.
2024-10-12 19:48:24 +08:00
## Adjusting the playbook configuration
2022-06-13 05:29:43 +08:00
2024-10-17 21:17:56 +08: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-13 05:29:43 +08:00
```yaml
matrix_go_skype_bridge_enabled: true
```
2024-10-13 02:03:46 +08:00
## Installing
After configuring the playbook, run the [installation ](installing.md ) command: `just install-all` or `just setup-all`
2022-06-13 05:29:43 +08:00
## Usage
2024-10-19 01:32:11 +08: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-13 05:29:43 +08:00
Send `help` to the bot to see the commands available.