Click or drag to resize
ISession Methods

The ISession type exposes the following members.

Methods
  NameDescription
Public methodAttendedTransfer(String)
Performs attended transfer. The transferee and target will be determined automatically.
Public methodAttendedTransfer(CallParty, String, CallParty)
Performs attended transfer. The transferee and target will be given by the user.
Public methodBlindTransfer
Performs blind transfer.
Public methodClose
Closes the session without sending BYE request to the peers.
Public methodCloseWithHangUp
Closes the session and sends a BYE request to the peers. If the call has not been established yet, sends a CANCEL request to the callee.
Public methodConnectAudioReceiver (Inherited from ISessionMediaConnector.)
Public methodConnectAudioSender (Inherited from ISessionMediaConnector.)
Public methodConnectVideoReceiver (Inherited from ISessionMediaConnector.)
Public methodDisconnectAudioReceiver (Inherited from ISessionMediaConnector.)
Public methodDisconnectAudioSender (Inherited from ISessionMediaConnector.)
Public methodDisconnectVideoReceiver (Inherited from ISessionMediaConnector.)
Public methodForward
Forwards the caller to another extension.
Public methodHold
Puts the caller and callee on hold.
Public methodNotifyTransferState
Notifies the transferor about the state of the transfer.
Public methodSendDTMF
Sends DTMF with the specified keycode to the specified party.
Public methodStart
Public methodUnhold
Takes the caller and callee off hold.
Top
See Also