map tcptype for tcp candidates

This commit is contained in:
Philipp Hancke 2014-08-19 16:31:59 +02:00
parent 0d0c1b9516
commit 2c499626b3
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ SDPUtil = {
line += 'tcptype'; line += 'tcptype';
line += ' '; line += ' ';
line += cand.tcptype; line += cand.tcptype;
line += ' ';
} }
line += 'generation'; line += 'generation';
line += ' '; line += ' ';