Parcourir la source

map tcptype for tcp candidates

j8
Philipp Hancke il y a 11 ans
Parent
révision
2c499626b3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      libs/strophe/strophe.jingle.sdp.util.js

+ 1
- 0
libs/strophe/strophe.jingle.sdp.util.js Voir le fichier

@@ -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 += ' ';

Chargement…
Annuler
Enregistrer