mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-07 21:02:39 +08:00
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
import { IFrameHelper } from 'widget/helpers/utils';
|
|
|
|
export const playNewMessageNotificationInWidget = () => {
|
|
IFrameHelper.sendMessage({ event: 'playAudio' });
|
|
};
|