Mercurial > prosody-modules
comparison mod_turncredentials/README.markdown @ 4003:b6fdd7e24bcc
mod_turncredentials/README: Link to some stun/turn implementations (thanks Holger)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 30 Apr 2020 13:18:08 +0200 |
parents | 9e84a9cc3415 |
children | 56a13ba59b28 |
comparison
equal
deleted
inserted
replaced
4002:9e84a9cc3415 | 4003:b6fdd7e24bcc |
---|---|
10 turncredentials\_secret string *required* | 10 turncredentials\_secret string *required* |
11 turncredentials\_host string *required* | 11 turncredentials\_host string *required* |
12 turncredentials\_port number `3478` | 12 turncredentials\_port number `3478` |
13 turncredentials\_ttl number `86400` | 13 turncredentials\_ttl number `86400` |
14 | 14 |
15 # Compatible TURN / STUN servers. | |
15 | 16 |
17 - [coturn](https://github.com/coturn/coturn) - [setup guide][doc:coturn] | |
18 - [restund](http://www.creytiv.com/restund.html) | |
19 - [reTURNManager](https://github.com/thisisdingo/reTURNManager) |