Questions tagged [lync-client-sdk]

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.

134 questions
1
vote
2 answers

Get Skype for Business User Status/Availability issue in Powershell

I'm using powershell to get the Status/Availability of certain users by using the following code: Import-Module "C:\...\Microsoft.Lync.Model.dll" $Client = [Microsoft.Lync.Model.LyncClient]::GetClient() $Contact =…
Jon Warren
  • 857
  • 6
  • 18
1
vote
1 answer

Custom Commands for Skype for Business Client

Am trying to add custom commands to Skype for Business Client menu but whether this option is available for "Skype for Business Client". As per i know this is available for Lync Client. Any documentation is present for adding custom commands to…
1
vote
0 answers

How to extract the type library for 3rd party IM Client using lync sdk?

I am writing an IM Client using the steps mentioned in the article: https://msdn.microsoft.com/en-us/library/office/jj900715.aspx . My client is working fine (except events) if lync is installed in the system but failing if uninstalled the lync…
dverma
  • 84
  • 6
1
vote
1 answer

UCMA Transfer failed reason on Back-to-Back call

I have a Back-to-Back call from caller to our ucma server to client/operator. When doing a transfer on the leg from caller to ucma, there are a few different results which can happen; the transfer target answers, doesn't answer or ignores the call…
Joel
  • 203
  • 2
  • 13
1
vote
1 answer

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

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…
sam
  • 481
  • 2
  • 8
  • 21
1
vote
2 answers

How to detect one user is logged in multiple Lync client using UCMA or Lync SDK?

I want to know which user is logged in multiple Lync client in different machines. So how should I get to know and which SDK will gives this details?
swapnil
  • 125
  • 11
1
vote
2 answers

How to simulate large number of clients using UCMA, for load testing?

I have created application using Lync client side SDK 2013 and UCMA 4.0 . Now I test my application with large number of users. How can I simulate large number of client using UCMA or Lync client side SDK?
swapnil
  • 125
  • 11
1
vote
1 answer

Have there been any changes to the UI of the Lync Client SDK controls?

My company embedded a Lync client into our client using the WPF controls provided by the Lync 2010 SDK. Over the years we have gotten complaints that our embedded Lync client looks dated compared to the UI changes in Lync 2013 and Skype For…
Jason Mathison
  • 1,181
  • 1
  • 10
  • 18
1
vote
1 answer

Intercept outbound voice calls and change destination

With Lync I am able to subscribe to ConversationManager.ConversationAdded and detect Outbound Calls. What I would like to do, is when a user dials a number, before that number is connected to the other party endpoint I would like to perform a check…
morleyc
  • 2,169
  • 10
  • 48
  • 108
1
vote
1 answer

Lync client SDK reports wrong status code

My silverlight 5 application, running in IE, has successfully been integrated with the local Lync client for a year or two, happily fetching lych contacts. Now this is suddenly misbehaving. I get the status ClientState.SignedOut even though the lync…
BaBu
  • 1,923
  • 2
  • 16
  • 27
1
vote
2 answers

Change settings in Lync Client 2010

In our corporate environment we need to have the Privacy Mode in Lync 2010 enabled for a specific user group. Unforutnately it's only possible to enable this mode for the whole environment and not for specific users. The idea is to enable the…
sevi
  • 460
  • 5
  • 20
1
vote
2 answers

Microsoft.Lync.Model assembly not found on Asp.Net application

I am writing an ASP.Net application which uses the Lync client API to get user availability state from Lync. Now I get a strange error when calling the Lync api methods: "The file or assembly 'Microsoft.Lync.Model [...] not found". But I have…
Philipp Eger
  • 2,235
  • 4
  • 23
  • 34
1
vote
2 answers

Lync Client SDK : Receiving sometimes weird ContactAvailability

I've made a small application, which allows me to be updated when one of my contact has is availability changing. Currently I only log this. I've found a great ressource here:…
J4N
  • 19,480
  • 39
  • 187
  • 340
1
vote
1 answer

Lync 2013, Accept incoming InstantMessage call

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…
user1515791
  • 675
  • 4
  • 20
1
vote
1 answer

Lync 2013 client, ExtensibilityWindow does not open when 2 incoming AV calls

I'm having some troubles using the Lync2013 Client SDK. It is a minor thing, but in my mind it should just work. I'm creating an application which displays some data of the caller, using the ExtensibilityWindow. On application startup i register the…
user1515791
  • 675
  • 4
  • 20
1 2
3
8 9