Managing Sounds

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);

System Notification Sound

Replies.setSystemReplyNotificationSoundEnabled(true);

Conversation Sound

Replies.setShouldPlayConversationSounds(false);

Last updated