Config class

Constructors

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})
Config.fromJson(Map<String, dynamic> json)
factory

Properties

adminUser String?
getter/setter pair
attachment bool?
getter/setter pair
audioAttachment bool?
getter/setter pair
audioLimit int?
getter/setter pair
block bool?
getter/setter pair
callRoutingServer String?
getter/setter pair
chatBackupFrequency String?
getter/setter pair
chatBackupType String?
getter/setter pair
clearChat bool?
getter/setter pair
contactAttachment bool?
getter/setter pair
deleteChat bool?
getter/setter pair
deleteMessage bool?
getter/setter pair
documentAttachment bool?
getter/setter pair
domain String?
getter/setter pair
fileSizeLimit int?
getter/setter pair
googleTranslate String?
getter/setter pair
groupCall bool?
getter/setter pair
groupChat bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageAttachment bool?
getter/setter pair
isLiveStreamingEnabled bool?
getter/setter pair
iv String?
getter/setter pair
ivProfile String?
getter/setter pair
liveStreamingSignalServer String?
getter/setter pair
locationAttachment bool?
getter/setter pair
notificationHelpUrl String?
getter/setter pair
one2OneCall bool?
getter/setter pair
pinExpireDays int?
getter/setter pair
pinTimeOut int?
getter/setter pair
privateTime int?
getter/setter pair
recallTime int?
getter/setter pair
recentchatSearch bool?
getter/setter pair
report bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkUrl String?
getter/setter pair
signalServerDomain String?
getter/setter pair
sipcallEnabled bool?
getter/setter pair
sipServer String?
getter/setter pair
starMessage bool?
getter/setter pair
stuns List<String>?
getter/setter pair
translation bool?
getter/setter pair
turns List<Turn>?
getter/setter pair
videoAttachment bool?
getter/setter pair
videoLimit int?
getter/setter pair
viewAllMedias bool?
getter/setter pair
xmppDomain String?
getter/setter pair
xmppHost String?
getter/setter pair
xmppPort int?
getter/setter pair
xmppPortWeb String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited