mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Update current_call before notifiying call state change for LinphoneCallStreamsRunning
This commit is contained in:
parent
680fbbf024
commit
35ab327fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -368,9 +368,9 @@ static void call_accepted(SalOp *op){
|
|||
}
|
||||
}
|
||||
linphone_core_update_streams (lc,call,md);
|
||||
linphone_call_set_state(call, LinphoneCallStreamsRunning, "Streams running");
|
||||
if (!call->current_params.in_conference)
|
||||
lc->current_call=call;
|
||||
linphone_call_set_state(call, LinphoneCallStreamsRunning, "Streams running");
|
||||
}
|
||||
}else{
|
||||
/*send a bye*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue