ZegoBackgroundConfig.defaultConfig constructor

ZegoBackgroundConfig.defaultConfig()

Constructs a background image configuration object by default.

Implementation

ZegoBackgroundConfig.defaultConfig()
    : processType = ZegoBackgroundProcessType.Transparent,
      color = 0,
      imageURL = '',
      videoURL = '',
      blurLevel = ZegoBackgroundBlurLevel.Medium;