ucwa

Initiating a phone call using UCWA

孤街醉人 提交于 2019-12-11 11:04:15
问题 I have (hopefully) a very simple question. Is there a way of creating a call by UCWA? When I say creating a call by UCWA, I mean that in my browser I will input a phone number and UCWA will first dial my number in my office and then when I pick up the phone I will hear dialing sound because I will be calling to the number provided on the website. Is such a thing possible with UCWA? If not, can you recommend something else that could do it? Thanks a lot for any answer. 回答1: I believe the

Application expires after 1h even when regularly reporting my activity

被刻印的时光 ゝ 提交于 2019-12-11 10:12:22
问题 Previously I had a problem that my UCWA application expired after some time. As a solution to this problem, I have found out that I should make a request every now and then to keep it alive. I decided to set an interval and every 3 minutes request reportMyActivity resource. However, no matter what, my application always expires after 1 hour. Is there any solution to this? Alternatively, what is the recommended way of re-creating application without leaving website using sample libraries?

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:/

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

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

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

限于喜欢 提交于 2019-11-30 11:15:06
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. Assuming for example I wanted to create a little console application that could facilitate this what API

Skype For Business - Receive IM not working with the below steps

断了今生、忘了曾经 提交于 2019-11-27 09:49:29
I am developing a skype java rest based app for "skype for business". I am able to send im, authorize etc. But, I'm not able to receive IM. The events object take too much time to respond for my postman request. And, there are no incoming IM shown in my events object. But the receive Message IM feature is not working. The steps I have followed are 1) generate access token and access my ucwa application. 2) make user online with makeMeAvailable api. 3) get request for ucwa application generated. 4) and call the events href link in the step 3. 5) and call the events href link in the step 4 but