RingCentral .Net SDK
Properties | List of all members
RingCentral.SipInfoResponse Class Reference

Properties

string username [get, set]
 User credentials More...
 
string password [get, set]
 User password. Not returned if SipDigest is not enabled Format: password More...
 
string[] authorizationTypes [get, set]
 Supported authorization types and their priority for clients Enum: SipDigest, BearerToken More...
 
string authorizationId [get, set]
 Identifier for SIP authorization More...
 
string domain [get, set]
 SIP domain More...
 
string outboundProxy [get, set]
 SIP outbound proxy server address (in the format <host:port>) More...
 
string outboundProxyIPv6 [get, set]
 SIP outbound IPv6 proxy server address (in the format <host:port>) More...
 
string outboundProxyBackup [get, set]
 SIP outbound proxy server backup address (in the format <host:port>) More...
 
string outboundProxyIPv6Backup [get, set]
 SIP outbound IPv6 proxy server backup address (in the format <host:port>) More...
 
string transport [get, set]
 Preferred transport. SIP info will be returned for this transport if supported Enum: UDP, TCP, TLS, WSS More...
 
string certificate [get, set]
 For TLS transport only, Base64 encoded certificate More...
 
long? switchBackInterval [get, set]
 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 More...
 
string[] stunServers [get, set]
 List of stun servers in the format <host:port> More...
 

Property Documentation

◆ authorizationId

string RingCentral.SipInfoResponse.authorizationId
getset

Identifier for SIP authorization

◆ authorizationTypes

string [] RingCentral.SipInfoResponse.authorizationTypes
getset

Supported authorization types and their priority for clients Enum: SipDigest, BearerToken

◆ certificate

string RingCentral.SipInfoResponse.certificate
getset

For TLS transport only, Base64 encoded certificate

◆ domain

string RingCentral.SipInfoResponse.domain
getset

SIP domain

◆ outboundProxy

string RingCentral.SipInfoResponse.outboundProxy
getset

SIP outbound proxy server address (in the format <host:port>)

◆ outboundProxyBackup

string RingCentral.SipInfoResponse.outboundProxyBackup
getset

SIP outbound proxy server backup address (in the format <host:port>)

◆ outboundProxyIPv6

string RingCentral.SipInfoResponse.outboundProxyIPv6
getset

SIP outbound IPv6 proxy server address (in the format <host:port>)

◆ outboundProxyIPv6Backup

string RingCentral.SipInfoResponse.outboundProxyIPv6Backup
getset

SIP outbound IPv6 proxy server backup address (in the format <host:port>)

◆ password

string RingCentral.SipInfoResponse.password
getset

User password. Not returned if SipDigest is not enabled Format: password

◆ stunServers

string [] RingCentral.SipInfoResponse.stunServers
getset

List of stun servers in the format <host:port>

◆ switchBackInterval

long? RingCentral.SipInfoResponse.switchBackInterval
getset

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

◆ transport

string RingCentral.SipInfoResponse.transport
getset

Preferred transport. SIP info will be returned for this transport if supported Enum: UDP, TCP, TLS, WSS

◆ username

string RingCentral.SipInfoResponse.username
getset

User credentials


The documentation for this class was generated from the following file: