lync-2013

Develop with Lync 2013 SDK on Visual Studio 2015 Community?

给你一囗甜甜゛ 提交于 2020-01-14 09:47:48
问题 Does VS2015 have any restriction regarding developing Skype for business (Lync 2013 SDK) applications? When I try to install the Lync 2013 SDK I get an error saying "Microsoft Visual Studio 2010 SP1 or higher not found." Do I need a Enterprise version? 回答1: this problem related to MS bug. You have to unpack it and try to install 64 or 86 msi package. 回答2: There are no restrictions. I developed my first application in C# and the Lync 2013 SDK using Visual Studio 2015 Community Edition. 来源:

Opening Lync 2013 Mobile Client from Third Party iOS App

有些话、适合烂在心里 提交于 2020-01-01 05:06:09
问题 I have installed Lync 2013 mobile client in iOS and I know that executing lync:// url scheme like below [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"lync://"]]; will open the installed Lync app but I would like to know more about the other URL parameters that can be used in custom url scheme for performing other actions like for example Automatic login using the credentials Open a meeting URL 回答1: It doesn't appear to be possible at this point. Somebody asked a question

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

Lync 2013, Accept incoming InstantMessage call

随声附和 提交于 2019-12-11 11:08:53
问题 Im having some troubles with the Lync 2013 client SDK. I want to accept incoming conversations with my own program. For AV-calls this is working fine: When a new conversation starts, the ConversationAdded event fires, the AVModality state of the conversation is Notified and when calling Accept on the modality, the conversation window of Lync pops up as expected. The trouble comes when trying to handling incoming IMcalls. On an incoming IMcall, the InstantMessageModality State is connected

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

Lync 2013 SDK - get Generic COM Exception at the time of calling LyncClient.GetClient()

巧了我就是萌 提交于 2019-12-11 10:27:34
问题 On my development machine Lync 2013 client and Skype for Business both applications are installed. When attempting to call LyncClient.GetClient() compiled using the Lync 2013 SDK against Skype for Business the following exception is raised. Generic COM Exception. Code is 0x80080005. If I uninstalled the Lync 2013 client then it works perfectly. For the Lync 2013 client development I have also used Lync 2013 SDK at that time I didn't get any exception. Can anyone tell me that why this

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?

Display User Picture in Lync 2013

╄→гoц情女王★ 提交于 2019-12-11 09:29:07
问题 I am working on small application using the lync 2013 sdk. Is there any way provided in sdk where I can implement a functionality to allow user to upload his picture using any API provided in the SDK. If it is possible then what and where is the best way to store it, if the users are configured in the active directory? Waiting for a positive response from your side. Regards Amit 回答1: You can get a stream to the photo via the SDK using var photoStream = Client.Self.Contact

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

COM typelibrary for Office 2010 IM integration

↘锁芯ラ 提交于 2019-12-08 07:04:33
问题 I am integrating Office applications with custom IM solution. I have implemented the COM class as suggested by http://msdn.microsoft.com/en-us/library/office/jj900715.aspx I have also registered the COM implementation and hosted the COM server in my exe. Do I also need to additionally register the typelibrary of my com class ? I am seeing issues with type library regsitration and lync client 2013. When I uninstall the type library, Lync Client breaks Generic COM Exception. Code is 0x80080005.