Update README.md

This commit is contained in:
Pierre Balzack 2023-04-16 17:15:56 -07:00 committed by GitHub
parent 0afb1cf7a5
commit 7d760547fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,8 @@ Instruction for installing without a container in AWS are [here](/doc/aws.md).
Databag depends on a separate STUN/TURN relay server to provide audio and video calls. We've tested with both [cuturn](https://github.com/coturn/coturn) and [pion](https://github.com/pion/turn), but you should be able to use any implementation. Instruction for installing a coturn server are provided [here](https://gabrieltanner.org/blog/turn-server/). Databag depends on a separate STUN/TURN relay server to provide audio and video calls. We've tested with both [cuturn](https://github.com/coturn/coturn) and [pion](https://github.com/pion/turn), but you should be able to use any implementation. Instruction for installing a coturn server are provided [here](https://gabrieltanner.org/blog/turn-server/).
If you want to enable audio and video calls, you need setup your own relay server. For testing purposes you can however use the demo relay server: If you want to enable audio and video calls, you need setup your own relay server. For testing purposes you can however use the demo relay server configuration. In the admin page set:
- Enable WebRTC Calls: <switch on>
- WebRTC Server URL: turn:34.210.172.114:3478?transport=udp - WebRTC Server URL: turn:34.210.172.114:3478?transport=udp
- WebRTC Username: user - WebRTC Username: user
- WebRTC Password: pass - WebRTC Password: pass