| IConfigurator Interface | 
Namespace: Ozeki.VoIP
 Syntax
SyntaxThe IConfigurator type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | DisableCodec | 
            Disables the codec with the specified payload type.
             | 
|  | EnableCodec | 
            Enables the codec with the specified payload type.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Authentication_NonceExpirationTime | 
            Gets or sets the time interval when new nonce will be generated (in seconds).
             | 
|  | Authentication_Realm | 
            Gets or sets the value of the realm when authenticating the endpoints.
             | 
|  | Authentication_UnauthWarningMessage | 
            Gets or sets the value of the Warning header field in SIP messages when an unauthorized response sent.
             | 
|  | Certificates | 
            Gets or sets the server certificates for TLS connection.
             | 
|  | Codecs | 
            Gets the list of the available codecs.
             | 
|  | ListenedEndpoints | 
            Gets the list of the listened endpoints.
             | 
|  | NatConfiguration | 
            Gets the NAT configuration.
             | 
|  | NatQueryInterval | 
            Gets or sets the query interval for checking external address.
             | 
|  | Registration_DefaultExpireTime | 
            Gets or sets the default expiration time of the SIP extensions.
             | 
|  | SDP_SessionName | 
            Gets os sets the value of the Session Name attribute in the SDP messages.
             | 
|  | Server_UserAgentName | 
            Gets or sets the value of the User-Agent header field in the SIP messages.
             | 
|  | SessionTimerInterval | 
            Gets or sets the interval between keep-alive packets in seconds.
             | 
|  | SRTPMode | 
            Gets or sets the default SRTP mode for calls where SRTP mode is not specified manually.
             | 
|  | VideoEncoderQuality | 
            Gets or sets the quality of the sent video.
             | 
 See Also
See Also