Click or drag to resize

SIPCallBasicInfo Class

Altalanos informaciok a call-rol.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSIPCallBasicInfo

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

The SIPCallBasicInfo type exposes the following members.

Constructors
 NameDescription
Public methodSIPCallBasicInfoInitializes a new instance of the SIPCallBasicInfo class
Public methodSIPCallBasicInfo(TransportInfo)Initializes a new instance of the SIPCallBasicInfo class
Top
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
Methods
See Also