Click or drag to resize
SessionStateEx Class
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSessionStateEx

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static class SessionStateEx

The SessionStateEx type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsCompleted
Checks whether the active call has ended by one of the parties (the caller or callee sent a BYE request).
Public methodStatic memberIsHeld
Check whether the call is being held by one of the parties.
Public methodStatic memberIsInCall
Check whether the call is in active state and there is media communication between the two parties.
Public methodStatic memberIsRinging
Check whether the call is setup state.
Public methodStatic memberIsSessionEnded
Checks whether the session has ended.
Public methodStatic memberIsSessionEndedWithError
Checks whether the session has ended with error.
Public methodStatic memberIsSetup
Check whether the call is setup state.
Public methodStatic memberIsTransferEnded
Check whether the transfer has ended (including success and failure too).
Top
See Also