VoiceAgentAvatarIceServer interface

Un server ICE usato per la negoziazione di WebRTC con avatar.

Proprietà

credential

La credenziale utilizzata per autenticarsi con il server ICE.

urls

Gli URL dei server STUN o TURN utilizzati per la connettività WebRTC degli avatar.

username

Il nome utente usato per autenticarsi con il server ICE.

Dettagli proprietà

credential

La credenziale utilizzata per autenticarsi con il server ICE.

credential?: string

Valore della proprietà

string

urls

Gli URL dei server STUN o TURN utilizzati per la connettività WebRTC degli avatar.

urls: string[]

Valore della proprietà

string[]

username

Il nome utente usato per autenticarsi con il server ICE.

username?: string

Valore della proprietà

string