]> sjero.net Git - linphone/commitdiff
merge patch to indicate whether video is active in linphonec
authorSimon Morlat <simon.morlat@linphone.org>
Tue, 31 Jul 2012 09:28:44 +0000 (11:28 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Tue, 31 Jul 2012 09:28:44 +0000 (11:28 +0200)
console/linphonec.c

index 7d5c0cdd2da291a94dcd816095d2e9202b045775..6220a0599553424376a95f6dc58205dc95c6d17c 100644 (file)
@@ -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);