Click or drag to resize
ISessionContainer Interface

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface ISessionContainer

The ISessionContainer type exposes the following members.

Methods
  NameDescription
Public methodGetOtherCall
Gets the other party the specified call talking to.
Public methodGetSession(String)
Retrieves the session with the specified session ID.
Public methodGetSession(IBaseCall)
Retrieves the session the call is into.
Public methodGetSessions
Gets all the sessions between the given call parties.
Public methodGetSessionsByCallID
Retrieves the active sessions of the specified call leg.
Public methodGetSessionsByExtension
Gets the sessions for the given extension.
Top
Properties
  NameDescription
Public propertyActiveSessions
Gets the currently active sessions.
Top
See Also