mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
fix bug on reinvite (streams not started)
This commit is contained in:
parent
b5497652f2
commit
7dbef1d1b4
2 changed files with 2 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ static void call_updated(SalOp *op){
|
|||
call->resultdesc=sal_call_get_final_media_description(op);
|
||||
if (call->resultdesc){
|
||||
sal_media_description_ref(call->resultdesc);
|
||||
if (sal_media_description_empty(call->resultdesc)){
|
||||
if (!sal_media_description_empty(call->resultdesc)){
|
||||
linphone_connect_incoming(lc,call);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 57896d513f6fbf41fde3c777931ebc744e53e366
|
||||
Subproject commit 5d984c3ea03d4bf40eeac257cfdd86efe2312392
|
||||
Loading…
Add table
Reference in a new issue