mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
merge patch to indicate whether video is active in linphonec
This commit is contained in:
parent
14fc5446d0
commit
d36cc880b8
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ static void linphonec_call_state_changed(LinphoneCore *lc, LinphoneCall *call, L
|
|||
linphonec_out("Resuming call %i with %s.\n", id, from);
|
||||
break;
|
||||
case LinphoneCallStreamsRunning:
|
||||
linphonec_out("Media streams established with %s for call %i.\n", from,id);
|
||||
linphonec_out("Media streams established with %s for call %i (%s).\n", from,id,( linphone_call_params_video_enabled( linphone_call_get_current_params(call)) ? "video":"audio"));
|
||||
break;
|
||||
case LinphoneCallPausing:
|
||||
linphonec_out("Pausing call %i with %s.\n", id, from);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue