[Jingle] Don't send transport-info before the content itself
This commit is contained in:
parent
af7238f4e7
commit
06c7f2bdd5
|
@ -183,7 +183,7 @@ class JingleRTPContent(JingleContent):
|
|||
elif name == 'farsight-new-local-candidate':
|
||||
candidate = message.structure['candidate']
|
||||
self.transport.candidates.append(candidate)
|
||||
if self.candidates_ready:
|
||||
if self.sent:
|
||||
# FIXME: Is this case even possible?
|
||||
self.send_candidate(candidate)
|
||||
elif name == 'farsight-component-state-changed':
|
||||
|
|
Loading…
Reference in New Issue