Microsoft Lync (formerly Microsoft Office Communicator) and Microsoft Lync for Mac are instant messaging clients used with Microsoft Lync Server or Lync Online available with Microsoft Office 365 and Live@Edu. They are replacements for Windows Messenger which was used with Microsoft Exchange Server.
Questions tagged [lync-2013]
201 questions
3
votes
1 answer
Contact presence/status on Lync 2013 SDK shows "Presence unknown" until manual client search
I'm working on an automation service for lync that will automatically add people to an IM conversation based on their availability/lync "presence". It essentially goes down a list, checks who is online, and adds the first person to a call.
The…

ChrisG
- 1,403
- 13
- 22
3
votes
3 answers
Appsharing session disconnected due to RDP stack closed the connection
I am working on Appsharing in Lync-2013. My ICE-Check gets completed successfully and I get the ACK for re-invite response but after about 35-40 seconds, connection get terminated receiving a BYE message indicating the reason "Appsharing session…

zafar_sust_bd
- 101
- 1
- 12
3
votes
3 answers
Recording conversation using Lync SDK 2013 in UI suppression mode
I know i can save my conversation from the Lync Client (see this link),
But can i save it from Lync SDK i am looking for method that simulate the Start Recording button in Lync client i am looking for something like this…

Anas
- 711
- 7
- 24
3
votes
0 answers
Sharepoint hosted App and Lync integration - Lync API 2013
I have a SharePoint hosted app and need to integrate Lync features into it. I am assuming that Lync client is not installed on target machine. Lync features should work for both On-Premise as well as Lync online.
I have seen UCWA 4.0 but that does…

Hrishi
- 61
- 8
2
votes
2 answers
How to get client's contact details in lync sdk c#
Which Object has the client contact information like office,company,IM, etc,. in Lync SDK 2013? I want to know the user's(client's) location/address information.

Prashanth
- 111
- 1
- 10
2
votes
1 answer
Ucma4 Delayed Response when using PresenceServices BeginPresenceQuery
On Test Machine , When sending a request to FRONT END, i have great response (two seconds).
On production, request takes 30 sec or more , organization have more than 5000 users.
If have another away to get SIPs Status using UCMA?
UCWA cannot…

evgeniy_b
- 23
- 2
2
votes
1 answer
Passing Get-Credential through array to use with Invoke-Expression
I am trying to run Lync / S4B test commands through an automated script, currently I set up a command array like this:
$HealthCheckCoreCmdlets = @{
"AddressBookService" = "Test-CsAVConference -TargetFQDN $($fqdn)"
"AddressBookWebQuery" =…

HyPerRifiC
- 23
- 3
2
votes
0 answers
Could not load file or assembly 'System.WindowsBrowser' in WinForms project
I'd be thankful if anyone could help me.
I have a simple WinForms project, which performs LogIn to Microsoft Lync 2013 by code.
On runtime, I got the following Error:
Additional information: Could not load file or assembly 'System.Windows.Browser,…

Tali B.
- 125
- 1
- 11
2
votes
1 answer
Skype SDK entry point to sign in a user error: NoFQDN
I'am trying to sign into Skype via the use of its SDK but I keep hitting the following error, "Error: NoFQDN". After searching this on the net I can't find any possible solution or even find out what the error means. Can anyone shed any light on…

Pradeep Patel
- 471
- 1
- 6
- 23
2
votes
0 answers
Lync SDK ModalityStateChanged status codes
I write program which uses lync 2013 via Lync 2013 SDK. I call (audio) to another users and I need to automatically detect the end of my call (drop after answered, voice mail, reject, no answer, invalid number). I use event of class AVModality…

kukidon
- 21
- 2
2
votes
1 answer
Identify all users presence states in Lync with an windows service
I got a simple requirement, but I don't know how I can it solve in a service.
I Use the Microsoft.Lync.Model and following code
LyncClient.GetClient();
foreach (Group _Group in lyncClient.ContactManager.Groups)
{
if (_Group.Type ==…

Sascha
- 601
- 1
- 8
- 23
2
votes
2 answers
How to set up UCMA 4 development environment without interfering with the working Lync Server?
I am trying to install UCMA 4.0 SDK and it looks like one of the prerequisites is a Lync Server 2013 (Bootstrapper Prerequisites Installer Package, Core Components).
Is this supposed to be a fully configured server ? I have a running Lync Server on…

rtur
- 165
- 9
2
votes
3 answers
Getting an invalid object from a call to LyncClient.GetClient()
NOTE: Updated with a solution at the bottom of the question
I'm having some trouble with an application that uses the Lync 2013 SDK. Here is the behavior that I am seeing:
If Lync is already running when I start my application, then a call to…

danBhentschel
- 863
- 7
- 24
2
votes
0 answers
How to programmatically determine if user projecting screen in Skype or Lync
is there an API to check if user currently sharing the screen in Skype or Lync? I want to suppress some actions during screen sharing sessions.
It is Windows Forms application.

vmg
- 9,920
- 13
- 61
- 90
2
votes
1 answer
Lync 2013 user availability
I want to write an application that will check the availability of a list of lync 2013 users.So is there a way where i can make lync exchange this information with my application.
I want to communicate with a user who is online at a purticular…

Ebin
- 33
- 5