Shivam Mishra 
							
						 
					 
					
						
						
							
						
						a88d155dd7 
					 
					
						
						
							
							feat: update tool-chain to latest ( #7975 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Pranav Raj S <pranav@chatwoot.com > 
						
						
					 
					
						2023-09-27 14:02:34 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pranav Raj S 
							
						 
					 
					
						
						
							
						
						6ffb7fe34e 
					 
					
						
						
							
							chore: Refactor audio notification helper ( #6148 )  
						
						 
						
						
						
						
					 
					
						2022-12-30 13:54:37 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sivin Varghese 
							
						 
					 
					
						
						
							
						
						02a687b226 
					 
					
						
						
							
							feat: Add new audio alert options ( #6141 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Pranav Raj S <pranav@chatwoot.com > 
						
						
					 
					
						2022-12-30 13:54:37 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pranav Raj S 
							
						 
					 
					
						
						
							
						
						95cc55d043 
					 
					
						
						
							
							fix: Update pagination logic in the help center ( #5693 )  
						
						 
						
						
						
						
					 
					
						2022-10-20 20:05:17 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chad Burggraf 
							
						 
					 
					
						
						
							
						
						4d0b302802 
					 
					
						
						
							
							Avoid crashing when AudioContext is not available. ( #5641 )  
						
						 
						
						... 
						
						
						
						#4942 . We've also had a number of crash reports show up in our logs related to this. Typically we see "undefined is not a constructor" because of the `window.AudioContext || window.webkitAudioContext` returns `undefined`. 
						
						
					 
					
						2022-10-20 19:13:20 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chad Burggraf 
							
						 
					 
					
						
						
							
						
						558e3c7499 
					 
					
						
						
							
							fix: Catch audio context errors ( #5051 )  
						
						 
						
						... 
						
						
						
						Prevent errors in decoding and playing sounds from propagating
by catching them in the promise chain.
Fixes  #4281 . 
						
						
					 
					
						2022-07-19 08:59:50 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pranav Raj S 
							
						 
					 
					
						
						
							
						
						2e0d43c093 
					 
					
						
						
							
							chore: Use different files for widget and dashboard audio alert ( #4637 )  
						
						 
						
						
						
						
					 
					
						2022-05-06 20:19:36 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sivin Varghese 
							
						 
					 
					
						
						
							
						
						d4a046a21e 
					 
					
						
						
							
							fix: Audio notification would not work without action on the dashboard ( #4303 )  
						
						 
						
						... 
						
						
						
						* fixes: Audio notification would not work without an action on dashboard
* fixes spec
* Minor fixes
* Minor fixes
* Review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com > 
						
						
					 
					
						2022-04-07 10:23:18 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nithin David Thomas 
							
						 
					 
					
						
						
							
						
						3c3b6f90c7 
					 
					
						
						
							
							fix: Add base_url to the audio notification file ( #4116 )  
						
						 
						
						
						
						
					 
					
						2022-03-10 20:40:47 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sivin Varghese 
							
						 
					 
					
						
						
							
						
						a3cb26a317 
					 
					
						
						
							
							fix: AudioContext warning when loading widget on Chrome ( #3956 )  
						
						 
						
						... 
						
						
						
						* fix: AudioContext warning when loading widget on Chrome
* minor fixes
* Minor fixes
* adds event on document
* Play audio from parent window through SDK
* Adds notification to dashboard
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com >
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com > 
						
						
					 
					
						2022-02-28 21:43:24 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sivin Varghese 
							
						 
					 
					
						
						
							
						
						050df43789 
					 
					
						
						
							
							feat: Adds sound alert notification for new messages on the widget ( #3181 )  
						
						 
						
						... 
						
						
						
						* feat: Adds sound alert notification for new messages on the widget
* Review fixes
* uses absolute path
* Minor fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com > 
						
						
					 
					
						2021-10-18 06:09:04 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sivin Varghese 
							
						 
					 
					
						
						
							
						
						0bd48129b9 
					 
					
						
						
							
							feat: Add settings for audio alert notifications ( #2415 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Pranav Raj S <pranav@chatwoot.com > 
						
						
					 
					
						2021-07-05 12:01:54 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sivin Varghese 
							
						 
					 
					
						
						
							
						
						a14e8ba250 
					 
					
						
						
							
							Fix: Adds favicon badge for notification alert. ( #2079 )  
						
						 
						
						... 
						
						
						
						* Adds favicon badge for notification alert. 
						
						
					 
					
						2021-04-13 19:25:19 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nithin David Thomas 
							
						 
					 
					
						
						
							
						
						d70208a0a8 
					 
					
						
						
							
							Fix: apply alert conditions while document is hidden ( #1859 )  
						
						 
						
						
						
						
					 
					
						2021-03-08 13:13:13 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nithin David Thomas 
							
						 
					 
					
						
						
							
						
						9e8a943ec7 
					 
					
						
						
							
							feat: Add audio alert for incoming messages on dashboard ( #1738 )  
						
						 
						
						... 
						
						
						
						Fixes : #1345  
						
						
					 
					
						2021-03-04 19:24:03 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pranav Raj S 
							
						 
					 
					
						
						
							
						
						e8cf59c661 
					 
					
						
						
							
							Feature: Alert widget user when message is received from agent ( #571 )  
						
						 
						
						
						
						
					 
					
						2020-02-29 11:27:02 +05:30