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,
})

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});