Click or drag to resize

CallSession Class

Represents a call between two peers.
Represents a call between two peers.
Represents a call between two peers.
Represents a call between two peers.
Represents a call between two peers.
Represents a call between two peers.
Represents a call between two peers.
Represents a call between two peers.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPCallSession

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class CallSession : ISession, 
	ISessionMediaConnector, IUpperSession, IStatefulSession

The CallSession type exposes the following members.

Constructors
  NameDescription
Public methodCallSession
Initializes a new instance of the CallSession class.
Top
Properties
Methods
  NameDescription
Public methodAcceptTransfer
Public methodAttendedTransfer(String)
Attended transfereli a transfereet a megadott session-ben levo egyik felhez. Ezzel a metodussal csak olyan session-oket lehet osszetransferelni, amelyeknel az egyik fel megegyezik. A transferee es a target automatikusan lesz meghatarozva.
Public methodAttendedTransfer(CallParty, String, CallParty)
Konkretan megadjuk, hogy ebbol a session-bol ki lesz osszetransferalva a megadott session target-evel.
Public methodBlindTransfer
Public methodClose
Closes the session without sending a BYE or CANCEL request.
Public methodCloseWithHangUp
Closes the session by sending a BYE or CANCEL request.
Public methodConnectAudioReceiver
Public methodConnectAudioSender
Public methodConnectVideoReceiver
Public methodDisconnectAudioReceiver
Public methodDisconnectAudioSender
Public methodDisconnectVideoReceiver
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodForward
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodHold
Public methodNotifyTransferState
Protected methodOnAttendedTransferRequest
Protected methodOnBlindTransferRequest
Public methodRejectTransfer
Public methodSendDTMF
Public methodSendPBXReInvite
Public methodSetSessionState
Public methodStart
Public methodSwitchSubsession
Public methodToString (Overrides ObjectToString.)
Public methodUnhold
Public methodUpdateSessionState
Top
Events
Fields
  NameDescription
Public fieldStatic memberLoggerPrefix
Top
See Also