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 LinphoneCore |
| Call | call | the call |
| CallStats | callStats | the call statistics. |