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}
)
Implementation
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,
}) {
_janus = janus;
_transaction = transaction;
_name = name;
_version = version;
_versionString = versionString;
_author = author;
_commithash = commithash;
_compiletime = compiletime;
_logtostdout = logtostdout;
_logtofile = logtofile;
_dataChannels = dataChannels;
_acceptingnewsessions = acceptingnewsessions;
_sessiontimeout = sessiontimeout;
_reclaimsessiontimeout = reclaimsessiontimeout;
_candidatestimeout = candidatestimeout;
_servername = servername;
_localip = localip;
_ipv6 = ipv6;
_ipv6linklocal = ipv6linklocal;
_icelite = icelite;
_icetcp = icetcp;
_icenomination = icenomination;
_icekeepaliveconncheck = icekeepaliveconncheck;
_fulltrickle = fulltrickle;
_mdnsenabled = mdnsenabled;
_minnackqueue = minnackqueue;
_nackoptimizations = nackoptimizations;
_twccperiod = twccperiod;
_dtlsmtu = dtlsmtu;
_staticeventloops = staticeventloops;
_loopindication = loopindication;
_apiSecret = apiSecret;
_authToken = authToken;
_eventHandlers = eventHandlers;
_opaqueidInApi = opaqueidInApi;
_dependencies = dependencies;
_transports = transports;
_events = events;
_loggers = loggers;
_plugins = plugins;
}