HomeDocumentationAPI Reference
Getting StartedAPI ReferenceDashboardHelp Center
API Reference

Managing Sounds

Sound Management is only available on Android devices

There are different types of sounds that play when different events occur. These sounds can all be disabled or enabled based on need.

In-App Notification Sound

Replies.setInAppNotificationEnabled(false);
Replies.setInAppNotificationEnabled(false)
Replies.setInAppNotificationSound(false);
Replies.setInAppNotificationSound(false);
System Notification Sound

Replies.setSystemReplyNotificationSoundEnabled(true);
Replies.setSystemReplyNotificationSoundEnabled(true)
Conversation Sound

Replies.setShouldPlayConversationSounds(false);
Replies.setShouldPlayConversationSounds(false)