Click or drag to resize
LocalCall Class
A helyi gepen letrehozott hivas objektum, melyet az API-rol iranyithatunk.
Inheritance Hierarchy

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

The LocalCall type exposes the following members.

Constructors
  NameDescription
Protected methodLocalCall
Initializes a new instance of the LocalCall class
Top
Methods
  NameDescription
Public methodAnswer() (Overrides AbstractLocalCall.Answer().)
Public methodAnswer(CallType) (Overrides AbstractLocalCall.Answer(CallType).)
Public methodAttendedTransfer (Overrides AbstractLocalCall.AttendedTransfer(ICall).)
Public methodBlindTransfer (Overrides AbstractLocalCall.BlindTransfer(String).)
Public methodCanAcceptInvite
Protected methodClose
Public methodStatic memberCreateIncoming
Public methodStatic memberCreateOutgoing
Public methodEnsureRinging
Public methodForward (Overrides AbstractLocalCall.Forward(String).)
Public methodGetReasonPhrase(Int32, String)
Protected methodGetReasonPhrase(ResponseCodes, String)
Public methodGetSIPInfo (Inherited from AbstractLocalCall.)
Public methodHangUp (Overrides AbstractLocalCall.HangUp().)
Public methodHold (Overrides AbstractLocalCall.Hold().)
Public methodModifyCallType (Overrides AbstractLocalCall.ModifyCallType(CallType).)
Public methodNotifyTransferState (Overrides AbstractLocalCall.NotifyTransferState(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 (Overrides BaseAbstractCall.OnRedirected(RedirectionInfo).)
Protected methodOnStarting (Inherited from AbstractLocalCall.)
Protected methodOnTransferStateChanged (Inherited from AbstractLocalCall.)
Public methodReject() (Overrides AbstractLocalCall.Reject().)
Public methodReject(String) (Overrides AbstractLocalCall.Reject(String).)
Public methodReplace (Inherited from AbstractLocalCall.)
Public methodRespond(ResponseCodes) (Overrides AbstractLocalCall.Respond(ResponseCodes).)
Public methodRespond(ResponseCodes, String) (Overrides AbstractLocalCall.Respond(ResponseCodes, String).)
Public methodRingWithEarlyMedia() (Overrides AbstractLocalCall.RingWithEarlyMedia().)
Public methodRingWithEarlyMedia(CallType) (Overrides AbstractLocalCall.RingWithEarlyMedia(CallType).)
Public methodSendInfo (Overrides AbstractLocalCall.SendInfo(InfoData).)
Public methodSendInstantMessage(String) (Overrides AbstractLocalCall.SendInstantMessage(String).)
Public methodSendInstantMessage(String, MimeType) (Overrides AbstractLocalCall.SendInstantMessage(String, MimeType).)
Public methodSendInstantMessage(String, String) (Overrides AbstractLocalCall.SendInstantMessage(String, String).)
Public methodSetOtherParty
Public methodStart (Overrides BaseAbstractCall.Start().)
Public methodStartDTMFSignal(DtmfNamedEvents) (Overrides AbstractLocalCall.StartDTMFSignal(DtmfNamedEvents).)
Public methodStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode) (Overrides AbstractLocalCall.StartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode).)
Public methodStartWithBlindTransfer (Overrides AbstractLocalCall.StartWithBlindTransfer().)
Public methodStopDTMFSignal (Overrides AbstractLocalCall.StopDTMFSignal(DtmfNamedEvents).)
Public methodToggleHold (Overrides AbstractLocalCall.ToggleHold().)
Public methodUnhold (Overrides AbstractLocalCall.Unhold().)
Public methodUpdateMediaDescription (Inherited from BaseAbstractCall.)
Top
Properties
  NameDescription
Public propertyBye (Overrides BaseAbstractCall.Bye.)
Public propertyCallerIDAsCaller (Inherited from BaseAbstractCall.)
Public propertyCallError (Inherited from BaseAbstractCall.)
Public propertyCallID (Inherited from AbstractLocalCall.)
Public propertyCallRequestScheduler
Public propertyCallState (Overrides BaseAbstractCall.CallState.)
Public propertyCallStateManager (Inherited from BaseAbstractCall.)
Public propertyCallType (Overrides AbstractLocalCall.CallType.)
Public propertyCancel (Overrides BaseAbstractCall.Cancel.)
Public propertyCheckedLocalCSeq
Public propertyCustomProperties (Inherited from AbstractLocalCall.)
Public propertyCSequencer
Public propertyDialInfo (Overrides BaseAbstractCall.DialInfo.)
Public propertyDialParams (Overrides AbstractLocalCall.DialParams.)
Public propertyDtmfManager
Public propertyEnableInBandDTMFDetection (Inherited from AbstractLocalCall.)
Public propertyInfo (Overrides BaseAbstractCall.Info.)
Public propertyInternalMediaManager (Inherited from AbstractLocalCall.)
Public propertyInvite (Overrides BaseAbstractCall.Invite.)
Public propertyIsAnswered (Inherited from BaseAbstractCall.)
Public propertyIsIncoming (Inherited from AbstractLocalCall.)
Public propertyMedia (Inherited from AbstractLocalCall.)
Public propertyMediaDescription (Overrides BaseAbstractCall.MediaDescription.)
Public propertyMediaSession
Public propertyMessage (Overrides BaseAbstractCall.Message.)
Public propertyOtherParty (Inherited from AbstractLocalCall.)
Public propertyOtherPartyInfo
Public propertyOwner (Inherited from BaseAbstractCall.)
Public propertyReasonOfState (Inherited from BaseAbstractCall.)
Public propertyRequestContainer
Public propertySync
Public propertyTransfer (Overrides BaseAbstractCall.Transfer.)
Public propertyTransferInfo (Inherited from AbstractLocalCall.)
Public propertyTransferParams
Top
Events
See Also