Monitor phone call length?

雨燕双飞 提交于 2019-12-11 09:57:06

问题


I would like my sales staff to click a button, which makes a phonecall and registers the length of the call.

Is it possible to monitor the length of a phonecall?

Thanks


回答1:


No, the PhoneCallTask does not provide this kind of information. But you could register the current time just before the call starts and get the current time when the app resumes.

However, this might be longer than the actual phone call when the user or phone decides to do something else in between.

EDIT

Apparently, after being corrected by @JaredBienz-MSFT and and testing it, the Show method of the PhoneCallTask is not blocking. So my 'trick' will not work.



来源:https://stackoverflow.com/questions/7980655/monitor-phone-call-length

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!