diff options
-rw-r--r-- | libempathy/empathy-tp-call.c | 3 |
1 files changed, 1 insertions, 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 |