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
0
votes
1 answer

Script that initiate a call using Skype For Business

I'm trying to create a simple script that can initiate a call to a contact on Skype For Businness. Actually, i'm trying to do it using the Lync 2013 SDK in C# but it don't seems to work. The function LyncClient.ConversationManager.AddConversation()…
Widea
  • 129
  • 2
  • 14
0
votes
1 answer

Override Lync Status using Lync SDK

I am developing a wpf application using Lync SDK that sits on a windows 2012R2 server which I access using a remote desktop session. I am trying to keep the lync account logged in to be always available, even when there is no user logged into the…
0
votes
1 answer

Integrating IM applications with outlook 2013, user's presence not enabled in Contact Card

I have implemented the IM Client (32 bits) for Outlook 2013 (64 bits) as per article "https://msdn.microsoft.com/en-us/library/office/jj900715.aspx?f=255&MSPPError=-2147217396". I have implemented the COM class by UCOfficeIntegration. Below link has…
KrishPS
  • 145
  • 2
  • 10
0
votes
3 answers

Lync SDK . Issue with Multiple UI threads

I'm seeing an issue where having multiple UI threads with Lync 2010 SDK controls are causing the program to crash. The error I'm running into is: {"Must create DependencySource on same Thread as the DependencyObject."} If someone can give me an…
gawicks
  • 1,894
  • 15
  • 22
0
votes
1 answer

Transferring a Back-to-back call, how to provide status to client

In our application we have a back-to-back-connection between an operator (client) and a caller, via an ucma-application we built. Now we want to transfer the caller to another operator or number. This transfer is attended, so we want to keep the…
Joel
  • 203
  • 2
  • 13
0
votes
1 answer

Lync 2013/S4B Client SDK - Cannot connect ContentSharingModality

I'm trying to follow along with this code sample from the Lync 2013 Client SDK documentation on MSDN (https://msdn.microsoft.com/EN-US/library/office/jj933060.aspx). For some reason, I am never able to connect the ContentSharingModality in the Lync…
0
votes
1 answer

Difference between Lync basic and Advanced when using Lync SDK?

I am planning to develop an communication apps based on Lync SDK. I understood that in order to run my application, i have to install lync client in the computer. This is where the following question arises Is it possible to develop advanced…
Jollyguy
  • 335
  • 1
  • 3
  • 11
0
votes
1 answer

Get conversation information from lync when own application is not started

We want to import lync conversations in our business software. This is no problem if the software is started while starting conversations over lnyc. Is it possible, to get conversations which were made, during our application is not running? Like MS…
BendEg
  • 20,098
  • 17
  • 57
  • 131
0
votes
1 answer

React to "Out of Office" status in Skype for Business

The Lync 2013 SDK publishes a ContactAvailability property for contacts, with values as described here: https://msdn.microsoft.com/en-us/library/microsoft.lync.controls.contactavailability_di_3_uc_ocs14mreflyncwpf.aspx Each of the values in this…
danBhentschel
  • 863
  • 7
  • 24
0
votes
1 answer

Detect team call with lync API

I developed a small application in C# which observers the Lync 2013 client for incoming calls. Some information about the caller and the type of call (sip, tel) is then processed for other purposes. But I have a problem with detecting e.g. team…
grubi
  • 155
  • 2
  • 16
0
votes
1 answer

Using Contact.GetContactInformation in Lync SDK doesn't return status

I'm using the Contact.GetContactInformation method to attempt to pull a contact's availability information. The issue I'm running into is that it doesn't seem to be getting the correct information unless I actually go into Lync and have it refresh…
test
  • 2,589
  • 2
  • 24
  • 52
0
votes
1 answer

Lync 2013 SDK.. force IM delivery without delay?

I am using this Gist from Tom Morgan to test sending IM's. I'm logged into my Lync 2013 client and when i start the app it works, i get my test message immediately assuming i acknowledge/click on the pop-up notification to accept the new…
Flo Woo
  • 949
  • 1
  • 12
  • 26
0
votes
2 answers

Lync 2013 SDK ActivityID for "In a conference call" and "In a meeting

The Lync 2013 SDK has some pretty non-intuitive ActivityID strings used as "identifiers" for the built-in availabilities. Here are the ones I have deciphered: Available - "Free" Busy - "Busy" In a call - "on-the-phone" In a meeting - ??? In a…
danBhentschel
  • 863
  • 7
  • 24
0
votes
1 answer

Full screen conversation when someone shares camera

I'm trying to put a conversation on fullscreen mode when someone shares it's camera, but i don't know what event handler should i be subscribed. Right now i'm subscribed to this event handlers: AVModality.StreamStateChanged +=…
0
votes
1 answer

Disable the lync option menu in lync client

Is there a way to disable lync options in lync client using lync sdk? I have looked at this third party product PolicyPak. How can I achieve this with C# code?
Pragnesh Patel
  • 1,444
  • 3
  • 23
  • 38
1 2 3
8 9