From 9088244f5481db33a2ad95692386578d49aa2272 Mon Sep 17 00:00:00 2001
From: GitHub Action
The following ringtone limits are specified in the client configuration:
ringtone_duration_max
- The maximum duration in seconds of uploaded ringtonesringtone_saved_count_max
- The maximum number of saveable ringtonesringtone_size_max
- The maximum (post-conversion) filesize in bytes of uploadable ringtonesSchema:
@@ -92,7 +92,8 @@ After upload, the document should be provided to account.getSavedRingtones can be used to obtain all saved notification sounds: the client will receive updateSavedRingtones updates if the list is modified by the user on other clients. +account.getSavedRingtones can be used to obtain all saved notification sounds.
+The client will receive an updateSavedRingtones update if the list is modified by the user on other clients, which should trigger a call to account.getSavedRingtones.
Schema:
notificationSoundDefault#97e8bebe = NotificationSound;
@@ -110,7 +111,7 @@ After upload, the document should be provided to account.updateNotifySettings, populating the ios_sound
, android_sound
or other_sound
fields according to the platform where a sound should be played.
+To set the notification sound to play when receiving messages from a specific peer or from a category of peers, use account.updateNotifySettings, populating the ios_sound
, android_sound
or other_sound
fields according to the platform where the sound should be played.
The fields can be populated with the following constructors:
- notificationSoundDefault - The default notification sound should be played