Click or drag to resize

SessionContainerGetTransferringSessions Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public IEnumerable<CallSession> GetTransferringSessions(
	string callerCallID,
	string calleeCallID
)

Parameters

callerCallID
Type: SystemString
calleeCallID
Type: SystemString

Return Value

Type: IEnumerableCallSession

Implements

ISessionContainerPbxGetTransferringSessions(String, String)
See Also