Delegate CallListener.OnReferRequestedDelegate
Callback for notifying when a call transfer (refer) is requested.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnReferRequestedDelegate(Call call, Address referTo);
Parameters
Type | Name | Description |
---|---|---|
Call | call | Linphone.Call associated with the transfer request. |
Address | referTo | The target Linphone.Address to which the call is being transferred. |