OBJECT

NotificationSettings

Notification settings

link GraphQL Schema definition

  • type NotificationSettings {
  • # The sound file to play when a conversation is received
  • notificationSoundFile: String
  • # Set to true to enable visual notification for new chat conversation
  • isChatVisualNotificationEnabled: Boolean!
  • # Set to true to enable visual notification for new video conversation
  • isVideoVisualNotificationEnable: Boolean!
  • # Set to true to enable visual notification for new call conversation
  • isCallVisualNotificationEnabled: Boolean!
  • }

link Require by