Click or drag to resize
DialParameters Class
Contains parameters for outgoing calls.
Inheritance Hierarchy

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

The DialParameters type exposes the following members.

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