lync

Mp3 / Wav to Text

爱⌒轻易说出口 提交于 2019-12-11 17:53:11
问题 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 out here? FYI - We have access to MS Lync. Look forward to any responses, James 回答1: There's a sample of using the UCMA 3.0 SDK to perform speech recognition, available here. However, from experience (and I've love to be proved wrong here) you can only

Iterate Generic List of Strings (Lync chatroom members) in Powershell

让人想犯罪 __ 提交于 2019-12-11 11:21:07
问题 I can't iterate through a Generic List of Strings in Powershell. The Object is the members of a Lync chatroom. Command to get the Generic List: $crMembers = get-csPersistentChatroom -identity "XXXX" | select members The error I receive when trying to read the Strings in the Generic List is: WARNING: An error ocurred: Cannot convert value "@{Members=System.Collections.Generic.List`1[System.String]}" to type "System.Collections.Generic.List`1[System.String]". Error: "Cannot convert the "@

Lync 2013, Accept incoming InstantMessage call

随声附和 提交于 2019-12-11 11:08:53
问题 Im having some troubles with the Lync 2013 client SDK. I want to accept incoming conversations with my own program. For AV-calls this is working fine: When a new conversation starts, the ConversationAdded event fires, the AVModality state of the conversation is Notified and when calling Accept on the modality, the conversation window of Lync pops up as expected. The trouble comes when trying to handling incoming IMcalls. On an incoming IMcall, the InstantMessageModality State is connected

Initiating a phone call using UCWA

孤街醉人 提交于 2019-12-11 11:04:15
问题 I have (hopefully) a very simple question. Is there a way of creating a call by UCWA? When I say creating a call by UCWA, I mean that in my browser I will input a phone number and UCWA will first dial my number in my office and then when I pick up the phone I will hear dialing sound because I will be calling to the number provided on the website. Is such a thing possible with UCWA? If not, can you recommend something else that could do it? Thanks a lot for any answer. 回答1: I believe the

Application expires after 1h even when regularly reporting my activity

被刻印的时光 ゝ 提交于 2019-12-11 10:12:22
问题 Previously I had a problem that my UCWA application expired after some time. As a solution to this problem, I have found out that I should make a request every now and then to keep it alive. I decided to set an interval and every 3 minutes request reportMyActivity resource. However, no matter what, my application always expires after 1 hour. Is there any solution to this? Alternatively, what is the recommended way of re-creating application without leaving website using sample libraries?

Display User Picture in Lync 2013

╄→гoц情女王★ 提交于 2019-12-11 09:29:07
问题 I am working on small application using the lync 2013 sdk. Is there any way provided in sdk where I can implement a functionality to allow user to upload his picture using any API provided in the SDK. If it is possible then what and where is the best way to store it, if the users are configured in the active directory? Waiting for a positive response from your side. Regards Amit 回答1: You can get a stream to the photo via the SDK using var photoStream = Client.Self.Contact

Using Microsoft's EWS to create online Lync/Skype meeting

霸气de小男生 提交于 2019-12-11 08:15:10
问题 Anybody knows how to create meeting request with online conference(Lync/Skype) using EWS? So my approach is first getting an online and regular meeting created via Outlook and then simulate the creation of event with the same property. Here is my code snippet for getting the meeting ( calendarView is already initialized with start date, end date etc.): ExtendedPropertyDefinition extendedOnlineMeetingProperty = new ExtendedPropertyDefinition(new Guid("{00062008-0000-0000-c000-000000000046}"),

How to get all incoming calls for all users in UCMA with an Application Endpoint

懵懂的女人 提交于 2019-12-11 07:44:47
问题 I try to register a handler for incoming calls for all Lync Users. The problem is I cannot store all the Credentials that are needed when using a UserEndpoint. At the moment I have managed to retrieve all Lync Users and also their online state with a hard coded service UserEndpoint. As I already figured out, you cannot listen for incoming calls with an ApplicationEndpoint, so do I need a UserEndpoint for every Lync User? I read somewhere that it is possible to create a UserEndpoint without

LyncClientException when trying to run Windows service

余生颓废 提交于 2019-12-11 03:54:44
问题 I have a Windows service that uses the Microsoft Lync 2010 SDK. When I run the service locally, everything seems to be running as expected. When I try deploying the code to a VM, when I try starting a service, it errors out saying The Foo service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs. Looking at event viewer, I see an exception Service cannot be started. Microsoft.Lync.Model.LyncClientException:

Lync & Remote Desktop Connections

被刻印的时光 ゝ 提交于 2019-12-11 03:24:13
问题 Situation: My organization has "Unified Communication" with Microsoft Lync. I occasionally have to sit at another desk, so I use a remote desktop connection to continue using my usual computer. This means I have to log out of Lync on my usual computer so I can log into Lync at the other one. When I return to my usual computer, I never remember to log back into Lync. Question: Is there a way I can automate the process? Like, can I do something so that every time I start a remote session with