Click or drag to resize
DirectIPDialParameters Class
Provides parameters for direct IP dialing.
Inheritance Hierarchy

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

The DirectIPDialParameters type exposes the following members.

Constructors
  NameDescription
Public methodDirectIPDialParameters(String)
Creates a new instance of the DirectIPDialInfo class.
Public methodDirectIPDialParameters(DirectIPDialInfo)
Creates a new instance of the DirectIPDialInfo class.
Top
Methods
  NameDescription
Public methodClone
Creates a deep copy of the instance.
(Inherited from DialParameters.)
Protected methodOnPropertyChanged (Inherited from DialParameters.)
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
Events
  NameDescription
Public eventPropertyChanged (Inherited from DialParameters.)
Top
See Also