Partager via


AvatarConfig class

Définit la configuration de l’avatar parlant.

Constructeurs

AvatarConfig(string, string, AvatarVideoFormat)

Crée et initialise une instance de cette classe.

Propriétés

backgroundColor

Obtient la couleur d’arrière-plan.

backgroundImage

Obtient l’image d’arrière-plan.

character

Définit le caractère d’avatar.

customized

Indique si l’avatar parlant est personnalisé.

remoteIceServers

Obtient les serveurs ICE distants.

style

Définit le style d’avatar.

videoFormat

Définit le format vidéo de sortie d’avatar parlant.

Détails du constructeur

AvatarConfig(string, string, AvatarVideoFormat)

Crée et initialise une instance de cette classe.

new AvatarConfig(character: string, style: string, videoFormat: AvatarVideoFormat)

Paramètres

character

string

Caractère d’avatar.

style

string

Style d’avatar.

videoFormat
AvatarVideoFormat

Format vidéo de sortie de l’avatar parlant.

Détails de la propriété

backgroundColor

Obtient la couleur d’arrière-plan.

string backgroundColor

Valeur de propriété

string

backgroundImage

Obtient l’image d’arrière-plan.

URL backgroundImage

Valeur de propriété

URL

character

Définit le caractère d’avatar.

character: string

Valeur de propriété

string

customized

Indique si l’avatar parlant est personnalisé.

boolean customized

Valeur de propriété

boolean

remoteIceServers

Obtient les serveurs ICE distants.

RTCIceServer[] remoteIceServers

Valeur de propriété

RTCIceServer[]

Serveurs ICE distants.

style

Définit le style d’avatar.

style: string

Valeur de propriété

string

videoFormat

Définit le format vidéo de sortie d’avatar parlant.

videoFormat: AvatarVideoFormat

Valeur de propriété