Interface CustomizedAvatar

Configures the customized avatar to be used in the session.

interface CustomizedAvatar {
    imageData?: string;
    imageMimeType?: string;
}

Properties

imageData?: string

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

Encoded as base64 string.

imageMimeType?: string

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