[Jingle] Don't send transport-info before the content itself
This commit is contained in:
		
							parent
							
								
									af7238f4e7
								
							
						
					
					
						commit
						06c7f2bdd5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		
		Reference in a new issue