backgroundImage property

  1. @JsonKey.new(name: 'backgroundImage')
List<RtcImage>? backgroundImage
final

直播视频上的背景图。图片格式需为 PNG。详见 RtcImage 。 你可以添加一张背景图,或使用数组的方式添加多张背景图。该参数与 backgroundImageCount 搭配使用。

Implementation

@JsonKey(name: 'backgroundImage')
final List<RtcImage>? backgroundImage;