Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
67618dbd
Commit
67618dbd
authored
Mar 23, 2015
by
Gautier Pelloux-Prayer
Browse files
linphonecall.c: when call parameters have been changed, modify the display status accordingly
parent
fde1b685
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecall.c
View file @
67618dbd
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment