mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-01 03:27:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			167 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			167 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import { IFrameHelper } from 'widget/helpers/utils';
 | |
| 
 | |
| export const playNewMessageNotificationInWidget = () => {
 | |
|   IFrameHelper.sendMessage({ event: 'playAudio' });
 | |
| };
 | 
