skypedeveloper

Trusted Application API : Presence

血红的双手。 提交于 2019-12-11 02:50:24
问题 Is it possible (or is it planned soon? roadmap?) using the Trusted Application API to get the presence changes from users of an O365 group? (as in UCMA). With webhooks instead long polling(UCWA)? What is the webEventChannel ( notifications) in Trusted Application API (github). What kind of notifications we can get via the webhooks? Also would be able to use the Trusted API to change the presence of other users as in UCMA? without user credentials. as trusted application endpoint? 来源: https:/

Can't install Lync 2013 SDK with Skype for Business 2016

谁都会走 提交于 2019-12-10 18:25:03
问题 I'm trying to make a simple WinForms application that changes Skype for Business status (I'm using Skype for Business 2016). According to the links below, I should be able to install the Lync 2013 SDK (which I'm finding here: https://www.microsoft.com/en-in/download/details.aspx?id=36824 ). But when I attempt to install it, it says Microsoft Lync 2013 not found. Go here to download and install: http://go.microsoft.com/fwlink/?LinkID=248583 . Any suggestions? Do I have to also have Lync

Do the UCWA or UCMA APIs support Skype for Business Online?

一世执手 提交于 2019-12-10 18:23:54
问题 We are trying to figure out whether the latest UCWA or UCMA supports Skype for Business Online. After a long search, I saw someone posted in March/April 2015 and said that UCMA/UCWA did not yet support it. But then, I could not find anything about this. Is the latest version able to support it? Where can I find any information about this? 回答1: UCWA is now available for Skype for Business Online. The steps to get your UCWA application registered and authenticated are quite different to using

Bot Framework Skype for Business channel

你说的曾经没有我的故事 提交于 2019-12-10 12:25:03
问题 I've finally managed to get my bot connected to Skype for Business, however I am having a couple of issues getting it to work. Firstly the bot doesn't seem to be searchable within Skype, you have to enter the full Uri and it only seems to work with the onmicrosoft.com domain, not our own domain. Once you open a Skype chat window by using the bot's full Uri and start a conversation, the bot displays as "presence unknown". This may be related to the first issue I guess. Perhaps it's not fully

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

雨燕双飞 提交于 2019-12-04 16:56:25
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, JavaScript, C# for development purpose. we have office 365 subscription where we have configured a azure

Can we build Skype bots for “Skype for Business”?

爱⌒轻易说出口 提交于 2019-12-04 00:28:47
I've seen examples of bot programming that work with "Skype". Is it possible to develop enterprise bots that run on "Skype for Business" using Microsoft's Bot/Cognitive service tools/framework? Skype for Business is not yet supported by Bot Framework . To find all the messaging channels that are supported visit the Bot Framework's documentation site . The Microsoft Bot Framework now officially supports Skype for Business as a channel: Skype for Business Bot Framework (Preview) (As of writing this its in Preview mode, so things may change in the future. But at least its there.) Skype for

Should I use UCWA or UCMA or another API for a Skype for Business Server Application?

巧了我就是萌 提交于 2019-12-03 19:17:22
问题 There seems to be a lot of different SDKs / APIs around Skype for Business. I'm having a tough time deciphering which one would be appropriate for a server side Bot like application that could communicate domain specific information to the users within the organization. For example we'd like to be able to deliver task(s) via messages and perform presence based task assignment. This seems to be fairly low hanging fruit but where's the REST endpoints and documentation to make this happen.

How to get authorization to UCWA and Skype Web SDK?

对着背影说爱祢 提交于 2019-12-01 04:43:47
问题 I have a Skype for Business account call art@shockw4ves.onmicrosoft.com and I'm trying to get authorization. My first request to lyncdiscover service GET https://lyncdiscover.shockw4ves.onmicrosoft.com/ Answer: { "_links": { "self": { "href": "https://webdir1e.online.lync.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=shockw4ves.onmicrosoft.com" }, "user": { "href": "https://webdir1e.online.lync.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=shockw4ves

Not Able to Get Applications Url for Skype for Business

只谈情不闲聊 提交于 2019-12-01 01:57:27
I'm trying to use the REST API in Skype for Business Online by following the instructions here: https://msdn.microsoft.com/EN-US/library/office/mt590891(v=office.16).aspx . I make the first call to the discovery service, and then get the discovery URL back for the user; it looks like this for me: https://webdir0b.online.lync.com/Autodiscover/AutodiscoverService.svc/root/oauth/user I then make the call to Azure and successfully get an access token back for https://webdir0b.online.lync.com . The next step is where things break down - I make a request again to the discovery Url for the user and

Not Able to Get Applications Url for Skype for Business

别等时光非礼了梦想. 提交于 2019-11-30 20:25:46
问题 I'm trying to use the REST API in Skype for Business Online by following the instructions here: https://msdn.microsoft.com/EN-US/library/office/mt590891(v=office.16).aspx. I make the first call to the discovery service, and then get the discovery URL back for the user; it looks like this for me: https://webdir0b.online.lync.com/Autodiscover/AutodiscoverService.svc/root/oauth/user I then make the call to Azure and successfully get an access token back for https://webdir0b.online.lync.com. The