Delegate CoreListener.OnCallLogUpdatedDelegate
Callback to notify a new call-log entry has been added.
This is done typically when a call terminates.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnCallLogUpdatedDelegate(Core core, CallLog callLog);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Linphone.Core |
| CallLog | callLog | the new Linphone.CallLog entry added. |