]> git.0d.be Git - empathy.git/blobdiff - src/empathy-call-handler.c
empathy_call_new_with_streams: remove initial_audio arg
[empathy.git] / src / empathy-call-handler.c
index 1c4939af11f23e22ac89c2e3639581f3c47cc85c..9d8da00ae0295d1d429ba3800c919181644e076f 100644 (file)
@@ -933,8 +933,7 @@ empathy_call_handler_start_call (EmpathyCallHandler *handler,
 
   account = empathy_contact_get_account (priv->contact);
   request = empathy_call_create_call_request (
-      empathy_contact_get_id (priv->contact),
-      priv->initial_audio, priv->initial_video);
+      empathy_contact_get_id (priv->contact), priv->initial_video);
 
   req = tp_account_channel_request_new (account, request, timestamp);