Click or drag to resize

SessionContainerGetSessionsByCallID Method

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

Parameters

callID
Type: SystemString

Return Value

Type: IEnumerableISession

Implements

ISessionContainerGetSessionsByCallID(String)
See Also