Click or drag to resize

ISessionContainer Interface


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

The ISessionContainer type exposes the following members.

Properties
 NameDescription
Public propertyActiveSessions Gets the currently active sessions.
Top
Methods
 NameDescription
Public methodGetOtherCall Gets the other party the specified call talking to.
Public methodGetSession(IBaseCall) Retrieves the session the call is into.
Public methodGetSession(String) Retrieves the session with the specified session ID.
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
See Also