Delegate CallListener.OnStatsUpdatedDelegate
Callback for receiving quality statistics for calls.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnStatsUpdatedDelegate(Call call, CallStats stats);
Parameters
| Type | Name | Description |
|---|---|---|
| Call | call | Call object whose statistics are notified |
| CallStats | stats | CallStats object |