ZegoBackgroundConfig.defaultConfig constructor

ZegoBackgroundConfig.defaultConfig()

默认构造一个背景图配置对象。

Implementation

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