VoiceAgentAvatarIceServer interface
An ICE server used for avatar WebRTC negotiation.
Properties
| credential | The credential used to authenticate with the ICE server. |
| urls | The STUN or TURN server URLs used for avatar WebRTC connectivity. |
| username | The username used to authenticate with the ICE server. |
Property Details
credential
The credential used to authenticate with the ICE server.
credential?: string
Property Value
string
urls
The STUN or TURN server URLs used for avatar WebRTC connectivity.
urls: string[]
Property Value
string[]
username
The username used to authenticate with the ICE server.
username?: string
Property Value
string