skype-for-business

Skype for Business channel doesn't pass authentication credentials correctly

筅森魡賤 提交于 2019-12-25 05:04:54
问题 I have a .NET Bot Framework bot created using the template and tested on other channels and in the dashboard. I've added the Skype for Business channel and performed the PowerShell cmdlets for my tenant. However, I constantly get the reply "Error happened in contacting target user". I looked in the Bot Framework Dashboard for issues, and the problem is that the Bot Framework is getting back a 401 Unauthorized from my code. Remember that this works fine in other channels. Suspecting a problem

UI suppression - client stuck at SigningIn state

萝らか妹 提交于 2019-12-24 22:22:45
问题 I try to sign in to Skype For Business via my application. When I'm with UI on, I can sign in. When I set UI Suppression, my client is stuck at the signing in the state. Neither credentials event nor SigninCallback event nor SignInDelayed event is fired. Can you help me? Here is my code: public void StartUpSkype() { try { _LyncClient = LyncClient.GetClient(); if (_LyncClient == null) { throw new Exception("Unable to obtain client interface"); } if (_LyncClient.InSuppressedMode == true) { if (

Is Lync 2013 Client SDK compatible with Skype for Business?

喜欢而已 提交于 2019-12-24 15:25:21
问题 We have made an application which use the Lync 2013 Client SDK to interact with people depending on some status. The IT department just asked me if they can allow the upgrade to the Skype for Business . Currently I can't find the Client SDK for the Skype for Business. Will my application using Lync 2013 Client SDK still works? If no, what have I to do? Is there a client SDK somewhere I didn't found? Or it's not existing anymore? 回答1: I have updated to Skype For Business and my current app on

Skype for business call plugin

岁酱吖の 提交于 2019-12-24 08:18:13
问题 I am a beginner developer and I am looking to make a plugin in Skype for business (=SfB). This plugin is a component of the menu of the right click in the contact and this makes it possible to place the call via a telephone platform. Can I find some examples (using UCMA) in the same context please? 回答1: I personally would say it do not make any sense to develop such a plugin. The reason is that Skype for Business (=SfB) can perform that on its own. Its one of the key feature from Skype for

Skype for business call plugin

自作多情 提交于 2019-12-24 08:17:03
问题 I am a beginner developer and I am looking to make a plugin in Skype for business (=SfB). This plugin is a component of the menu of the right click in the contact and this makes it possible to place the call via a telephone platform. Can I find some examples (using UCMA) in the same context please? 回答1: I personally would say it do not make any sense to develop such a plugin. The reason is that Skype for Business (=SfB) can perform that on its own. Its one of the key feature from Skype for

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

REST API to manage users on Skype For Business

断了今生、忘了曾经 提交于 2019-12-24 01:11:51
问题 We're using MS Graph API to manage users for Office 365. I just wanted to know if this API is good enough to manage users for "Skype for Business" product as well. Also, when we query for Subscribed SKUs, we do get a list of servicePlanName s one of which is MCOSTANDARD . Can you please confirm if this plan indicates "Skype for Business"? Thank you! 回答1: Azure Active Directory user accounts can be used to sign into Skype for Business. I believe Skype for Business also supports Microsoft

Presence info of Skype for Business Online (Office 365) user

自闭症网瘾萝莉.ら 提交于 2019-12-21 21:35:05
问题 Sorry If I am giving too much details and if it is not in sync together. my question is, Is there any way by which I can show presence information of Skype for Business Online (Office 365) user into our web application? In our web application we want to provide ability to our worker users, using which he can see the status or chat with shift super-wiser users. We don't want to do any configuration to on-premise Skype for business servers, we want to this through cloud. We are using HTML 5,

Skype for Business Web SDK samples not working

我只是一个虾纸丫 提交于 2019-12-17 22:02:02
问题 I have downloaded the Skype Web SDK samples from here, but I can't make them work. I have registered a trial Office 365 account ( dotnetsolutionsdemos.onmicrosoft.com ) and I have a user there ( adam@dotnetsolutionsdemos.onmicrosoft.com ). If I run the desktop version of Skype for Business then I can log in with my account so it seems that the Lync service does work. I have installed the Skype for Business Web App Plug-in, put the sample code under IIS and opened it via a browser. Then I

get skype for business presence status programmatically

时间秒杀一切 提交于 2019-12-14 01:04:11
问题 I need to read the current presence status from Skype for Business (16.5.185) on OSX Sierra. Is there some way to read this locally on my laptop with any programming language, like python? I think we use office365 and I don't have any control over the server or its settings, so I really would like to be able to find this information locally 回答1: You might be able to use UCWA and then do something like (more infos here): HTTP/1.1 200 OK Connection: Keep-Alive Content-Length: 852 Date: Thu, 18