From 35b9207773f61f9d78d3c6c4f0c567c352850588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Mon, 6 Nov 2017 11:11:21 +0100 Subject: [PATCH] Add missing comma --- server/config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.example.js b/server/config.example.js index db6f57f..0cfe5ed 100644 --- a/server/config.example.js +++ b/server/config.example.js @@ -17,7 +17,7 @@ module.exports = [ 'info', 'ice', - 'dlts' + 'dlts', 'rtp', 'srtp', 'rtcp',