]> git.0d.be Git - empathy.git/commitdiff
tp_call_channel_add_content_async() now takes the direction
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 21 Feb 2012 09:13:44 +0000 (10:13 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 21 Feb 2012 09:13:44 +0000 (10:13 +0100)
libempathy-gtk/empathy-call-utils.c

index c2363c419d773ef55735b6409fc1b8c79311ac44..4f0185117a3ac48b2a7d9bfb56f56860516e5370 100644 (file)
@@ -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);
     }
 }