Partilhar via


AvatarConfig class

Define a configuração do avatar falante.

Construtores

AvatarConfig(string, string, AvatarVideoFormat)

Cria e inicializa uma instância dessa classe.

Propriedades

backgroundColor

Obtém a cor do plano de fundo.

backgroundImage

Obtém a imagem de fundo.

character

Define o personagem avatar.

customized

Indica se o avatar falante é personalizado.

remoteIceServers

Obtém os servidores ICE remotos.

style

Define o estilo do avatar.

videoFormat

Define o formato de vídeo de saída do avatar falante.

Detalhes do Construtor

AvatarConfig(string, string, AvatarVideoFormat)

Cria e inicializa uma instância dessa classe.

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

Parâmetros

character

string

O personagem avatar.

style

string

O estilo avatar.

videoFormat
AvatarVideoFormat

O formato de vídeo de saída de avatar falante.

Detalhes de Propriedade

backgroundColor

Obtém a cor do plano de fundo.

string backgroundColor

Valor de Propriedade

string

backgroundImage

Obtém a imagem de fundo.

URL backgroundImage

Valor de Propriedade

URL

character

Define o personagem avatar.

character: string

Valor de Propriedade

string

customized

Indica se o avatar falante é personalizado.

boolean customized

Valor de Propriedade

boolean

remoteIceServers

Obtém os servidores ICE remotos.

RTCIceServer[] remoteIceServers

Valor de Propriedade

RTCIceServer[]

Os servidores ICE remotos.

style

Define o estilo do avatar.

style: string

Valor de Propriedade

string

videoFormat

Define o formato de vídeo de saída do avatar falante.

videoFormat: AvatarVideoFormat

Valor de Propriedade