jitsi support turn

This commit is contained in:
uumas
2022-05-14 00:42:18 +03:00
parent 11991867c6
commit 166cc09277
3 changed files with 14 additions and 1 deletions

View File

@@ -7,3 +7,11 @@ ports:
jitsi_domain: 'jitsi.domain.tld'
```
These vars are optional:
```
# for TURN, no turn server is used if not defined
turn_domain: turn.domain.tld
turn_secret: secret
```