JanusClientInfo class

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

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 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