placeHolderImage property
Uint8List
placeHolderImage
getter/setter pair
- Description: The URL of the placeholder image. If a user sends only audio, the image specified by the URL will be mixed during On-Cloud MixTranscoding.
- Value: This parameter is left empty by default, which means no placeholder image will be used.
- Note:
- You need to specify the
userId
parameter in fixedVideoUser
.
- The URL can be 512 bytes long at most, and the image must not exceed 2 MB.
- The image can be in PNG, JPG, JPEG, or BMP format. We recommend you use a semitransparent image in PNG format.
Implementation
Uint8List placeHolderImage;