OBJECT
NotificationSettings
Notification settings
link GraphQL Schema definition
- type NotificationSettings {
- # The sound file to play when a conversation is received
- String :
- # Set to true to enable visual notification for new chat conversation
- Boolean! :
- # Set to true to enable visual notification for new video conversation
- Boolean! :
- # Set to true to enable visual notification for new call conversation
- Boolean! :
- }