From efcea97d2416840c5f99b4197bc546a002a19504 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Wed, 17 Aug 2016 15:20:44 +0200 Subject: [PATCH] Fix syntax error in example --- doc/CHANNELING-API.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CHANNELING-API.txt b/doc/CHANNELING-API.txt index 3dc19aa4..8b64f148 100644 --- a/doc/CHANNELING-API.txt +++ b/doc/CHANNELING-API.txt @@ -122,11 +122,11 @@ Special purpose documents for channling "username": "turn-username", "password": "turn-password", "ttl": 3600 - "urls": { + "urls": [ "turn:213.203.211.154:3478?transport=udp", "turn:213.203.211.154:3479?transport=tcp", "turns:213.203.211.154:443?transport=tcp" - } + ] }, "Stun": [ "stun:213.203.211.154:443"