]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-call-utils.h
Remove tp-yell and use TpCallChannel
[empathy.git] / libempathy-gtk / empathy-call-utils.h
index 8361031002ac3b5df5d3195daae582601bb48b9a..99e4ecf9116b9881658701041e2cc457f94eb5a9 100644 (file)
@@ -43,6 +43,11 @@ GHashTable * empathy_call_create_streamed_media_request (const gchar *contact,
 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
 
 #endif /*  __EMPATHY_CALL_UTILS_H__ */