JanusClientInfo class Null safety

Constructors

JanusClientInfo({String? janus, String? transaction, String? name, int? version, String? versionString, String? author, String? commithash, String? compiletime, bool? logtostdout, bool? logtofile, bool? dataChannels, bool? acceptingnewsessions, int? sessiontimeout, int? reclaimsessiontimeout, int? candidatestimeout, String? servername, String? localip, bool? ipv6, bool? ipv6linklocal, bool? icelite, bool? icetcp, String? icenomination, bool? icekeepaliveconncheck, bool? fulltrickle, bool? mdnsenabled, int? minnackqueue, bool? nackoptimizations, int? twccperiod, int? dtlsmtu, int? staticeventloops, bool? loopindication, bool? apiSecret, bool? authToken, bool? eventHandlers, bool? opaqueidInApi, Dependencies? dependencies, Transports? transports, dynamic events, dynamic loggers, Plugins? plugins})
JanusClientInfo.fromJson(dynamic json)

Properties

acceptingnewsessions bool?
read-only
apiSecret bool?
read-only
author String?
read-only
authToken bool?
read-only
candidatestimeout int?
read-only
commithash String?
read-only
compiletime String?
read-only
dataChannels bool?
read-only
dependencies Dependencies?
read-only
dtlsmtu int?
read-only
eventHandlers bool?
read-only
events → dynamic
read-only
fulltrickle bool?
read-only
hashCode int
The hash code for this object.
read-only, inherited
icekeepaliveconncheck bool?
read-only
icelite bool?
read-only
icenomination String?
read-only
icetcp bool?
read-only
ipv6 bool?
read-only
ipv6linklocal bool?
read-only
janus String?
read-only
localip String?
read-only
loggers → dynamic
read-only
logtofile bool?
read-only
logtostdout bool?
read-only
loopindication bool?
read-only
mdnsenabled bool?
read-only
minnackqueue int?
read-only
nackoptimizations bool?
read-only
name String?
read-only
opaqueidInApi bool?
read-only
plugins Plugins?
read-only
reclaimsessiontimeout int?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
servername String?
read-only
sessiontimeout int?
read-only
staticeventloops int?
read-only
transaction String?
read-only
transports Transports?
read-only
twccperiod int?
read-only
version int?
read-only
versionString String?
read-only

Methods

copyWith({String? janus, String? transaction, String? name, int? version, String? versionString, String? author, String? commithash, String? compiletime, bool? logtostdout, bool? logtofile, bool? dataChannels, bool? acceptingnewsessions, int? sessiontimeout, int? reclaimsessiontimeout, int? candidatestimeout, String? servername, String? localip, bool? ipv6, bool? ipv6linklocal, bool? icelite, bool? icetcp, String? icenomination, bool? icekeepaliveconncheck, bool? fulltrickle, bool? mdnsenabled, int? minnackqueue, bool? nackoptimizations, int? twccperiod, int? dtlsmtu, int? staticeventloops, bool? loopindication, bool? apiSecret, bool? authToken, bool? eventHandlers, bool? opaqueidInApi, Dependencies? dependencies, Transports? transports, dynamic events, dynamic loggers, Plugins? plugins}) JanusClientInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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