Click or drag to resize

DirectIPDialParameters Class

Provides parameters for direct IP dialing.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDialParameters
    Ozeki.VoIPDirectIPDialParameters

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class DirectIPDialParameters : DialParameters

The DirectIPDialParameters type exposes the following members.

Constructors
 NameDescription
Public methodDirectIPDialParameters(DirectIPDialInfo) Creates a new instance of the DirectIPDialInfo class.
Public methodDirectIPDialParameters(String) Creates a new instance of the DirectIPDialInfo class.
Top
Properties
 NameDescription
Public propertyCallType Gets or sets the type the call. Note, when the CallType property is set, the MediaTypes property will be updated.
(Inherited from DialParameters)
Public propertyDialInfo Gets the dialing information about the call such as caller ID or dialed number.
(Inherited from DialParameters)
Public propertyMediaTypes Gets the media types used during the call.
(Inherited from DialParameters)
Public propertySRTPMode Gets or sets whether secure media channels will be used during the call or not. If not set, the default values will be used.
(Inherited from DialParameters)
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of the instance.
(Inherited from DialParameters)
Protected methodOnPropertyChanged
(Inherited from DialParameters)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from DialParameters)
Top
See Also