microsoft / Windows-universal-samples

API samples for the Universal Windows Platform.
MIT License
9.53k stars 7.97k forks source link

CallerID Implementation missing, and cannot find API documentation #223

Closed mitchcapper closed 8 years ago

mitchcapper commented 8 years ago

I am not sure if I simply cannot find the documentation on msdn or if its missing. I have read through most of the sample code here and am fairly confident there is at least no sample for it.

With Win 10 they re-announced the caller ID and call blocking features that were in 8.1. While I can find a lot of documentation on the blocking or filtering I can't find anything on implementing caller ID like truecaller (https://www.microsoft.com/en-us/store/apps/truecaller/9wzdncrfj3ml).

This may not be the best place for it, but as its the primary sample base I figured I would see if you guys were aware of atleast any documentation on that task provider.

oldnewthing commented 8 years ago

For caller ID, the place you want to start is PhoneCallOriginManager. This lets you set an app to be the caller ID provider.

mitchcapper commented 8 years ago

Thanks, sorry for the bad bug I thought I checked everything relevant clearly I hadn't.