[misc] Fix crash when accepting a video call. Fixes #5545
This commit is contained in:
		
							parent
							
								
									e3f16c6371
								
							
						
					
					
						commit
						8faa6feac6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -74,7 +74,7 @@ class JingleRTPContent(JingleContent): | |||
| 		params = {'controlling-mode': self.session.weinitiate, 'debug': False} | ||||
| 		if gajim.config.get('use_stun_server'): | ||||
| 			stun_server = gajim.config.get('stun_server') | ||||
| 			if not stun_server and self._stun_servers: | ||||
| 			if not stun_server and self.session.connection._stun_servers: | ||||
| 				stun_server = self._stun_servers[0]['host'] | ||||
| 			if stun_server: | ||||
| 				try: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue