The lync-client-sdk tag has no wiki summary.
0
votes
0answers
4 views
Lync SDK 2010 won't install with Visual studio 2012?
I'm trying to install Lync SDK 2010 but when I run the setup tool it says I don't meet the requirements and I'm missing Visual Studio 2008 SP1 or higher. The thing is, I have Visual Studio 2012 ...
0
votes
1answer
15 views
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 ...
0
votes
1answer
18 views
Trying to create multiple conversations to the same person/participant
I'm wondering is there someway to create more than 1 conversation to the same person? We receive inbound messages through an SMS service and then forward the text message on to the user via a Lync ...
1
vote
0answers
18 views
Retrieving lync presence indication and showcase on linux OS apps [migrated]
I want to showcase Lync presence indication(Online, offline, away etc) in my Linux based oracle application for all my application users. The problem i'm facing is i 'm not able to fetch real time ...
1
vote
0answers
87 views
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 ...
0
votes
0answers
46 views
.NET Impersonation: DLL causes Wind32Exception directory not found
I'm building a Lync application, that starts Lync and signs the user in and sends a message. The next step was to impersonate another user and send a message from that specific user.
So I used this ...
0
votes
1answer
151 views
Lync Client: How to Sign-in and Send Message
Here is what I need to do:
I need to build a console app that signs in (not using current user or lync session) to a Lync Server and send a message to a specific contact (userUri). That is all.
...
0
votes
1answer
119 views
Is it possible to extend Lync incoming call popup?
Currently I'm seeing only phone number of the caller. Is it possible to extend incoming call popup(add additional information querying DB by phone number) ?
I'm using Lync SDK 2010.
Thanks in ...
0
votes
1answer
83 views
How do I get the phone number of the contact that was clicked in Lync 2013?
I would like to know the proper way of getting the phone number that was clicked when right-clicking a contact in Lync and select call and then click on a number.
Expected is a tel string with the ...
0
votes
1answer
135 views
LyncClient.GetClient() before Lync is launched
I have this situation over here, where I have placed the application I've developed in the windows Startup folder. I'm launching it every time the PC is started. But then how do I get the LyncClient ...
0
votes
0answers
106 views
DLL Reference issue with C++ (CLR support)
I am using one of the DLL file which is provided by Lync Client 2013 SDK (Microsoft.Lync.Model.dll -- version 15.0.4454.1509) in C++ code (with /CLR support). But during building the project it is not ...
0
votes
0answers
16 views
lync 2013 operationexception when setting locationname
I was successful in publishing a string as a custom location to Lync 2010 using “BeginPublishContactInformation” using lync 2010 SDK.
However this is not working in Lync 2013. I am getting ...
2
votes
1answer
480 views
Where in the Microsoft Lync API can I set an event handler for incoming IMs?
I'm setting a handler for the InstantMessageReceived event, but it only seems to fire on outgoing text messages, not incoming. Here is the code I'm running:
# Register the app with Growl
$icon = ...
0
votes
0answers
137 views
Lync 2013 SDK CredentialRequested event will not fire in UISuppressionMode
The issue I need help on is that the LyncClient CredentialRequested event is never fired when calling the lyncClient BeginSignIn method.
The context is as follows:
I have been working with the ...
0
votes
0answers
158 views
Is it possible to change profile photo in Lync Client SDK 2013 Preview?
I want to change the profile picture of signed in user in Lync Client 2013 Preview SDK. I am not sure if it is allowed or not. Any pointers are appreciated.