comparison mod_turncredentials/README.markdown @ 4008:ec9011df2dc6

Merge
author JC Brand <jc@opkode.com>
date Fri, 01 May 2020 11:34:43 +0200
parents fe6cb37ac180
children 4b47c8eeca22
comparison
equal deleted inserted replaced
4007:845d13ab0dc0 4008:ec9011df2dc6
1 Introduction 1 # Introduction
2 ============
3 2
4 [XEP-0215] implementation for time-limited TURN credentials. 3 [XEP-0215] implementation for [time-limited TURN
4 credentials](https://tools.ietf.org/html/draft-uberti-behave-turn-rest-00).
5 5
6 Configuration 6 # Configuration
7 =============
8 7
9 Option Type Default 8 Option Type Default
10 ------------------------- -------- ------------ 9 ------------------------- -------- ------------
11 turncredentials\_secret string *required* 10 turncredentials\_secret string *required*
12 turncredentials\_host string *required* 11 turncredentials\_host string *required*
13 turncredentials\_port number `3478` 12 turncredentials\_port number `3478`
14 turncredentials\_ttl number `86400` 13 turncredentials\_ttl number `86400`
15 14
15 # Compatible TURN / STUN servers.
16 16
17 - [coturn](https://github.com/coturn/coturn) - [setup guide][doc:coturn]
18 - [restund](http://www.creytiv.com/restund.html)