From abb277867f74af71705f453e0db3f947d85b084a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 21 Feb 2012 10:13:44 +0100 Subject: tp_call_channel_add_content_async() now takes the direction --- libempathy-gtk/empathy-call-utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-call-utils.c b/libempathy-gtk/empathy-call-utils.c index c2363c419..4f0185117 100644 --- a/libempathy-gtk/empathy-call-utils.c +++ b/libempathy-gtk/empathy-call-utils.c @@ -321,7 +321,8 @@ empathy_call_channel_send_video (TpCallChannel *self, if (send && !found) { tp_call_channel_add_content_async (self, "video", - TP_MEDIA_STREAM_TYPE_VIDEO, NULL, NULL); + TP_MEDIA_STREAM_TYPE_VIDEO, TP_MEDIA_STREAM_DIRECTION_BIDIRECTIONAL, + NULL, NULL); } } -- cgit v1.2.3