Package com.ringcentral.definitions
Class SipInfoResponse
java.lang.Object
com.ringcentral.definitions.SipInfoResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionIdentifier for SIP authorizationString[]
Supported authorization types and their priority for clients Enum: SipDigest, BearerTokenFor TLS transport only, Base64 encoded certificateSIP domainSIP outbound proxy server address (in the format <host:port>)SIP outbound proxy server backup address (in the format <host:port>)SIP outbound IPv6 proxy server address (in the format <host:port>)SIP outbound IPv6 proxy server backup address (in the format <host:port>)User password Format: passwordString[]
List of stun servers in the format <host:port>The interval in seconds after which the app must try to switch back to primary proxy if it was previously switched to backup.Preferred transport.User credentials -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorizationId
(String authorizationId) authorizationTypes
(String[] authorizationTypes) certificate
(String certificate) outboundProxy
(String outboundProxy) outboundProxyBackup
(String outboundProxyBackup) outboundProxyIPv6
(String outboundProxyIPv6) outboundProxyIPv6Backup
(String outboundProxyIPv6Backup) stunServers
(String[] stunServers) switchBackInterval
(Long switchBackInterval)
-
Field Details
-
username
User credentials -
password
User password Format: password -
authorizationTypes
Supported authorization types and their priority for clients Enum: SipDigest, BearerToken -
authorizationId
Identifier for SIP authorization -
domain
SIP domain -
outboundProxy
SIP outbound proxy server address (in the format <host:port>) -
outboundProxyIPv6
SIP outbound IPv6 proxy server address (in the format <host:port>) -
outboundProxyBackup
SIP outbound proxy server backup address (in the format <host:port>) -
outboundProxyIPv6Backup
SIP outbound IPv6 proxy server backup address (in the format <host:port>) -
transport
Preferred transport. SIP info will be returned for this transport if supported Enum: UDP, TCP, TLS, WSS -
certificate
For TLS transport only, Base64 encoded certificate -
switchBackInterval
The interval in seconds after which the app must try to switch back to primary proxy if it was previously switched to backup. If this parameter is not returned, the app must stay on backup proxy and try to switch to primary proxy after the next SIP-provision call. Format: int32 -
stunServers
List of stun servers in the format <host:port>
-
-
Constructor Details
-
SipInfoResponse
public SipInfoResponse()
-
-
Method Details
-
username
-
password
-
authorizationTypes
-
authorizationId
-
domain
-
outboundProxy
-
outboundProxyIPv6
-
outboundProxyBackup
-
outboundProxyIPv6Backup
-
transport
-
certificate
-
switchBackInterval
-
stunServers
-