Delegate CoreListener.OnCallStatsUpdatedDelegate
Callback for receiving quality statistics for calls.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnCallStatsUpdatedDelegate(Core core, Call call, CallStats callStats);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Linphone.Core |
| Call | call | the Linphone.Call |
| CallStats | callStats | the Linphone.CallStats statistics. |