mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-04 04:19:35 +00:00
linphonecall.c: when call parameters have been changed, modify the display status accordingly
This commit is contained in:
parent
fde1b685bd
commit
67618dbd3b
1 changed files with 5 additions and 0 deletions
|
|
@ -1296,6 +1296,11 @@ void linphone_call_set_state(LinphoneCall *call, LinphoneCallState cstate, const
|
|||
linphone_core_multicast_lock_release(call->core);
|
||||
#endif
|
||||
break;
|
||||
case LinphoneCallStreamsRunning:
|
||||
if (call->prevstate == LinphoneCallUpdating || call->prevstate == LinphoneCallUpdatedByRemote) {
|
||||
linphone_core_notify_display_status(lc,_("Call parameters were successfully modified."));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue