Click or drag to resize
RelaySessionOnAttendedTransferRequested Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public override void OnAttendedTransferRequested(
	ISessionCall transferor,
	ISessionCall transferee,
	ISessionCall target,
	CallParty targetParty
)

Parameters

transferor
Type: Ozeki.VoIPISessionCall
transferee
Type: Ozeki.VoIPISessionCall
target
Type: Ozeki.VoIPISessionCall
targetParty
Type: Ozeki.VoIPCallParty

Implements

IUpperSessionOnAttendedTransferRequested(ISessionCall, ISessionCall, ISessionCall, CallParty)
IUpperSessionOnAttendedTransferRequested(ISessionCall, ISessionCall, ISessionCall, CallParty)
See Also