Click or drag to resize

SessionStateEx Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSessionStateEx

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

The SessionStateEx type exposes the following members.

Methods
 NameDescription
Public Extension MethodIsCompleted Checks whether the active call has ended by one of the parties (the caller or callee sent a BYE request).
Public Extension MethodIsHeld Check whether the call is being held by one of the parties.
Public Extension MethodIsInCall Check whether the call is in active state and there is media communication between the two parties.
Public Extension MethodIsRinging Check whether the call is setup state.
Public Extension MethodIsSessionEnded Checks whether the session has ended.
Public Extension MethodIsSessionEndedWithError Checks whether the session has ended with error.
Public Extension MethodIsSetup Check whether the call is setup state.
Public Extension MethodIsTransferEnded Check whether the transfer has ended (including success and failure too).
Top
See Also