Click or drag to resize
IConfigurator Interface

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IConfigurator : INotifyPropertyChanged

The IConfigurator type exposes the following members.

Methods
  NameDescription
Public methodDisableCodec
Disables the codec with the specified payload type.
Public methodEnableCodec
Enables the codec with the specified payload type.
Top
Properties
  NameDescription
Public propertyAuthentication_NonceExpirationTime
Gets or sets the time interval when new nonce will be generated (in seconds).
Public propertyAuthentication_Realm
Gets or sets the value of the realm when authenticating the endpoints.
Public propertyAuthentication_UnauthWarningMessage
Gets or sets the value of the Warning header field in SIP messages when an unauthorized response sent.
Public propertyCertificates
Gets or sets the server certificates for TLS connection.
Public propertyCodecs
Gets the list of the available codecs.
Public propertyListenedEndpoints
Gets the list of the listened endpoints.
Public propertyNatConfiguration
Gets the NAT configuration.
Public propertyNatQueryInterval
Gets or sets the query interval for checking external address.
Public propertyRegistration_DefaultExpireTime
Gets or sets the default expiration time of the SIP extensions.
Public propertySDP_SessionName
Gets os sets the value of the Session Name attribute in the SDP messages.
Public propertyServer_UserAgentName
Gets or sets the value of the User-Agent header field in the SIP messages.
Public propertySessionTimerInterval
Gets or sets the interval between keep-alive packets in seconds.
Public propertySRTPMode
Gets or sets the default SRTP mode for calls where SRTP mode is not specified manually.
Public propertyVideoEncoderQuality
Gets or sets the quality of the sent video.
Top
See Also