次の方法で共有


AvatarConfig class

話すアバターの構成を定義します。

コンストラクター

AvatarConfig(string, string, AvatarVideoFormat)

このクラスのインスタンスを作成して初期化します。

プロパティ

backgroundColor

背景色を取得します。

backgroundImage

背景画像を取得します。

character

アバター文字を定義します。

customized

話すアバターがカスタマイズされているかどうかを示します。

remoteIceServers

リモート ICE サーバーを取得します。

style

アバター スタイルを定義します。

videoFormat

話すアバター出力ビデオ形式を定義します。

コンストラクターの詳細

AvatarConfig(string, string, AvatarVideoFormat)

このクラスのインスタンスを作成して初期化します。

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

パラメーター

character

string

アバター文字。

style

string

アバター のスタイル。

videoFormat
AvatarVideoFormat

話すアバター出力ビデオ形式。

プロパティの詳細

backgroundColor

背景色を取得します。

string backgroundColor

プロパティ値

string

backgroundImage

背景画像を取得します。

URL backgroundImage

プロパティ値

URL

character

アバター文字を定義します。

character: string

プロパティ値

string

customized

話すアバターがカスタマイズされているかどうかを示します。

boolean customized

プロパティ値

boolean

remoteIceServers

リモート ICE サーバーを取得します。

RTCIceServer[] remoteIceServers

プロパティ値

RTCIceServer[]

リモート ICE サーバー。

style

アバター スタイルを定義します。

style: string

プロパティ値

string

videoFormat

話すアバター出力ビデオ形式を定義します。

videoFormat: AvatarVideoFormat

プロパティ値