From 7311339738a4a7b454c11496a4ca7780997813e7 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Tue, 3 Feb 2009 09:04:04 +0000 Subject: Request only audio in the initial request Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2405 --- libempathy/empathy-tp-call.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index c9fbb9bc2..576023e80 100644 --- a/libempathy/empathy-tp-call.c +++ b/libempathy/empathy-tp-call.c @@ -334,8 +334,7 @@ empathy_tp_call_to (EmpathyTpCall *call, EmpathyContact *contact) g_object_notify (G_OBJECT (call), "is-incoming"); g_object_notify (G_OBJECT (call), "contact"); g_object_notify (G_OBJECT (call), "status"); - tp_call_request_streams_for_capabilities (call, - EMPATHY_CAPABILITIES_VIDEO | EMPATHY_CAPABILITIES_AUDIO); + tp_call_request_streams_for_capabilities (call, EMPATHY_CAPABILITIES_AUDIO); } static void -- cgit v1.2.3