A helyi gepen letrehozott hivas objektum, melyet az API-rol iranyithatunk.
Inheritance Hierarchy Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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 |
---|
 | LocalCall | Initializes a new instance of the LocalCall class |
Top
Properties
Methods | Name | Description |
---|
 | Answer | (Overrides AbstractLocalCallAnswer) |
 | Answer(CallType) | (Overrides AbstractLocalCallAnswer(CallType)) |
 | AttendedTransfer | (Overrides AbstractLocalCallAttendedTransfer(ICall)) |
 | BlindTransfer | (Overrides AbstractLocalCallBlindTransfer(String)) |
 | CanAcceptInvite | |
 | Close | |
  | CreateIncoming | |
  | CreateOutgoing | |
 | EnsureRinging | |
 | Forward | (Overrides AbstractLocalCallForward(String)) |
 | GetReasonPhrase(Int32, String) | |
 | GetReasonPhrase(ResponseCodes, String) | |
 | GetSIPInfo | (Inherited from AbstractLocalCall) |
 | HangUp | (Overrides AbstractLocalCallHangUp) |
 | Hold | (Overrides AbstractLocalCallHold) |
 | ModifyCallType | (Overrides AbstractLocalCallModifyCallType(CallType)) |
 | NotifyTransferState | (Overrides AbstractLocalCallNotifyTransferState(TransferStateChangedEventArgs)) |
 | OnAnswering | (Inherited from AbstractLocalCall) |
 | OnCallStateChanged | (Inherited from BaseAbstractCall) |
 | OnCallTypeChanged | (Inherited from AbstractLocalCall) |
 | OnDtmfReceived | (Inherited from AbstractLocalCall) |
 | OnDtmfStarted | (Inherited from AbstractLocalCall) |
 | OnForwarding | (Inherited from BaseAbstractCall) |
 | OnInfoDataReceived | (Inherited from AbstractLocalCall) |
 | OnInfoResponseReceived | (Inherited from AbstractLocalCall) |
 | OnInstantMessageReceived | (Inherited from AbstractLocalCall) |
 | OnInstantMessageResponseReceived | (Inherited from AbstractLocalCall) |
 | OnPropertyChanged | (Inherited from BaseAbstractCall) |
 | OnRedirected | (Overrides BaseAbstractCallOnRedirected(RedirectionInfo)) |
 | OnStarting | (Inherited from AbstractLocalCall) |
 | OnTransferStateChanged | (Inherited from AbstractLocalCall) |
 | Reject | (Overrides AbstractLocalCallReject) |
 | Reject(String) | (Overrides AbstractLocalCallReject(String)) |
 | Replace | (Inherited from AbstractLocalCall) |
 | Respond(ResponseCodes) | (Overrides AbstractLocalCallRespond(ResponseCodes)) |
 | Respond(ResponseCodes, String) | (Overrides AbstractLocalCallRespond(ResponseCodes, String)) |
 | RingWithEarlyMedia | (Overrides AbstractLocalCallRingWithEarlyMedia) |
 | RingWithEarlyMedia(CallType) | (Overrides AbstractLocalCallRingWithEarlyMedia(CallType)) |
 | SendInfo | (Overrides AbstractLocalCallSendInfo(InfoData)) |
 | SendInstantMessage(String) | (Overrides AbstractLocalCallSendInstantMessage(String)) |
 | SendInstantMessage(String, MimeType) | (Overrides AbstractLocalCallSendInstantMessage(String, MimeType)) |
 | SendInstantMessage(String, String) | (Overrides AbstractLocalCallSendInstantMessage(String, String)) |
 | SetOtherParty | |
 | Start | (Overrides BaseAbstractCallStart) |
 | StartDTMFSignal(DtmfNamedEvents) | (Overrides AbstractLocalCallStartDTMFSignal(DtmfNamedEvents)) |
 | StartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode) | (Overrides AbstractLocalCallStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode)) |
 | StartWithBlindTransfer | (Overrides AbstractLocalCallStartWithBlindTransfer) |
 | StopDTMFSignal | (Overrides AbstractLocalCallStopDTMFSignal(DtmfNamedEvents)) |
 | ToggleHold | (Overrides AbstractLocalCallToggleHold) |
 | Unhold | (Overrides AbstractLocalCallUnhold) |
 | UpdateMediaDescription | (Inherited from BaseAbstractCall) |
Top
Events
See Also