Questions tagged [ucma]

Unified Communications Managed API (UCMA)

UCMA is an API to access the communication capabilites of Office Communication Server (OCS) and Lync (the next generation of OCS).

UCMA 2.0:

UCMA 3.0:

  • Targeted at Lync
  • SDK Documentation
  • Added B2BUA and media stack - this makes it possible to use limited UCMA 3.0 functionality without Lync.

UCMA 4.0:

  • Primarily for middle tier application against Microsoft Lync Server 2013
  • managed code API based on SIP
  • What is UCMA 4.0
216 questions
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

Can I establish a video call programmatically using UCMA 3.0?

Is it doable using UCMA 3.0, to have video conferencing ?
0
votes
2 answers

UCMA 3.0 API Conferencing Error : Cannot join a different conference after receiving a conference invitation or conference escalation request

We have a UCMA 3.0 based application/bot that matches end users with experts. It migrates incoming one-one chat requests from end users into a multi user conference and then invites experts into the resulting multi user conference. The…
Krishna
  • 36
  • 4
0
votes
1 answer

Clearing a published presence with UCMA 3.0

I'm publishing a user presence in a Trusted Application Endpoint, but I also would like to clear this presence when it is no longer needed. Is the only option to do so to terminate the UserEndpoint instance? I'm using this code snippet: …
A.Grandt
  • 2,242
  • 2
  • 20
  • 21
-1
votes
1 answer

Disabling "You are joining a meeting" voice when PSTN call joins Skype for Business meeting

Is there any way to disable "You are now joining the meeting" voice message when a user calling from PSTN joins a conference? I tried to change the message following this blog:…
Ravi Mandal
  • 157
  • 1
  • 10
-1
votes
2 answers

How to monitor all lync users instant message via C# console application?

I have created UCMA trusted application using C# console application. I want to monitor all Lync Users instant messaging calls (in one place) as well as store their conversations in the database via this console application. Is it possible?. If…
1 2 3
14
15