get priority from candidate stanza

This commit is contained in:
Jefry Lagrange 2011-08-14 23:49:23 -04:00
parent 9f3d472564
commit 4284927434
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@ class JingleTransportSocks5(JingleTransport):
'host': candidate['host'],
'port': candidate['port'],
'cid': candidate['cid'],
'type': typ
'type': typ,
'priority': candidate['priority']
}
candidates.append(cand)