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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index 47d45d780..27b205973 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -67,6 +67,9 @@ EmpathyCallFactory *empathy_call_factory_get (void);
void empathy_call_factory_new_call (EmpathyCallFactory *factory,
EmpathyContact *contact);
+void empathy_call_factory_new_call_with_streams (EmpathyCallFactory *factory,
+ EmpathyContact *contact, gboolean initial_audio, gboolean initial_video);
+
void empathy_call_factory_claim_channel (EmpathyCallFactory *factory,
EmpathyDispatchOperation *operation);