Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommunicationIceServer

Package version

An instance of a STUN/TURN server with credentials to be used for ICE negotiation.

Hierarchy

  • CommunicationIceServer

Index

Properties

credential

credential: string

Credential for the server.

routeType

routeType: RouteType

The routing methodology to where the ICE server will be located from the client. "any" will have higher reliability while "nearest" will have lower latency. It is recommended to default to use the "any" routing method unless there are specific scenarios which minimizing latency is critical.

urls

urls: string[]

List of STUN/TURN server URLs.

username

username: string

User account name which uniquely identifies the credentials.

Generated using TypeDoc