diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-02-03 17:04:04 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 17:04:04 +0800 |
commit | 7311339738a4a7b454c11496a4ca7780997813e7 (patch) | |
tree | f8a16109d74946e180057572356fb2112330ce53 /libempathy | |
parent | 92e86b5fce2e0c82640b846326b424fec0c75fbe (diff) | |
download | gsoc2013-empathy-7311339738a4a7b454c11496a4ca7780997813e7.tar gsoc2013-empathy-7311339738a4a7b454c11496a4ca7780997813e7.tar.gz gsoc2013-empathy-7311339738a4a7b454c11496a4ca7780997813e7.tar.bz2 gsoc2013-empathy-7311339738a4a7b454c11496a4ca7780997813e7.tar.lz gsoc2013-empathy-7311339738a4a7b454c11496a4ca7780997813e7.tar.xz gsoc2013-empathy-7311339738a4a7b454c11496a4ca7780997813e7.tar.zst gsoc2013-empathy-7311339738a4a7b454c11496a4ca7780997813e7.zip |
Request only audio in the initial request
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2405
Diffstat (limited to 'libempathy')
-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 |