Questions about the managed-code (.NET) client-side APIs for managing and extending Microsoft's Unified Communications Lync Client and the UI controls for adding Lync features to Windows Presentation Foundation (WPF) and Silverlight applications.
Questions tagged [lync-client-sdk]
134 questions
2
votes
1 answer
Can I install Lync 2010 SDK with Visual Studio 2013?
I am trying to use the Lync API but our company currently has Lync 2010 and we develop using VS 2013. When I attempt to install the 2010 SDK it says I need Visual Studio 2008 SP1 or higher and won't let me continue. Obviously I can't install 2008…

WoofDg79
- 131
- 2
- 7
2
votes
1 answer
LyncClientException when trying to run Windows service
I have a Windows service that uses the Microsoft Lync 2010 SDK. When I run the service locally, everything seems to be running as expected. When I try deploying the code to a VM, when I try starting a service, it errors out saying
The Foo service…

KnightFox
- 3,132
- 4
- 20
- 35
2
votes
3 answers
Getting an invalid object from a call to LyncClient.GetClient()
NOTE: Updated with a solution at the bottom of the question
I'm having some trouble with an application that uses the Lync 2013 SDK. Here is the behavior that I am seeing:
If Lync is already running when I start my application, then a call to…

danBhentschel
- 863
- 7
- 24
2
votes
1 answer
We are using the Lync SDK to fetch contact information but it fails to return complete phone number list
We are using the Lync SDK to fetch contact information and phone numbers to display in our application. Lync search control is used and on right click on a contact, we try to fetch the phone numbers of the contact.
This has intermittent issue of not…

makarand sharma
- 21
- 1
2
votes
1 answer
Lync 2013 user availability
I want to write an application that will check the availability of a list of lync 2013 users.So is there a way where i can make lync exchange this information with my application.
I want to communicate with a user who is online at a purticular…

Ebin
- 33
- 5
2
votes
1 answer
How to retrieve IM message from lync client 2013 communication
I am using lync 2013 sdk and i need to create a task with conversation IM message on the end of call.
I want some method as - conversation.getIMmessage() etc.
how can i implement that.

Ramashanker Tripathi
- 527
- 5
- 22
2
votes
1 answer
Self.Contact.ContactInformationChanged Event of Lync 2013 SDK
I am a basic developer of Lync 2013 SDK.
I want to change the custom presence status from my application to Lync 2013 client and vice visa.
LyncClient.Self.Contact.ContactInformationChanged has been added by form load event.
When I change the…

ammoe
- 365
- 5
- 20
2
votes
1 answer
Detecting the audio devices and controlling its volume in lync sdk 2013
I have a situation where I need to detect the audio devices connected to the system using the lync 2013 sdk api and then need to control its volume and other stuff like muting and unmuting it.

Amit Sharma
- 31
- 2
2
votes
1 answer
Integrating lync 2010 to web application
I am trying to integrate office communicator Lync 2010 into the web application, is this possible with UCWA (http://ucwa.lync.com/) services if not how can achieve this ??
Any response is appreciated.

Vivek P
- 3,050
- 6
- 27
- 31
2
votes
2 answers
How do I get Lync Client working if website is on Server and Lync is on local user Environment?
I'm trying to start a Lync Conversation which appears to be working on my local environment which is also where Microsoft Lync is installed. Now When I try to move this code onto a website hosted on a server, and then try to run this code on a…

user2493807
- 39
- 2
2
votes
1 answer
Lync Server chat client API for ASP.NET MVC
I have a consulting website (on ASP.NET MVC 4) that users should be able to text/voice chat, send files and pricing feature for any conversation.
I checked Microsoft Lync Server 2013 and it has all of these features but it works in enterprise…

Mojtaba
- 1,470
- 4
- 18
- 25
1
vote
1 answer
Lync 2013 SDK .NET Core compatibility
Is the Lync 2013 SDK for desktop apps .NET Core compatible?
I couldn't find any documentation about this.

Sybren
- 1,071
- 3
- 17
- 51
1
vote
1 answer
Subscribing to Presence Changes in Skype for Buisness Client
I want to subscribe to my own presence changes in my Skype for Buisness Client and tried the ContactInformationChanged event from the Lync Client SDK. The documentation on subscribing to presence (doc) writes that their is also a need to create a…

Michael Hufnagel
- 537
- 1
- 3
- 13
1
vote
1 answer
C# add properties to framework class
I use the Lync SDK 2013 and want to extend a specific class Contact. The contact object is able to get a displayed name by using
string displayName = contact.GetContactInformation(ContactInformationType.DisplayName);
and I want to create a new class…
user9945420
1
vote
2 answers
C# get phone from SIP address
I am using LyncClient library to create a widget and when a call comes in externally the remote participant sometimes comes up as 'sip:emailaddress@domain' if the contact is in the users outlook contacts.
Wondering if there is a way or library that…

SharpCode
- 1,385
- 3
- 12
- 29