Delegate CoreListener.OnCallGoclearAckSentDelegate
GoClear ACK sent on call callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnCallGoclearAckSentDelegate(Core core, Call call);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Linphone.Core |
| Call | call | the Linphone.Call on which the GoClear ACK was sent. |