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 Core |
| CallLog | callLog | the new CallLog entry added. |