CustomizedAvatar

@Serializable
data class CustomizedAvatar(val imageMimeType: String? = null, val imageData: ByteArray? = null)

Configures the customized avatar to be used in the session.

Constructors

Link copied to clipboard
constructor(imageMimeType: String? = null, imageData: ByteArray? = null)

Properties

Link copied to clipboard
val imageData: ByteArray? = null

The data of the reference image. The dimensions of the reference image should be 9:16 (portrait) with a minimum resolution of 704x1280.

Link copied to clipboard
val imageMimeType: String? = null

The mime type of the reference image, e.g., "image/jpeg".