|  |  | @ -143,8 +143,8 @@ class CallViewController: UIViewController, CallObserver, CallServiceObserver, R | 
			
		
	
		
		
			
				
					
					|  |  |  |                                                name:NSNotification.Name.UIApplicationDidBecomeActive, |  |  |  |                                                name:NSNotification.Name.UIApplicationDidBecomeActive, | 
			
		
	
		
		
			
				
					
					|  |  |  |                                                object:nil) |  |  |  |                                                object:nil) | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         NotificationCenter.default.addObserver(forName: CallAudioServiceSessionChanged, object: nil, queue: nil) { _ in |  |  |  |         NotificationCenter.default.addObserver(forName: CallAudioServiceSessionChanged, object: nil, queue: nil) { [weak self] _ in | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             self.didChangeAudioSession() |  |  |  |             self?.didChangeAudioSession() | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |