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
0
votes
1 answer
How to read Lync 2013 IM message programmatically
I want to read the Lync IM chat conversation programmatically. As Lync Client stores its IM logs into the .HIST file. Does anyone know the format of the .HIST file or how to read this file?
I have also read that by using Lync SDK we can get the…

sam
- 481
- 2
- 8
- 21
0
votes
2 answers
How to get other users call and conference call detail using Lync SDK
How do i get other users call and conference call detail using Lync SDK.
I am interested to know to whom he is currently talking.

varma Ramvilas
- 11
- 3
0
votes
1 answer
Calling javascript on hosting page from MainPage
I have an CWE (Conversation Window Extension) for Lync. I wish to call javascript on the hosting page when my CWE gets loaded.
public MainPage()
{
try
{
HtmlPage.RegisterScriptableObject("MainPage", this);
…

Alexey Korsakov
- 192
- 1
- 14
0
votes
1 answer
LyncClient stuck in Sign In loop
I'm making "my own lync client". I've followed the several examples online about how to sign a lync client in using Ui Suppression mode. I can get the client to sign in but then it immediately loops through signing out and signing in.
What causes…

hometoast
- 11,522
- 5
- 41
- 58
0
votes
2 answers
Keep Lync MeetNow conversation alive from Client SDK
I have an application which relies on a dedicated Lync client sitting on a server to manage ad-hoc MeetNow rooms.
Lync automatically closes the conversation after 15 minutes of inactivity. I found a blog describing a way to surreptitiously keep the…

Guy Passy
- 694
- 1
- 9
- 32
0
votes
1 answer
MonitorID argument in Conversation window.ShowFullScreenMethod in lync 2013 sdk
In the belowclode ShowFullScreen methhod taking integer monitorID as argument,i dont know what that monitorID value is .
ConversationWindow window = automation.EndStartConversation(ar);
window.ShowFullScreen(int MonitorID);
But i…

jammy
- 73
- 6
0
votes
1 answer
Understanding Event Handlers in lync
im very new to C# as well as lync SDK, can sumone help me to understand the meaning of the below line.
what i understood was whenever lefthand side event occures it will call the rightthand side handler. am i…

jammy
- 73
- 6
0
votes
1 answer
Always disable tabbed conversations in Lync 2013
Is there any way by which i can make sure that the user uses the initial settings of the lync client,i.e, the tools->options should not be available to the user so that he/she cannot change any thing in lync and use the default setting.The use case…

Why
- 626
- 11
- 29
0
votes
0 answers
Cannot install Microsoft Lync 2013 SDK (Preview)
I am trying to install Lync 2013 preview from http://www.microsoft.com/en-us/download/details.aspx?id=30350
but I get an error that Lync 2013 isn't installed and I can download it from go.microsoft.com/fwlink/?LinkID=248583 - which is a link to SDK…

Burrhus
- 156
- 6
0
votes
1 answer
Lync : CanInvoke returning false while downloading attachment
I have code which sends a file to a client & on another side I'm receiving it using ContentAdded event. That event gets raised but CanInvoke is returning false. Where I'm getting wrong?
void _sharingModality_ContentAdded(object sender,…

Mangesh
- 5,491
- 5
- 48
- 71
0
votes
1 answer
Sign out a specific lync user using lync sdk
as you might know lync support multi users to be logged in same time, this cause a problems to our application so we want to force the first user to log out once a second user logged in.
Is there a way to sign out a specific lync user using lync sdk…

Anas
- 711
- 7
- 24
0
votes
1 answer
Lync UIsupressed Client: No Photo of contacts
I've asked this question on the MSDN forums a week ago, but unfortunately I don't get a reply. This functionality is so basic that I can't imagine this can't be…

P. Naber
- 75
- 6
0
votes
0 answers
ContentSharingModality ContentAdded event is not getting triggered (Lync silverlight application)
My ultimate aim is to transfer a file from one Lync client to another. I have following code.
First of all I have following 2 events registered
1.
((Modality)_conversation.Modalities[ModalityTypes.ContentSharing]).ModalityStateChanged +=…

Mangesh
- 5,491
- 5
- 48
- 71
0
votes
2 answers
Video Quality with Lync 2013 custom client using UI Suppression
I've built a WPF application using the Lync SDK with UISuppression. One of the screens in the app features a full screen video call via Lync. I used this open source library to do the Lync video calling.…

Alexander Preston
- 1,665
- 11
- 15
0
votes
1 answer
Lync Client API exception - Specified method is not supported
I am developing simple chat application using CWE which sends messages by using contextual data. I'm having "Specified method is not supported" exception message. This exception occurs when I try to start chat with group. one-to-one chat works fine…

Mangesh
- 5,491
- 5
- 48
- 71