Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
2k views

what are difference between “Lync Server 2010 SDK” / “UCMA 3.0 SDK” / and UCC API?

I'm looking for the client side and server side API for Lync 2010. But I found many API that can be able to develop. Anyone what are difference between all of them? Please help Microsoft Lync ...
1
vote
1answer
428 views

Detecting which MCUs to connect on an incoming conference

SO. I'm working with the OCS UCCAPI, developing a custom OCS client. I'm currently having a hard time detecting what "kind" of Conference my client is being invited to. Using the Office Communicator ...
0
votes
1answer
418 views

UCC API to UCMA 3.0 for Lync

I have a project written for LCS that uses Microsoft.Office.Interop.UccApi.DLL, now I'm going to rework by changing the UCCAPI COM for C++ to UCMA 3.0 with the .tlb file generated from ...
0
votes
2answers
944 views

sip “100 trying” instead of “180 ringing”

I develop a software using Microsoft Unified Communications and c#. I'm using a IMVoipSample as a code base. As a voip backend i'm using asterisk. Everything fine, i can register, make calls, ...
0
votes
1answer
98 views

Clarification about UCCAPI in c#

Using UCCAPI is it possible to identify through which client the message is comming for eg : if i am receiving thru Microsoft Office Communicator(MOC) or Custom Client Say for Ex if 10 people are ...
0
votes
1answer
95 views

How to assign the properties of Conference information object for a new Live meeting

I need to know how to schedule a conference which is similar to a Live meeting created by Live meeting add-in on the office communication server. I can obtain the sip by following the uccapi. But cant ...
-1
votes
1answer
237 views

Problems accessing uccapi.dll COM interface C++

I'm working on a project involving the Microsoft Unified Communications Client API; uccapi.dll. I'm also using Codegear C++Builder 2010, not Visual Studio. After registering the dll with regsvr32 and ...