Questions tagged [lync]

the server, client application & SDK designed for use with Microsoft Lync Server (or Office 365 Online) to provide Instant Messaging, audio/video, file and desktop sharing features to organisations.

Microsoft Lync (formerly Microsoft Office Communicator) and Microsoft Communicator 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.

Both Microsoft Lync and Microsoft Communicator for Mac are enterprise software, requiring connection to either an on-premise Lync Server instance, or a server instance in-cloud, such as Office 365.

The Lync client contains a contact list of contacts, along with their Presence status. Presence is automatically updated according to Outlook calendar activity, keyboard locking, making or receiving a AV call etc.

Lync supports a number of modalities, including IM, Audio, Video, Desktop Share, File Share. There is some low-level provision to extend this to add custom modalities.

A typical Lync installation will extend Outlook, Sharepoint and Dynamics CRM to presence-enable any Lync contacts displayed. Microsoft have also made available Silverlight/WPF controls to allow developers to Lync-enable custom applications easily.

Useful Links:

  1. Microsoft Lync landing page
  2. MSDN Lync landing page
  3. Lync 2013 SDK Documentation
  4. What is Microsoft Lync (a non-technical introduction)
  5. Wiki: Lync Server 2010 Features and How to Configure Them
570 questions
0
votes
1 answer

C# Silverlight Lync API

We are looking into creating a custom silverlight lync presence indicator on our .net website. The control will display all users in an online course. The issue is that the users might not be among the session user's contacts. How do I get around…
nerdperson
  • 287
  • 1
  • 8
  • 19
0
votes
1 answer

Convert from console to windows service error

in my solution i have a console project reg to start my app and it works fine now i want to Replace console to a windows service Service1 but it doesn't work and give me an error to connect with database this is my solution and i use Service1 item…
Tarek Saied
  • 6,482
  • 20
  • 67
  • 111
0
votes
1 answer

Microsoft Lync messenger download size?

Im trying to download microsoft lync messenger. The download size is about 1.5 gb. Is this the correct size for a messenger? Or is there a lite version for this program with smaller size? Thanks..
pyram
  • 925
  • 9
  • 24
  • 43
0
votes
1 answer

Add groups with Lync 2010 UCMA 3.0 c#

I am trying to create a simple contact manager for Lync 2010 UCMA. I'm using an NotificationReceived event, and testing if IsFullNotification flag is set. I hoped that as groups are added, there will be no "IsFullNotification". But such an event…
Tahiaji
  • 420
  • 8
  • 15
0
votes
1 answer

Mp3 / Wav to Text

I currently have a mobile application that can record speech as either a WAV or MP3 and would like to convert it to text. I have looked around - Microsoft Speech, UCMA, etc -- but haven't seen any good examples of how to do it. Can someone help…
James Kent
  • 115
  • 1
  • 1
  • 10
0
votes
1 answer

Calling a specific contact endpoint with Lync

I'm trying to develop a Lync application that allows a user to select which of a contact's endpoints they would like to call. For instance, if User A has two phones listed, then User B can choose between those two options and call whichever he likes…
0
votes
1 answer

Open Office Communicator from Web page

Is there a way (html or JavaScript preferred, but VBScript, Flash, Silverlight ok too...) to open an application like Office Outlook, Office Communicator or Lync directly from a Web page? I don't need to start an e-mail or open a chat with a…
Christophe
  • 27,383
  • 28
  • 97
  • 140
0
votes
1 answer

UCC API for Lync

I need software that will allow me to change the call forwarding in Lync's voip. No such software (other than Microsoft's own client) exists, so I need to write it myself. I have Visual Studio 2010, but it's unclear just which SDKs need to be…
John O
  • 4,863
  • 8
  • 45
  • 78
0
votes
1 answer

Getting a COMException in my Microsoft Lync video chat app

I am trying to develop a basic app in Visual Studio that does a simple video chat with another person. Everything was working fine and I was able to successfully open a video chat. However, I have installed Lync with UI Supression, and the app will…
0
votes
1 answer

Can I establish a video call programmatically using UCMA 3.0?

Is it doable using UCMA 3.0, to have video conferencing ?
0
votes
1 answer

Lync ConversationRemoved get current conversation text

I am using Lync SDK and I am looking if anyone knows how to get the Conversation Text of a conversation that is being closed. I am running this event. static void _conversationManager_ConversationRemoved(object sender,…
TheMonkeyMan
  • 8,622
  • 8
  • 27
  • 42
0
votes
3 answers

Creating a conference with Lync 2010 SDK

I know that we can create conference calls with Outlook when Lync is also installed on the computer. I assume Lync SDK is used by this plugin. Where should I look in the SDK to be able to create a conference call and then retrieve it's URL and rest…
jjczopek
  • 3,319
  • 2
  • 32
  • 72
0
votes
1 answer

Reactivate a terminated Lync conversation with the Lync API

Using the Lync API with UI Suppression Mode enabled, is it possible to reactivate a one-on-one conversation that has been terminated? In my app, currently, if a user tries to send a message when the conversation state is terminated, I create a new…
-1
votes
1 answer

How can I, in Microsoft Lync automatically accept a desktop sharing request from WPF

How can I, in Microsoft Lync client automatically accept a desktop sharing request programmatically in WPF, and also How can I put it in fullscreen mode?
Rami Sakr
  • 556
  • 1
  • 6
  • 14
-1
votes
1 answer

Can microsoft team app be used in UI suppression mode as Skype for business?

I have WPF program as a Kiosk application using Lync sdk to make 2-way video call. I want to make similar application but using Microsoft team. The step is as below: kiosk app calls recipient -> recipient accepts call and sees video streaming from…
Woona
  • 21
  • 2
1 2 3
37
38