From 2c499626b3c19dd71140cc6272f9d592aacb776a Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Tue, 19 Aug 2014 16:31:59 +0200 Subject: [PATCH] map tcptype for tcp candidates --- libs/strophe/strophe.jingle.sdp.util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/strophe/strophe.jingle.sdp.util.js b/libs/strophe/strophe.jingle.sdp.util.js index e57e584a0..78e63a771 100644 --- a/libs/strophe/strophe.jingle.sdp.util.js +++ b/libs/strophe/strophe.jingle.sdp.util.js @@ -208,6 +208,7 @@ SDPUtil = { line += 'tcptype'; line += ' '; line += cand.tcptype; + line += ' '; } line += 'generation'; line += ' ';