mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Merge branch 'master' of git.linphone.org:linphone
This commit is contained in:
commit
f708db271e
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ static void linphone_call_init_common(LinphoneCall *call, LinphoneAddress *from,
|
|||
}
|
||||
|
||||
void linphone_call_init_stats(LinphoneCallStats *stats, int type) {
|
||||
stats->type = LINPHONE_CALL_STATS_AUDIO;
|
||||
stats->type = type;
|
||||
stats->received_rtcp = NULL;
|
||||
stats->sent_rtcp = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue