Integrate skype for business in uwp app

旧时模样 提交于 2019-12-24 06:36:56

问题


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:

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

  2. 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!


回答1:


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.



来源:https://stackoverflow.com/questions/42169269/integrate-skype-for-business-in-uwp-app

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