在uwp app中集成skype用于业务(Integrate skype for business in uwp app)

我一直在努力寻找在我的uwp应用程序中集成skype for business的最佳方法。 但是,MSDN和Skype / Office 365开发人员页面中有大量文章。 他们中的大多数来自几个月前。

我想要做的只是在我的uwp应用程序中发出Skype调用或Skype聊天。 我更愿意将它完全集成到我的应用程序中,但如果它只是为业务应用程序启动Skype,我也没关系。

但是,我没有看到任何方法这样做。 我是否遗漏了某些内容,或者MS是否因为uwp集成而离开skype?

这是我到目前为止所读到的内容:

商务sdk的Skype。 这看起来很完美! 但是,它只适用于Android和ios?

使用uri的? 我看到有一种方法可以使用uri。 但是,带有这个的文档也只提到了Android和ios。 无论如何我都尝试了它,“ms-sfb”和“skype”。 他们两个都弹出一条消息,说明我需要在商店中找到应用程序,即使它已安装。

任何人都知道目前最好的方法是将skype用于业务集成到我的uwp应用程序中吗?

谢谢!

I have been trying to find the best way to integrate skype for business in my uwp app. However, there are a ton of articles in MSDN and Skype/Office 365 developer pages. Most of them are from many months ago.

What I want to do is simply place a skype call OR skype chat from within my uwp app. I would prefer to integrate it fully into my app but I am also okay if it just launches the skype for business app.

However, I am not seeing any way to do this. Am I missing something or did MS leave skype for business out of uwp integration?

Here is what I read so far:

The skype for business sdk. This looks perfect! But, it is only for Android and ios?

Using uri's? I see that there is a way to use the uri. However, the documentation with this also only mentions Android and ios. I tried it anyway, both "ms-sfb" and "skype". Both of them popup a message stating that I need to find the app in the store, even though it is installed.

Anybody know of the best way, currently, to get skype for business integration into my uwp app?

Thanks!

最满意答案

如果您在UWP应用程序中使用Javascript,则可以使用Skype Web SDK轻松集成Skype For Business功能。 而且它不依赖于平台。 由于javascript不依赖于平台。 如果您在.NET上执行此操作,则可以使用UCMA API。

If you are using Javascript in your UWP apps, you can easily integrate Skype For Business Functionality using Skype Web SDK. And it's not platform dependent. As javascript is not platform dependant. If you are doing it o n .NET you can use UCMA API.

更多推荐