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 LinphoneCore |
| Call | transfered | the LinphoneCall that was transfered |
| CallState | callState | the LinphoneCallState of the call to transfer target at the far end. |