HMSPrebuiltOptions constructor

HMSPrebuiltOptions({
  1. String? userName,
  2. String? userId,
  3. Map<String, String>? endPoints,
  4. bool debugInfo = false,
  5. HMSIOSScreenshareConfig? iOSScreenshareConfig,
  6. bool enableNoiseCancellation = false,
  7. bool isAutomaticGainControlEnabled = false,
  8. bool isNoiseSuppressionEnabled = false,
})

HMSPrebuiltOptions is a class that is used to pass the options to the prebuilt

Implementation

HMSPrebuiltOptions({
  this.userName,
  this.userId,
  this.endPoints,
  this.debugInfo = false,
  this.iOSScreenshareConfig,
  this.enableNoiseCancellation = false,
  this.isAutomaticGainControlEnabled = false,
  this.isNoiseSuppressionEnabled = false,
});