|  |  |  | @ -72,7 +72,7 @@ class _ChatDetailScreenState extends State<ChatDetailScreen> { | 
		
	
		
			
				|  |  |  |  |           actions: [ | 
		
	
		
			
				|  |  |  |  |             IconButton( | 
		
	
		
			
				|  |  |  |  |               onPressed: () { | 
		
	
		
			
				|  |  |  |  |                 makeCall("AUDIO"); | 
		
	
		
			
				|  |  |  |  |                // makeCall("AUDIO"); | 
		
	
		
			
				|  |  |  |  |               }, | 
		
	
		
			
				|  |  |  |  |               icon: SvgPicture.asset( | 
		
	
		
			
				|  |  |  |  |                 "assets/icons/chat/call.svg", | 
		
	
	
		
			
				
					|  |  |  | @ -82,7 +82,7 @@ class _ChatDetailScreenState extends State<ChatDetailScreen> { | 
		
	
		
			
				|  |  |  |  |             ), | 
		
	
		
			
				|  |  |  |  |             IconButton( | 
		
	
		
			
				|  |  |  |  |               onPressed: () { | 
		
	
		
			
				|  |  |  |  |                 makeCall("VIDEO"); | 
		
	
		
			
				|  |  |  |  |                // makeCall("VIDEO"); | 
		
	
		
			
				|  |  |  |  |               }, | 
		
	
		
			
				|  |  |  |  |               icon: SvgPicture.asset( | 
		
	
		
			
				|  |  |  |  |                 "assets/icons/chat/video_call.svg", | 
		
	
	
		
			
				
					|  |  |  | 
 |