Click or drag to resize

ISessionContainerGetSessionsByCallID Method

Retrieves the active sessions of the specified call leg.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
IEnumerable<ISession> GetSessionsByCallID(
	string callId
)

Parameters

callId
Type: SystemString
The ID of the call leg.

Return Value

Type: IEnumerableISession
The list of sessions.
See Also