Click or drag to resize
LocalCallWrapper Class
Inheritance Hierarchy

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

The LocalCallWrapper type exposes the following members.

Constructors
  NameDescription
Public methodLocalCallWrapper
Initializes a new instance of the LocalCallWrapper class
Top
Methods
  NameDescription
Public methodAnswer (Overrides AbstractLocalCallAnswer.)
Public methodAnswer(CallType) (Overrides AbstractLocalCallAnswer(CallType).)
Public methodAttendedTransfer (Overrides AbstractLocalCallAttendedTransfer(ICall).)
Public methodBlindTransfer (Overrides AbstractLocalCallBlindTransfer(String).)
Public methodForward (Overrides AbstractLocalCallForward(String).)
Public methodGetSIPInfo (Inherited from AbstractLocalCall.)
Public methodHangUp (Overrides AbstractLocalCallHangUp.)
Public methodHold (Overrides AbstractLocalCallHold.)
Public methodModifyCallType (Overrides AbstractLocalCallModifyCallType(CallType).)
Public methodNotifyTransferState (Overrides AbstractLocalCallNotifyTransferState(TransferStateChangedEventArgs).)
Protected methodOnAnswering (Inherited from AbstractLocalCall.)
Protected methodOnCallStateChanged (Inherited from BaseAbstractCall.)
Public methodOnCallTypeChanged (Inherited from AbstractLocalCall.)
Public methodOnDtmfReceived (Inherited from AbstractLocalCall.)
Public methodOnDtmfStarted (Inherited from AbstractLocalCall.)
Public methodOnInfoDataReceived (Inherited from AbstractLocalCall.)
Public methodOnInfoResponseReceived (Inherited from AbstractLocalCall.)
Public methodOnInstantMessageReceived (Inherited from AbstractLocalCall.)
Public methodOnInstantMessageResponseReceived (Inherited from AbstractLocalCall.)
Protected methodOnPropertyChanged (Inherited from BaseAbstractCall.)
Public methodOnRedirected (Inherited from BaseAbstractCall.)
Protected methodOnStarting (Inherited from AbstractLocalCall.)
Protected methodOnTransferStateChanged (Inherited from AbstractLocalCall.)
Public methodReject (Overrides AbstractLocalCallReject.)
Public methodReject(String) (Overrides AbstractLocalCallReject(String).)
Public methodReplace (Overrides AbstractLocalCallReplace(AbstractLocalCall).)
Public methodRespond(ResponseCodes) (Overrides AbstractLocalCallRespond(ResponseCodes).)
Public methodRespond(ResponseCodes, String) (Overrides AbstractLocalCallRespond(ResponseCodes, String).)
Public methodRingWithEarlyMedia (Overrides AbstractLocalCallRingWithEarlyMedia.)
Public methodRingWithEarlyMedia(CallType) (Overrides AbstractLocalCallRingWithEarlyMedia(CallType).)
Public methodSendInfo (Overrides AbstractLocalCallSendInfo(InfoData).)
Public methodSendInstantMessage(String) (Overrides AbstractLocalCallSendInstantMessage(String).)
Public methodSendInstantMessage(String, MimeType) (Overrides AbstractLocalCallSendInstantMessage(String, MimeType).)
Public methodSendInstantMessage(String, String) (Overrides AbstractLocalCallSendInstantMessage(String, String).)
Public methodStart (Overrides BaseAbstractCallStart.)
Public methodStartDTMFSignal(DtmfNamedEvents) (Overrides AbstractLocalCallStartDTMFSignal(DtmfNamedEvents).)
Public methodStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode) (Overrides AbstractLocalCallStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode).)
Public methodStartWithBlindTransfer (Overrides AbstractLocalCallStartWithBlindTransfer.)
Public methodStopDTMFSignal (Overrides AbstractLocalCallStopDTMFSignal(DtmfNamedEvents).)
Public methodToggleHold (Overrides AbstractLocalCallToggleHold.)
Public methodUnhold (Overrides AbstractLocalCallUnhold.)
Public methodUpdateMediaDescription (Inherited from BaseAbstractCall.)
Top
Properties
  NameDescription
Public propertyBye (Overrides BaseAbstractCallBye.)
Public propertyCallerIDAsCaller (Overrides BaseAbstractCallCallerIDAsCaller.)
Public propertyCallError (Overrides BaseAbstractCallCallError.)
Public propertyCallID (Overrides AbstractLocalCallCallID.)
Public propertyCallState (Overrides BaseAbstractCallCallState.)
Public propertyCallStateManager (Overrides BaseAbstractCallCallStateManager.)
Public propertyCallType (Overrides AbstractLocalCallCallType.)
Public propertyCancel (Overrides BaseAbstractCallCancel.)
Public propertyCustomProperties (Overrides AbstractLocalCallCustomProperties.)
Public propertyDialInfo (Overrides BaseAbstractCallDialInfo.)
Public propertyDialParams (Overrides AbstractLocalCallDialParams.)
Public propertyEnableInBandDTMFDetection (Inherited from AbstractLocalCall.)
Public propertyInfo (Overrides BaseAbstractCallInfo.)
Public propertyInnerCall
Public propertyInternalMediaManager (Overrides AbstractLocalCallInternalMediaManager.)
Public propertyInvite (Overrides BaseAbstractCallInvite.)
Public propertyIsAnswered (Overrides BaseAbstractCallIsAnswered.)
Public propertyIsIncoming (Overrides AbstractLocalCallIsIncoming.)
Public propertyMedia (Overrides AbstractLocalCallMedia.)
Public propertyMediaDescription (Overrides BaseAbstractCallMediaDescription.)
Public propertyMessage (Overrides BaseAbstractCallMessage.)
Public propertyOtherParty (Overrides AbstractLocalCallOtherParty.)
Public propertyOwner (Overrides BaseAbstractCallOwner.)
Public propertyReasonOfState (Overrides BaseAbstractCallReasonOfState.)
Public propertyTransfer (Overrides BaseAbstractCallTransfer.)
Public propertyTransferInfo (Overrides AbstractLocalCallTransferInfo.)
Top
Events
See Also