Interface AvatarConfig

Configures the avatar to be used in the session.

interface AvatarConfig {
    audioBitrateBps?: number;
    avatarName?: string;
    customizedAvatar?: CustomizedAvatar;
    videoBitrateBps?: number;
}

Properties

audioBitrateBps?: number

The bitrate of compressed audio.

avatarName?: string

Pre-built avatar id.

customizedAvatar?: CustomizedAvatar

Customized avatar appearance with a reference image.

videoBitrateBps?: number

The bitrate of compressed video output.