Add forgotten TURN options to validator

Fixes #2621
This commit is contained in:
Evgeny Khramtsov 2018-09-29 23:05:41 +03:00
parent 984a00195a
commit 73af98a8dc
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ listen_opt_type(server_name) ->
listen_options() ->
[{shaper, none},
{use_turn, false},
{turn_ip, undefined},
{auth_type, user},
{auth_realm, undefined},
{tls, false},