mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +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' });
 | 
						|
};
 |