aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-call-factory.h')
-rw-r--r--libempathy/empathy-call-factory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index abd8c92dc..aa2175a2d 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -75,6 +75,10 @@ void empathy_call_factory_new_call_with_streams (EmpathyContact *contact,
gboolean empathy_call_factory_register (EmpathyCallFactory *self,
GError **error);
+GHashTable * empathy_call_factory_create_request (EmpathyContact *contact,
+ gboolean initial_audio,
+ gboolean initial_video);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_CALL_FACTORY_H__*/