aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-call-utils.c3
1 files changed, 2 insertions, 1 deletions
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);
}
}