Ozeki VoIP SDK Class library
ICall Interface
NamespacesOzeki.VoIPICall
Declaration Syntax
C#Visual BasicVisual C++
public interface ICall : IBaseCall
Public Interface ICall _
	Inherits IBaseCall
public interface class ICall : IBaseCall
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Accept()()()()
Accept incoming call object.

Accept(CallType)
Accept incoming call object.

AttachListener(ICall, IPhoneCallListener)
Attaches a PhoneCallListener object to the given call.
(Inherited from IPhoneCallListenerCombinator.)
AttendedTransfer(ICall)
Transfer the call to another phone device. An attended transfer is a transfer made after notifying the destination party of the transfer.

BlindTransfer(String)
Transfer the call to another phone device. A blind transfer is defined as a transfer made without notifying the destination party before transferring the call.

CallErrorOccured
Occurs when call error occurred during the call process.
(Inherited from IBaseCall.)
CallID
Gets the unique identifier of the call.
(Inherited from IBaseCall.)
CallState
Gets the state of the call.
(Inherited from IBaseCall.)
CallStateChanged
Occurs when the state of the call has changed.
(Inherited from IBaseCall.)
DetachListener(ICall, IPhoneCallListener)
Detaches a PhoneCallListener object from the given call.
(Inherited from IPhoneCallListenerCombinator.)
DialInfo
Gets the other party's number.

DtmfReceived
Some DTMF has finished.

DtmfStarted
Some DTMF event has started.

ForwardCall(String)
Forward the incoming call to another phone device.

GetVoIPMediaFormats()()()()
Get the list of media formats

HangUp()()()()
Hang Up the call.

Hold()()()()
Hold the call.

InfoDataReceived
Info data has arrived.

InstantMessageDataReceived
Instant message data has received.

InstantMessageSendError
Indicates the possible errors while It is trying to send Instant message.

IsIncoming
Gets if the call is an incoming call.
(Inherited from IBaseCall.)
MediaDataReceived
Some decoded media data has arrived.

MediaDescriptionChanged
The event handler for media description change

ModifyCallType(CallType)
Modifies the media used during the call.

PlainMediaData
Receives media data decoded as pcm or as plain compressed format.

PlainMediaDataReceived
Some encoded media data has arrived.

ReasonOfState
Gets the textual context of the call state.
(Inherited from IBaseCall.)
Reject()()()()
Reject incoming call object.

SendInfo(String, String, String)
Sends info method to the other party.

SendInstantMessage(MimeType, String)
Sends Message to the other party.

SendMediaData(Int32, VoIPMediaData)
Sends raw media data with media type.

SessionChanged
Occurs when the properties of the media channels has changed.

StartDTMFSignal(DtmfNamedEvents)
Start some DTMF event.

StartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode)
Start some DTMF event.

StopDTMFSignal(DtmfNamedEvents)
Stop some DTMF event.

StopDTMFSignal(DtmfNamedEvents, DtmfSignalingMode)
Stop some DTMF event.

SupportedMediaTypes
Gets the supported media types.

TransferInfo
Gets information about the call transfer

TransferStateChanged
Occurs when the transfer state changed.

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243