Config constructor

Config({
  1. String? adminUser,
  2. bool? attachment,
  3. bool? audioAttachment,
  4. int? audioLimit,
  5. bool? block,
  6. String? callRoutingServer,
  7. String? chatBackupFrequency,
  8. String? chatBackupType,
  9. bool? clearChat,
  10. bool? contactAttachment,
  11. bool? deleteChat,
  12. bool? deleteMessage,
  13. bool? documentAttachment,
  14. String? domain,
  15. int? fileSizeLimit,
  16. String? googleTranslate,
  17. bool? groupCall,
  18. bool? groupChat,
  19. bool? imageAttachment,
  20. bool? isLiveStreamingEnabled,
  21. String? iv,
  22. String? ivProfile,
  23. String? liveStreamingSignalServer,
  24. bool? locationAttachment,
  25. String? notificationHelpUrl,
  26. bool? one2OneCall,
  27. int? pinExpireDays,
  28. int? pinTimeOut,
  29. int? privateTime,
  30. int? recallTime,
  31. bool? recentchatSearch,
  32. bool? report,
  33. String? sdkUrl,
  34. String? signalServerDomain,
  35. bool? sipcallEnabled,
  36. String? sipServer,
  37. bool? starMessage,
  38. List<String>? stuns,
  39. bool? translation,
  40. List<Turn>? turns,
  41. bool? videoAttachment,
  42. int? videoLimit,
  43. bool? viewAllMedias,
  44. String? xmppDomain,
  45. String? xmppHost,
  46. int? xmppPort,
  47. String? xmppPortWeb,
})

Implementation

Config({
  this.adminUser,
  this.attachment,
  this.audioAttachment,
  this.audioLimit,
  this.block,
  this.callRoutingServer,
  this.chatBackupFrequency,
  this.chatBackupType,
  this.clearChat,
  this.contactAttachment,
  this.deleteChat,
  this.deleteMessage,
  this.documentAttachment,
  this.domain,
  this.fileSizeLimit,
  this.googleTranslate,
  this.groupCall,
  this.groupChat,
  this.imageAttachment,
  this.isLiveStreamingEnabled,
  this.iv,
  this.ivProfile,
  this.liveStreamingSignalServer,
  this.locationAttachment,
  this.notificationHelpUrl,
  this.one2OneCall,
  this.pinExpireDays,
  this.pinTimeOut,
  this.privateTime,
  this.recallTime,
  this.recentchatSearch,
  this.report,
  this.sdkUrl,
  this.signalServerDomain,
  this.sipcallEnabled,
  this.sipServer,
  this.starMessage,
  this.stuns,
  this.translation,
  this.turns,
  this.videoAttachment,
  this.videoLimit,
  this.viewAllMedias,
  this.xmppDomain,
  this.xmppHost,
  this.xmppPort,
  this.xmppPortWeb,
});