ZegoBackgroundConfig constructor

ZegoBackgroundConfig(
  1. ZegoBackgroundProcessType processType,
  2. int color,
  3. String imageURL,
  4. String videoURL,
  5. ZegoBackgroundBlurLevel blurLevel
)

Implementation

ZegoBackgroundConfig(this.processType, this.color, this.imageURL,
    this.videoURL, this.blurLevel);