Click or drag to resize
SIPCallBasicInfo Class
Altalanos informaciok a call-rol.
Inheritance Hierarchy

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

The SIPCallBasicInfo type exposes the following members.

Constructors
  NameDescription
Public methodSIPCallBasicInfo
Initializes a new instance of the SIPCallBasicInfo class
Public methodSIPCallBasicInfo(TransportInfo)
Initializes a new instance of the SIPCallBasicInfo class
Top
Methods
Properties
  NameDescription
Public propertyCallID
Gets the unique identifier of the call.
Public propertyDialog
Gets or sets the dialog.
Public propertyFromTag
Public propertyIsIncoming
Gets a boolean value indicating whether the call is an incoming call.
Public propertyOwner
Gets the owner user-agent instance of SIP call.
Public propertyReplaces
Gets or sets the dialog ID that the call will replace.
Public propertySDPNatConfig
Public propertySIPNatConfig
Gets or sets the NAT configuration for the call.
Public propertyTransportInfo
Gets the information about the transport used when sending and receiving SIP messages.
Top
See Also