IceServer interface
ICE server configuration for WebRTC connection negotiation.
Properties
| credential | Optional credential (e.g., password or token) used for authentication. |
| urls | List of ICE server URLs (e.g., TURN or STUN endpoints). |
| username | Optional username used for authentication with the ICE server. |
Property Details
credential
Optional credential (e.g., password or token) used for authentication.
credential?: string
Property Value
string
urls
List of ICE server URLs (e.g., TURN or STUN endpoints).
urls: string[]
Property Value
string[]
username
Optional username used for authentication with the ICE server.
username?: string
Property Value
string