Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Initiate call in Windows Phone 7

I am working on a Windows Phone 7 app and I want to give the option for the user to make a call. i.e How can I initiate a call when the user press a "call" button in my app? Looks like that API is not yet exposed.

like image 211
Shoban Avatar asked Apr 13 '10 16:04

Shoban


People also ask

How do I make a phone call on Windows 7?

In your Your Phone app on Windows, tap on Calls option present on the left panel. Now, recent calls logs and dialer box will open in the adjacent slides. just punch in the number or select from contact to make a call on PC via your Android phone.

Can I make a phone call on my PC?

You can make and receive calls meant for your phone through your Windows 10 computer; the trick lies in setting up your phone and then using Microsoft's Your Phone app to enable the calling option.


1 Answers

The API you want is PhoneCallTask Note that many of the external actions your app can initiate are in the Microsoft.Phone.Tasks namespace.

like image 81
Skeets Avatar answered Sep 21 '22 00:09

Skeets