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