ucwa

Developing UCWA online for iOS application

南笙酒味 提交于 2020-01-25 23:01:10
问题 For developing UCWA online for iOS application, what can I do for Signin URL when registered the application to Azure AD. Please advice me. 回答1: Please refer following resource. You first need to register an app in Azure AD which would give you access token and provide access to Skype for Business. Then you will actually sign in into Skype for Business Online. Setting up Azure Ad authentication and access to Skype for Business Online Sign in to Skype for Business Online 来源: https:/

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

心不动则不痛 提交于 2019-12-28 03:13:26
问题 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

Error accepting audio calls in skype for business web app. Error Failed to parse SessionDescription in Chrome

感情迁移 提交于 2019-12-25 19:16:09
问题 I have a Skype For Business Online web app. I am using Skype Web SDK and Azure AD for authentication. On making a audio call from Lync, I sucessfully receive notification in the web app. But the audio call soon gets disconnected. Error is Failed to parse SessionDescription. candidate:a5BpIVxQzQh5t/7CqfgBOQeCbDFb0l/mEzYbPkw96vg 1 1V4ajHJQOLI2T9wGQfzL1g UDP 0.830 172.51.21.32 24068 Expects at least 8 fields. The name of error comes as OperationError 回答1: Currently the Skype Web SDK doesn't

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

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,

UCWA Lync authentication - 500 web ticket is invalid

夙愿已清 提交于 2019-12-14 03:59:41
问题 I'm trying to create a simple client for Lync using Nodejs. Base on http://ucwa.lync.com/documentation/KeyTasks-CreateApplication I've made someting like this. It works until last step #9 when I should register my app with UCWA. Server responds with code 500 and silly explanation There is a problem with the resource you are looking for, and it cannot be displayed And headers x-ms-diagnostics': '28032;source="mysource";reason="The web ticket is invalid."' var http = require('request-promise');

Using UCWA API for chatbot?

房东的猫 提交于 2019-12-12 23:26:28
问题 Can UCWA be used for enterprise chatbot application on Skype For Business on premise server? I couldn't find much documentation regarding this. 回答1: It is definitively possible to implement a chat bot using UCWA, but you'll have to go through some challenges. This is mainly about keeping the UCWA impersonated App always online, and keeping a reliable communication with the Event Channel. There isn't either an SDK provided by Microsoft, or a sample available that implements these UCWA

Display the user presence/status using Skype web SDK or UCWA in UWP app

一个人想着一个人 提交于 2019-12-12 03:10:06
问题 I am having a requirement on just want to show/display the Skype for business user presence(Busy, Available, Off Work etc) in UWP app. I have gone through the following documentations, Skype Web SDK I found that using Skype Web SDK we can show that but I am getting struck how can I use the Skype Web SDK in UWP app. Can anyone know how can I use the Skype Web SDK in UWP app? or If have any other way to get skype user presence please help me out. I also tried to use UCWA 2.0 , but got struck to

UCWA: integrating advanced chat options

蓝咒 提交于 2019-12-12 01:47:00
问题 I have created a simple chatting application using which two users can chat with each other. Currently i'm able to send only simple and plain text messages. Next as an enhancement, i would like to send formatted text messages. Eg. Changing the font, text style, size, bold, italics, etc. Also i would like to integrate file sharing while chatting. So i would like to know: If ucwa Api has a provision for sending and receiving formatted text messages? Is there a provision to share files as well.