]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-call-utils.h
Merge remote-tracking branch 'glassrose/debug-window-send-to-pastebin-button-658724'
[empathy.git] / libempathy-gtk / empathy-call-utils.h
index 87676161c698d176dcb5b92ba7e1dac536fc80c3..99e4ecf9116b9881658701041e2cc457f94eb5a9 100644 (file)
@@ -40,7 +40,13 @@ GHashTable * empathy_call_create_streamed_media_request (const gchar *contact,
     gboolean initial_audio,
     gboolean initial_video);
 
-void empathy_call_set_stream_properties (GstElement *element);
+void empathy_call_set_stream_properties (GstElement *element,
+    gboolean echo_cancellation);
+
+TpSendingState empathy_call_channel_get_video_state (TpCallChannel *self);
+void empathy_call_channel_send_video (TpCallChannel *self,
+    gboolean send);
+
 
 G_END_DECLS