Click or drag to resize

SignalingServer Properties

The SignalingServer type exposes the following members.

Properties
  NameDescription
Public propertyFailbackPolicy
If set to zero a DNS lookup will be performed to identify the port to connect to.
Public propertyHostName
The server's host name. This may by a fully qualified domain name or an IP address.
Public propertyPermanentMemberOfRegistrationGroup
A Boolean value indicating whether this server is a permanent member of any registration group it is a part of.
Public propertyPreloadedRoutes
URIs specifying routing information for SIP requests sent to this server.
Public propertyTransportTypeToPortMap
Array of NSStrings containing addresses of servers. Each address should be of the format transportType://serverName:port. The serverName can be an IP Address or an FQDN The Transport type can be one of strings "tcp" , "tls", "udp". It is case insensitive. The port is an unsigned integer.
Top
See Also