A helyi gepen letrehozott hivas objektum, melyet az API-rol iranyithatunk.
Inheritance Hierarchy
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic class LocalCall : AbstractLocalCall, IInternalLocalCall
Public Class LocalCall
Inherits AbstractLocalCall
Implements IInternalLocalCall
public ref class LocalCall : public AbstractLocalCall,
IInternalLocalCall
type LocalCall =
class
inherit AbstractLocalCall
interface IInternalLocalCall
end
The LocalCall type exposes the following members.
Constructors
| Name | Description |
---|
![Protected method Protected method](../icons/protmethod.gif) | LocalCall | Initializes a new instance of the LocalCall class |
Top
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | Answer | (Overrides AbstractLocalCallAnswer.) |
![Public method Public method](../icons/pubmethod.gif) | Answer(CallType) | (Overrides AbstractLocalCallAnswer(CallType).) |
![Public method Public method](../icons/pubmethod.gif) | AttendedTransfer | (Overrides AbstractLocalCallAttendedTransfer(ICall).) |
![Public method Public method](../icons/pubmethod.gif) | BlindTransfer | (Overrides AbstractLocalCallBlindTransfer(String).) |
![Public method Public method](../icons/pubmethod.gif) | CanAcceptInvite | |
![Protected method Protected method](../icons/protmethod.gif) | Close | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | CreateIncoming | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | CreateOutgoing | |
![Public method Public method](../icons/pubmethod.gif) | EnsureRinging | |
![Public method Public method](../icons/pubmethod.gif) | Forward | (Overrides AbstractLocalCallForward(String).) |
![Public method Public method](../icons/pubmethod.gif) | GetReasonPhrase(Int32, String) | |
![Protected method Protected method](../icons/protmethod.gif) | GetReasonPhrase(ResponseCodes, String) | |
![Public method Public method](../icons/pubmethod.gif) | GetSIPInfo | (Inherited from AbstractLocalCall.) |
![Public method Public method](../icons/pubmethod.gif) | HangUp | (Overrides AbstractLocalCallHangUp.) |
![Public method Public method](../icons/pubmethod.gif) | Hold | (Overrides AbstractLocalCallHold.) |
![Public method Public method](../icons/pubmethod.gif) | ModifyCallType | (Overrides AbstractLocalCallModifyCallType(CallType).) |
![Public method Public method](../icons/pubmethod.gif) | NotifyTransferState | (Overrides AbstractLocalCallNotifyTransferState(TransferStateChangedEventArgs).) |
![Protected method Protected method](../icons/protmethod.gif) | OnAnswering | (Inherited from AbstractLocalCall.) |
![Protected method Protected method](../icons/protmethod.gif) | OnCallStateChanged | (Inherited from BaseAbstractCall.) |
![Public method Public method](../icons/pubmethod.gif) | OnCallTypeChanged | (Inherited from AbstractLocalCall.) |
![Public method Public method](../icons/pubmethod.gif) | OnDtmfReceived | (Inherited from AbstractLocalCall.) |
![Public method Public method](../icons/pubmethod.gif) | OnDtmfStarted | (Inherited from AbstractLocalCall.) |
![Public method Public method](../icons/pubmethod.gif) | OnInfoDataReceived | (Inherited from AbstractLocalCall.) |
![Public method Public method](../icons/pubmethod.gif) | OnInfoResponseReceived | (Inherited from AbstractLocalCall.) |
![Public method Public method](../icons/pubmethod.gif) | OnInstantMessageReceived | (Inherited from AbstractLocalCall.) |
![Public method Public method](../icons/pubmethod.gif) | OnInstantMessageResponseReceived | (Inherited from AbstractLocalCall.) |
![Protected method Protected method](../icons/protmethod.gif) | OnPropertyChanged | (Inherited from BaseAbstractCall.) |
![Public method Public method](../icons/pubmethod.gif) | OnRedirected | (Overrides BaseAbstractCallOnRedirected(RedirectionInfo).) |
![Protected method Protected method](../icons/protmethod.gif) | OnStarting | (Inherited from AbstractLocalCall.) |
![Protected method Protected method](../icons/protmethod.gif) | OnTransferStateChanged | (Inherited from AbstractLocalCall.) |
![Public method Public method](../icons/pubmethod.gif) | Reject | (Overrides AbstractLocalCallReject.) |
![Public method Public method](../icons/pubmethod.gif) | Reject(String) | (Overrides AbstractLocalCallReject(String).) |
![Public method Public method](../icons/pubmethod.gif) | Replace | (Inherited from AbstractLocalCall.) |
![Public method Public method](../icons/pubmethod.gif) | Respond(ResponseCodes) | (Overrides AbstractLocalCallRespond(ResponseCodes).) |
![Public method Public method](../icons/pubmethod.gif) | Respond(ResponseCodes, String) | (Overrides AbstractLocalCallRespond(ResponseCodes, String).) |
![Public method Public method](../icons/pubmethod.gif) | RingWithEarlyMedia | (Overrides AbstractLocalCallRingWithEarlyMedia.) |
![Public method Public method](../icons/pubmethod.gif) | RingWithEarlyMedia(CallType) | (Overrides AbstractLocalCallRingWithEarlyMedia(CallType).) |
![Public method Public method](../icons/pubmethod.gif) | SendInfo | (Overrides AbstractLocalCallSendInfo(InfoData).) |
![Public method Public method](../icons/pubmethod.gif) | SendInstantMessage(String) | (Overrides AbstractLocalCallSendInstantMessage(String).) |
![Public method Public method](../icons/pubmethod.gif) | SendInstantMessage(String, MimeType) | (Overrides AbstractLocalCallSendInstantMessage(String, MimeType).) |
![Public method Public method](../icons/pubmethod.gif) | SendInstantMessage(String, String) | (Overrides AbstractLocalCallSendInstantMessage(String, String).) |
![Public method Public method](../icons/pubmethod.gif) | SetOtherParty | |
![Public method Public method](../icons/pubmethod.gif) | Start | (Overrides BaseAbstractCallStart.) |
![Public method Public method](../icons/pubmethod.gif) | StartDTMFSignal(DtmfNamedEvents) | (Overrides AbstractLocalCallStartDTMFSignal(DtmfNamedEvents).) |
![Public method Public method](../icons/pubmethod.gif) | StartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode) | (Overrides AbstractLocalCallStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode).) |
![Public method Public method](../icons/pubmethod.gif) | StartWithBlindTransfer | (Overrides AbstractLocalCallStartWithBlindTransfer.) |
![Public method Public method](../icons/pubmethod.gif) | StopDTMFSignal | (Overrides AbstractLocalCallStopDTMFSignal(DtmfNamedEvents).) |
![Public method Public method](../icons/pubmethod.gif) | ToggleHold | (Overrides AbstractLocalCallToggleHold.) |
![Public method Public method](../icons/pubmethod.gif) | Unhold | (Overrides AbstractLocalCallUnhold.) |
![Public method Public method](../icons/pubmethod.gif) | UpdateMediaDescription | (Inherited from BaseAbstractCall.) |
Top
Properties
Events
See Also