浏览代码

map tcptype for tcp candidates

j8
Philipp Hancke 11 年前
父节点
当前提交
2c499626b3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      libs/strophe/strophe.jingle.sdp.util.js

+ 1
- 0
libs/strophe/strophe.jingle.sdp.util.js 查看文件

@@ -208,6 +208,7 @@ SDPUtil = {
208 208
             line += 'tcptype';
209 209
             line += ' ';
210 210
             line += cand.tcptype;
211
+            line += ' ';
211 212
         }
212 213
         line += 'generation';
213 214
         line += ' ';

正在加载...
取消
保存