NAV
javascript

.allowChatSound()

var allow = true;
SnapEngage.allowChatSound(allow);

Enable or disable all sounds produced by SnapEngage for chat visitors.

Parameters

Parameter Type Description
allow boolean If set to true, chat sounds will play for the visitor e.g. when the a message is received. If set to false, chat sounds will not play.