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