[Jingle] Don't send transport-info before the content itself

This commit is contained in:
Thibaut Girka 2010-05-03 15:27:56 +02:00
parent af7238f4e7
commit 06c7f2bdd5
1 changed files with 1 additions and 1 deletions

View File

@ -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':