Config constructor
Config({
- String? adminUser,
- bool? attachment,
- bool? audioAttachment,
- int? audioLimit,
- bool? block,
- String? callRoutingServer,
- String? chatBackupFrequency,
- String? chatBackupType,
- bool? clearChat,
- bool? contactAttachment,
- bool? deleteChat,
- bool? deleteMessage,
- bool? documentAttachment,
- String? domain,
- int? fileSizeLimit,
- String? googleTranslate,
- bool? groupCall,
- bool? groupChat,
- bool? imageAttachment,
- bool? isLiveStreamingEnabled,
- String? iv,
- String? ivProfile,
- String? liveStreamingSignalServer,
- bool? locationAttachment,
- String? notificationHelpUrl,
- bool? one2OneCall,
- int? pinExpireDays,
- int? pinTimeOut,
- int? privateTime,
- int? recallTime,
- bool? recentchatSearch,
- bool? report,
- String? sdkUrl,
- String? signalServerDomain,
- bool? sipcallEnabled,
- String? sipServer,
- bool? starMessage,
- List<
String> ? stuns, - bool? translation,
- List<
Turn> ? turns, - bool? videoAttachment,
- int? videoLimit,
- bool? viewAllMedias,
- String? xmppDomain,
- String? xmppHost,
- int? xmppPort,
- 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,
});