backgroundImage property

  1. @JsonKey(includeIfNull: false)
AgoraImage? backgroundImage
getter/setter pair

The background image added to the CDN live publishing stream. Once a background image is added, the audience of the CDN live publishing stream can see it. See AgoraImage.

Implementation

@JsonKey(includeIfNull: false)
AgoraImage? backgroundImage;