Click or drag to resize

RelaySessionOnAttendedTransferRequested Method


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

Parameters

transferor  ISessionCall
 
transferee  ISessionCall
 
target  ISessionCall
 
targetParty  CallParty
 

Implements

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