[UWP]如何将Skype通话功能与我当前的应用程序集成? [英] [UWP]How can I integrate the Skype call Functionality with my current app?

查看:60
本文介绍了[UWP]如何将Skype通话功能与我当前的应用程序集成?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发通用Windows 10应用程序,因为我实现了在Pc和平板电脑中拨打配置号码的功能,但我不会这样做这就是为什么当我点击"呼叫"选项时,它将自动打开Skype调用对话框选项。

I am developing Universal Windows 10 app, in that  i implement the functionality of to dial the configured numbers in Pc's and tablets but i wont work so that's why when i click the Call option it will automatically open the skype call dialog option.

如何解决此问题,如何将Skype调用与我当前的应用程序集成?告诉我?

How can i solve this issue like How can i integrate the skype  call with my current app pls tell me?

问候,

pradeep

推荐答案

嗨Gumireddy Pradeep Reddy,

Hi Gumireddy Pradeep Reddy,

根据我的经验,您可以使用"System.Launcher.LaunchUriAsync"来获取目标。根据"Skype URI"文档,我知道" Skype URI "。你可以使用你的自定义URI来
拨打一个Skype。

In my experience, you could use "System.Launcher.LaunchUriAsync" to get your target. And according to the "Skype URI" document, I know the "Skype URIs". You could use your custom URI to place a skype call.

请参阅我的以下代码片段:

Please refer to my following code snippet:

await Windows.System.Launcher.LaunchUriAsync(new Uri("skype:echo123?call"));

最好的问候,

Xavier Eoro

Xavier Eoro


这篇关于[UWP]如何将Skype通话功能与我当前的应用程序集成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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