placeHolderImage property
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 infixedVideoUser
. - 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.
- You need to specify the
Implementation
Uint8List placeHolderImage;