ucma

How can I get the Lync Meeting URL programmatically in C#?

邮差的信 提交于 2019-12-25 07:15:44
问题 Currently I am running an ASP.NET web application and my web page needs to provide a button to get the Lync Meeting URL just like the Outlook does: Please see the screenshot here: Lync Meeting Address in Outlook The behavior of this button is when it is clicked, the Lync Meeting URL is retrieved (maybe from the Exchange server) and is shown on a asp:Label control on the web page. I googled but I have been told that there are three SDKs can be considered for this scenario: Lync SDK - seems the

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

Error SIPEPS, Version=5.0.0.0 UCMA 4.0 VS2010/VS2013

左心房为你撑大大i 提交于 2019-12-22 04:55:08
问题 I had developed an UCMA 4.0 application on both VS 2013 and VS 2010. When run project, I got this error: Could not load file or assembly 'SIPEPS, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. I used .NET 4 and had set target build platform to x64 . Checked by dependwalker_x64 and no file is missing. I also used the App.config file from Sample but not work so I had changed the App.config file as follow:

Lync UCMA SDK Server - Globally subscribe to presence updates for all Presentities

♀尐吖头ヾ 提交于 2019-12-21 20:57:53
问题 Is it possible to globally catch ALL presence changes from Lync server without subscribing to all presentities individually? What we're after seems to be very similar to the RemotePresenceView class in the UCMA SDK but that class only allows you to subscribe to presentities that you know about. Would we need to load all presentities and then subscribe to them - and even if you could is this a scalable solution? 回答1: Just notice your question and although it's getting a little old, thought I'd

Sending formatted text with UCMA 2.0

霸气de小男生 提交于 2019-12-21 05:06:40
问题 Has anyone been successful in sending formatted text over an Instant Message flow using the UCMA 2.0 sdk? It doesn't seem to be very well documented on MSDN. Are there any examples out there? Any books that talk about this? 回答1: Ran into this issue myself earlier today on a project at work. I don't have my code accessible to me at the moment, but it's essentially capable by doing the following... MimePartContentDescription text; MimePartContentDescription html; MimePartContentDescription

UCMA: Chat with users not in AD

余生颓废 提交于 2019-12-12 10:25:59
问题 a customer wants enable a chat/instant messenger for his application webside. He is using Lync Server internally to Chat in-house. Now, he requires the following: A external user (which will not be an AD user) logs into the webside is able to chat with a person inside the company. The internal user will receive those messages via his lync client. What's the best way to achieve this? i thought about bot that delegates messages from the webside to the lync server that does the rest. But how can

Setting up development environment for UCMA Application

最后都变了- 提交于 2019-12-12 03:58:42
问题 I have to create a Lync bot using UCMA. I have been facing a lot of challenges in just setting up a development environment, forget the actual coding. Before I put my question, I want to be clear that I am not a server/admin guy and my expertise lies on the programming and development side more than servers. But, I have been tasked to setup all the servers for the Lync bot development process and finally develop and test the same. After a lot of research and big help from some members of this

How to setup a development environment for UCMA Lync bot?

有些话、适合烂在心里 提交于 2019-12-12 03:58:19
问题 I have to create a Lync 2010 bot. The initial idea that I pitched for the development purposes was to create the application on my own laptop and add the application as a trusted application endpoint to the production lync server. In that way I can develop and test the bot on my machine. But, this idea was not highly encouraged by Microsoft themselves and they recommended to create a development lab environment to develop the application. I have done my fair share of research and have come to

How to get all incoming calls for all users in UCMA with an Application Endpoint

懵懂的女人 提交于 2019-12-11 07:44:47
问题 I try to register a handler for incoming calls for all Lync Users. The problem is I cannot store all the Credentials that are needed when using a UserEndpoint. At the moment I have managed to retrieve all Lync Users and also their online state with a hard coded service UserEndpoint. As I already figured out, you cannot listen for incoming calls with an ApplicationEndpoint, so do I need a UserEndpoint for every Lync User? I read somewhere that it is possible to create a UserEndpoint without