Click or drag to resize
SessionContainerGetTransferringSessions Method

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

Parameters

callerCallID
Type: SystemString
calleeCallID
Type: SystemString

Return Value

Type: IEnumerableCallSession
See Also