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

Lync Client SDK - Consultative Transfer - Retrieve original call if 3rd party ignore Ignores the call

I am developing an extension on top of Lync using Client SDK. In one case, I receive a call from Party A. I want to do a consultative transfer to Party B. Once Party B replies, I do the consultative transfer from Party A to B. All the above works…
Bill
  • 2,026
  • 9
  • 55
  • 99
0
votes
2 answers

Make Method wait for result from Async Call

I have a limited understanding of aysnc so apologies if this is basic. I'm using the Lync SDK to query contacts in my method, the SDK uses async to perform the search and returns the results fine to my call back. I'd like to have my method…
Damo
  • 1,898
  • 7
  • 38
  • 58
0
votes
1 answer

Is UCMA 4.0 SDK free especially since it has Lync Server 2013 in the installation packages?

I have a very basic question and I could not find a direct answer anywhere in google. Is UCMA 4.0 SDK free? I have downloaded it and it has Microsoft Lync Server 2013 in its installation packages, which worried me since Lync is not a free product of…
KChow
  • 317
  • 3
  • 15
0
votes
0 answers

Lync 2013 Modality.ModalityStateChanged callback not always being called

So the issue I'm having only recently started after an update to the Lync client somewhere around version 15.0.4849.1000. The issue revolves around app sharing conferences, which I have working fine still in 2016 SFB and anything prior to…
0
votes
1 answer

Source for finding Skype for Business Lync client application

I am trying to find the new Lync Skype for business client application online but couldn't able to find, if anyone know the source where can download this post the URL in the Answer section. I found few links they are referring to Lync Skype for…
Vivek P
  • 3,050
  • 6
  • 27
  • 31
0
votes
1 answer

Get Multiple Contacts from 1 search in Lync2013 SDK

I have an email address list retrieved from a corporate webservice. All the addresses are known to exist in Lync/S4B as valid contacts. I am trying to make an app that shows presence for this list of addresses but I am running into performance…
0
votes
2 answers

C# how to capture async results?

I am a newbie to C# & am trying to use the Lync SDK to search for a Lync user programmatically to get their status. I am not sure how to pass the results to the webservice response when the async callback gets executed. This is the code: Webservice…
Rookie
  • 5,179
  • 13
  • 41
  • 65
0
votes
1 answer

C# LyncClient: Getting a Lync user's presence info

I am a newbie at C# & am having a hard time figuring out what is wrong in the following code: using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Windows; using…
Rookie
  • 5,179
  • 13
  • 41
  • 65
0
votes
1 answer

Lync Client SDK 2013 : Skype for Business File Attachement

I'm trying to log the file name when attaching the file in skype for business by using Lync Client SDK 2013. I used the ContentSharingModality's ModalityStateChanged and ContentAdded event. My problem is that this ContentSharingModality's event only…
ammoe
  • 365
  • 5
  • 20
0
votes
2 answers

Lync 2013 SDK - Join Conference & Connect AVModality when "Join meeting audio from" setting set to "Do not join audio"

I'm rather new to the Lync 2013 SDK (been using it for a couple weeks now) and have been able to figure out mostly everything I need except for this... When I'm joining a conference (using ConversationManager.JoinConference()) it joins fine.…
0
votes
1 answer

Trying to save Lync Conversation History by using Lync Client SDK from Exchange Server but "Conversation History" folder is not Present

I am trying save Lync Conversation History by using Lync Client SDK from Exchange Server but "Conversation History" folder is not Present how to get this or create this folder?? Am trying with below code.. class Program { static void…
0
votes
1 answer

Save Conversation History by using Exchange Web Service [ EWS ] Lync Client SDK

I am creating one sample asp.net web application by using Lync Client SDK-2013, i want to save chat history between lync users. By searching in net i found out that from Exchange Web Service [EWS] we can save chat history but how to start EWS i have…
Akshay Bagi
  • 179
  • 1
  • 8
0
votes
1 answer

Other Than Exchange Web Service [EWS] is there any other mechanism is present, to get conversation history of Lync users by using Lync SDK?

I am creating one sample application [.net technology] by using Lync Client SDK-2013. I want to save the conversation history of particular lync users, recently i come to know that through Exchange Web Service [EWS] we can track the conversation…
0
votes
0 answers

Multi-user video-conferencing with Lync SDK in UI suppression mode: video window is lost

I checked samples provided in https://github.com/tomorgan/Lync-UISuppression-VideoAutoAnswer.git and https://github.com/shanselman/LyncAutoAnswer.git They are generally working with Lync SDK 2013 and Skype for Business client 2015+, but only in…
AlexNG
  • 11
  • 5
0
votes
1 answer

Skype for Business Online Web SDK SignIn Lync Autodiscover Unauthorized

I'm trying to integrate Skype for Business into my current AngularJS web application. I've followed the steps at https ://msdn.microsoft.com/en-us/library/office/mt622687(v=office.16).aspx and am unable to sign in. I believe my app is properly…
1 2 3
8 9