Microsoft Lync 2010: How to create and schedule a lync 2010 meeting
Hi i want to develop an application to create and schedule Microsoft Lync Server 2010 meeting using UCMA so is there any help for this. Thanks in advance
View ArticleIM Call Sample error "Unable to perform authentication of credentials"
I am trying to run the sample code for UCMA 3.0 SDK title InstantMessageCall, but I get the following error Unable to perform authentication of credentials. The two methods supported are Ntlm and...
View ArticleWhats UCMA 3.0 Voicexml Browser default audio format?
Currently, I am developing a ucma 3.0 vxml application. The following is some code in the VoiceXml document. <form> <record name="msg" beep="true" maxtime="10s" dtmfterm="true"...
View ArticleHow to accept PIN as an authentication method for a ucma application without...
Would like to see maybe a sample implementation in a ucma bot that authenticates a caller with a pin just with the use a the core ucma api (without using the workflow sdk) I tried hooking it up with...
View ArticleWhere is the VoiceXML namespace in the Microsoft Speech Platform 11 SDK?
I've been working with Microsoft Speech Platform 10.2 SDK for a while, and I've included a reference to the VoiceXML DLL included in the SDK. I've inherited the Browser class, and have a working...
View ArticleContact object in AD for ApplicationEndPoint UCMA 2.0
Where is the contact object for an ApplicationEndpoint created in AD? According to the documentation each ApplicationEndpoint It is represented by a Contact object in Active Directory. Have created a...
View ArticleSearch for a contact using UCMA 3.0
Hi All, I'm new to UCMA and have some questions. Ultimately, I would want to search for all available contact in my Company using UCMA 3.0, something similar to Lync Client search by name or email. If...
View ArticleWhat are Limitations of ExpiryTime of ConferenceScheduleInformation?
What is the upper limit (max date) for ConferenceScheduleInformation.ExpiryTime property of Microsoft.Rtc.Collaboration.ConferenceManagement? And what if I have given...
View ArticleWhat integration capabilities are there for Lync on iOS and Android?
Is UCMA available for iOS and Android as it is with Windows? Can I use UI suppression? Any suggestions are much appreciated. Thank you, Tim
View ArticleSolution architecture
Hi I'm creating an informtion board application for my workplace to aggregate and display information from different systems. The application will connect to Lync via UCMA to retrieve presence...
View ArticleProblem while joining meeting through Lync meeting URL generated by Lync...
Whenever I try to join lync meeting (by accessing generated meeting url in browser) through Meeting Url generated using Lync Server 2010, it always shows following error message (also shown in image...
View ArticleCan I use UCMA4.0 SDK for retrieving presence information from Microsoft Lync...
Hi, Can I use UCMA4.0 SDK for retrieving presence information from Microsoft Lync 2010? Thanks in advance.
View ArticleCannot install Unified Communications Managed API 4.0 for Exchange 2013 Preview
I am attempting to install Exchange 2013 Preview in my test environment. For pre-requests I must install UCMA 4.0. Upon start-up I get error due to "Server Media Experience" not being installed on...
View ArticleLync Bot UCMA Application
Hi, I need to talk to Lync 2010 from my dot net application. Question is this: Server A (application server) needs to communicate with the trusted lync application on Server B to launch conversations...
View ArticleHow to delete a presence that is expireType="static" - UCMA 3.0
I got a Lync user that has a presence state with expireType set to "static". If the user manually change the presence to "Available" and then click on "Reset Status" it will set it self to back to a...
View ArticleHandling "invite a contact" at the Lync client when that client is...
I'm working on a UCMA 3.0 application that records calls between certain users by putting them into a conference and recording that conference. If A is a party whose calls should be recorded an MSPL...
View ArticleHow to update conference details using UCMA 3.0?
I've created a conference using UCMA 3.0, Now what I want to do is to modify conference details that I've created previously. I've tried private void ModifyConference(string confId) { // The base...
View ArticleFrequently Asked Questions for UCMA
Q: Can I perform anonymous web chat with UCMA? A: Yes. Take a look at the Contact Center reference application that is in the UCMA SDK. It demonstrates how to build a web service on top of UCMA. Q:...
View ArticlePresence status not updating
The PresenceView is created with an application endpoint which is manually provisioned. It is fed with with three targets and all are subscribed. But I only recieve their first notification. After...
View ArticleRemotePresenceView (Persistent mode) only receives one notification then...
I have run the sample Subscribe presenceview which worked great, but I need to do the same with an Application endpoint against target users. So I modified the Manual provisioning sample and added the...
View Article