AvatarConfig

@Serializable
data class AvatarConfig(val avatarName: String? = null, val customizedAvatar: CustomizedAvatar? = null, val audioBitrateBps: Int? = null, val videoBitrateBps: Int? = null)

Configures the avatar to be used in the session.

Constructors

Link copied to clipboard
constructor(avatarName: String? = null, customizedAvatar: CustomizedAvatar? = null, audioBitrateBps: Int? = null, videoBitrateBps: Int? = null)

Properties

Link copied to clipboard
val audioBitrateBps: Int? = null

The bitrate of compressed audio.

Link copied to clipboard
val avatarName: String? = null

Pre-built avatar id.

Link copied to clipboard

Customized avatar appearance with a reference image.

Link copied to clipboard
val videoBitrateBps: Int? = null

The bitrate of compressed video output.