From 567c6f977d72adfc6f2a4d07311d1403bbb51d0c Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Thu, 7 May 2009 15:20:47 +0100 Subject: Allow the call factory to create calls with specific types of media --- libempathy/empathy-call-factory.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-call-factory.h') 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); -- cgit v1.2.3