从Windows 8手机应用程序启动lync音频通话 [英] Launch lync audio call from a windows 8 phone app

查看:74
本文介绍了从Windows 8手机应用程序启动lync音频通话的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Windows手机应用程序,我需要能够从此应用程序中的某些联系人启动lync音频/视频通话。

我试过了
Launcher.LaunchUriAsync(新的Uri(" sip:abc@xyz.com"));

但这不起作用并且它一直要求我从商店安装任何应用程序来完成任务。

I'm working on a windows phone app and I need to be able to launch lync audio/video calls to some contacts from within this app.
I tried
Launcher.LaunchUriAsync(new Uri("sip:abc@xyz.com"));
but that did not work and it kept asking me to install any app from store to complete the task.

我还尝试了Launcher.LaunchUriAsync(新的Uri("lync:// sip:abc @ xyz。 COM"));这启动了lync客户端但未启动指定联系人的电话。 
$


那么我该如何发起音频/视频通话?

非常感谢所有答案。

I also tried Launcher.LaunchUriAsync(new Uri("lync://sip:abc@xyz.com")); This launched the lync client but did not initiate the call to specified contact. 

So how can I initiate an audio/video call?
Thanks a lot in advance for all answers.

推荐答案

我有同样的需求。

I have same needs.

有人有想法吗?


这篇关于从Windows 8手机应用程序启动lync音频通话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆