mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 18:59:25 +00:00
Fix compilation issue
This commit is contained in:
parent
f400789b8e
commit
654bf04c8c
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@
|
|||
[result appendString:@"\n"];
|
||||
|
||||
// RTP stats section (packet loss count, etc)
|
||||
rtp_stats_t rtp_stats = linphone_call_stats_get_rtp_stats(stats);
|
||||
const rtp_stats_t rtp_stats = *linphone_call_stats_get_rtp_stats(stats);
|
||||
[result
|
||||
appendString:[NSString stringWithFormat:
|
||||
@"RTP packets: %llu total, %lld cum loss, %llu discarded, %llu OOT, %llu bad",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue