RegConfig class

Constructors

RegConfig({String? domain, int? videoLimit, int? audioLimit, int? recallTime, int? privateTime, String? xmppDomain, String? xmppHost, int? xmppPort, String? adminUser, String? googleTranslate, String? signalServerDomain, String? notificationHelpUrl, dynamic sdkUrl, int? pinExpireDays, int? pinTimeOut, int? fileSizeLimit, required List<String> stuns, required List<Turn> turns, String? liveStreamingSignalServer, bool? isLiveStreamingEnabled, bool? sipcallEnabled, String? sipServer, String? callRoutingServer, String? chatBackupType, String? chatBackupFrequency, String? xmppPortWeb, String? iv, String? ivProfile})
RegConfig.fromJson(Map<String, dynamic> json)
factory

Properties

adminUser String?
getter/setter pair
audioLimit int?
getter/setter pair
callRoutingServer String?
getter/setter pair
chatBackupFrequency String?
getter/setter pair
chatBackupType String?
getter/setter pair
domain String?
getter/setter pair
fileSizeLimit int?
getter/setter pair
googleTranslate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLiveStreamingEnabled bool?
getter/setter pair
iv String?
getter/setter pair
ivProfile String?
getter/setter pair
liveStreamingSignalServer String?
getter/setter pair
notificationHelpUrl String?
getter/setter pair
pinExpireDays int?
getter/setter pair
pinTimeOut int?
getter/setter pair
privateTime int?
getter/setter pair
recallTime int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkUrl ↔ dynamic
getter/setter pair
signalServerDomain String?
getter/setter pair
sipcallEnabled bool?
getter/setter pair
sipServer String?
getter/setter pair
stuns List<String>
getter/setter pair
turns List<Turn>
getter/setter pair
videoLimit int?
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