Click or drag to resize

DialParameters Class

Contains parameters for outgoing calls.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDialParameters
    Ozeki.VoIPDirectIPDialParameters

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

The DialParameters type exposes the following members.

Constructors
 NameDescription
Public methodDialParameters(DialInfo) Initializes a new instance of the DialParameters class.
Public methodDialParameters(String) Initializes a new instance of the DialParameters 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.
Public propertyDialInfo Gets the dialing information about the call such as caller ID or dialed number.
Public propertyMediaTypes Gets the media types used during the call.
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.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of the instance.
Protected methodOnPropertyChanged 
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
See Also