map tcptype for tcp candidates
This commit is contained in:
parent
0d0c1b9516
commit
2c499626b3
|
@ -208,6 +208,7 @@ SDPUtil = {
|
|||
line += 'tcptype';
|
||||
line += ' ';
|
||||
line += cand.tcptype;
|
||||
line += ' ';
|
||||
}
|
||||
line += 'generation';
|
||||
line += ' ';
|
||||
|
|
Loading…
Reference in New Issue