diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index 8129b993d..63ff350b5 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -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; }