Questions tagged [ucma2.0]

14 questions
81
votes
4 answers

What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?

There are two similar namespaces and assemblies for speech recognition in .NET. I’m trying to understand the differences and when it is appropriate to use one or the other. There is System.Speech.Recognition from the assembly System.Speech (in…
Michael Levy
  • 13,097
  • 15
  • 66
  • 100
5
votes
2 answers

Sending formatted text with UCMA 2.0

Has anyone been successful in sending formatted text over an Instant Message flow using the UCMA 2.0 sdk? It doesn't seem to be very well documented on MSDN. Are there any examples out there? Any books that talk about this?
dmo
  • 3,993
  • 6
  • 35
  • 39
2
votes
2 answers

ApplicationEndPoint in UCMA applications

I have an application which uses UCMA for getting the status of the lync users. I have a clarification . I have downloaded the sample application which inherits a class as follows: public class UcPresenceProvider :…
user1907849
  • 960
  • 4
  • 19
  • 42
2
votes
2 answers

UCMA Steps to create Trusted Application

What are the steps to create a trusted server application and then deploying it on the lync server? I am new to lync server application development.
Sagar Pilkhwal
  • 3,998
  • 2
  • 25
  • 77
1
vote
1 answer

Publishing a custom presence message in OCS2007 R2 using UCMA 2.0 (visible in MOC)

I'm writing a UCMA 2.0 application which connects with a 'UserEndpoint' to OCS. I want to be able to set a custom presence message along with my availability! I've run into some issues along the way and spent a lot of time Googling and tried out a…
peteski
  • 1,455
  • 3
  • 18
  • 40
1
vote
1 answer

Using UCMA to connect to 3CX?

Has anyone used Microsoft's UCMA 2.0 SDK to connect to 3CX's free IP PBX to add voice capabilities to their application? If so, does it work? What I am trying to accomplish is having a windows form app running on 2 or more computers, and each…
Rodney Burton
  • 427
  • 8
  • 18
1
vote
2 answers

Can't connect to Office Communication Server through Unified Communications API

I am trying to connect to Office Communication Server using the Unified Communications Managed API. I have tried my user and a fresh user enabled for OCS. Both account can successfully log into the Office Communicator client, but fail using the…
Robin Clowers
  • 2,150
  • 18
  • 28
0
votes
1 answer

UCMA: Check custom SIP headers on receiver side for custom sender information

I'm using the CallEstablishOptions object on my message establishment side, to initiate a InstantMessageCall with addition custom headers. CallEstablishOptions callOptions = new CallEstablishOptions(); callOptions.Headers.Add(new…
esskar
  • 10,638
  • 3
  • 36
  • 57
0
votes
2 answers

UCMA 2.0: Resume a Terminated InstantMessagingCall

Say I have a user on OCS who represents my application endpoint, and I try to message them from a web application locally (I built on top of the BasicIMCall sample application), and at some point they close the chat window, how do I resume the…
Ovidius
  • 1
  • 1
0
votes
1 answer

How to establish a video call programmatically via UCMA 2.0?

I am trying to establish a video call with with UCMA 2.0. But, I always end up with establishing an audio call. I found that default value of the DefaultMediaType property of the AudioVideoCall is MediaType.Audio. Sample code is: _call = new…
Mlh
  • 147
  • 3
  • 16
0
votes
1 answer

Is it possible to limit a conversation duration in OCS?

I am trying to develop an application which starts conversation between 2 random users within the company. We are using OCS 2007 R2. I am creating this conversation via UCMA 2.0 with the below code, but I am not sure if there is a way to limit the…
Mlh
  • 147
  • 3
  • 16
0
votes
1 answer

Skype for Business UCMA SDK

I want to develop a REST service using UCMA 4.0 SDK. My service will achieve the communication between my company's program and our customer's Skype for Business on-premise server. To configure my application server as a trusted server, I need to…
Ekin Gün Öncü
  • 51
  • 1
  • 2
  • 7
0
votes
2 answers

Change Presence of other contacts

is there any way by which we change the presence of other contacts using ApplicationEndPoint, one way which i came across was to create a UserEndpoint and then make presence related changes, but that required credentials to establish UserEndPoint.
Sagar Pilkhwal
  • 3,998
  • 2
  • 25
  • 77
0
votes
1 answer

What are Limitations of ExpiryTime of ConferenceScheduleInformation in UCMA API?

What is the upper limit (max date) for ConferenceScheduleInformation.ExpiryTime property of Microsoft.Rtc.Collaboration.ConferenceManagement? And what if I have given ConferenceScheduleInformation.ExpiryTime=null? Does null value mean that it never…
Suresh
  • 158
  • 3
  • 16