NERoomKitConfig constructor

NERoomKitConfig({
  1. required String appKey,
  2. String? serverConfig,
  3. bool reuseNIM = false,
  4. Map<String, dynamic>? extras,
  5. ALoggerConfig aLoggerConfig = const ALoggerConfig(),
})

Implementation

NERoomKitConfig({
  required this.appKey,
  this.serverConfig,
  this.reuseNIM = false,
  this.extras,
  this.aLoggerConfig = const ALoggerConfig(),
});