Delegate CoreListener.OnTransferStateChangedDelegate
Callback for notifying progresses of transfers.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnTransferStateChangedDelegate(Core core, Call transferred, CallState callState);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Linphone.Core |
| Call | transferred | the Linphone.Call that was transferred |
| CallState | callState | the Linphone.CallState of the call to transfer target at the far end. |