Skip to content
Snippets Groups Projects
Commit 42849274 authored by zimio's avatar zimio
Browse files

get priority from candidate stanza

parent 9f3d4725
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment