get priority from candidate stanza
This commit is contained in:
parent
9f3d472564
commit
4284927434
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue