소스 검색

Merge pull request #487 from christianlupus/turn-doc

Added a documentation enhancement regarding external TURN server
pull/491/head
Slavi Pantaleev 6 년 전
committed by GitHub
부모
커밋
7b8d0cd1ab
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      docs/configuring-playbook-turn.md

+ 9
- 0
docs/configuring-playbook-turn.md 파일 보기

@@ -31,3 +31,12 @@ matrix_synapse_turn_uris:
- turn:HOSTNAME_OR_IP?transport=udp
- turn:HOSTNAME_OR_IP?transport=tcp
```

If you have or want to enable [Jitsi](configuring-playbook-jitsi.md), you might want to enable the TURN server there too.
If you do not do it, Jitsi will fall back to an upstream service.

```yaml
matrix_jitsi_web_stun_servers:
- stun:HOSTNAME_OR_IP:PORT
```
You can put multiple host/port combinations if you like.

불러오는 중...
취소
저장