mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
re-implement audio stats
This commit is contained in:
parent
7ef277fd95
commit
8d8cbad941
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ void Daemon::iterateStreamStats() {
|
|||
while (it->second->queue && (NULL != (ev=ortp_ev_queue_get(it->second->queue)))){
|
||||
OrtpEventType evt=ortp_event_get_type(ev);
|
||||
if (evt == ORTP_EVENT_RTCP_PACKET_RECEIVED || evt == ORTP_EVENT_RTCP_PACKET_EMITTED) {
|
||||
//linphone_call_stream_stats_hack(&it->second->stream->ms, &it->second->stats, ev);
|
||||
linphone_call_stats_fill(&it->second->stats, &it->second->stream->ms, ev);
|
||||
if (mUseStatsEvents) mEventQueue.push(new AudioStreamStatsResponse(this,
|
||||
it->second->stream, &it->second->stats, true));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue