backgroundImage property

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

The number of background images on the live video. The image format needs to be PNG. See RtcImage. You can add a background image or use an array to add multiple background images. This parameter is used with backgroundImageCount.

Implementation

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