lync

Displaying a photo for an Application endpoint

半腔热情 提交于 2020-01-11 11:07:10
问题 Here is my problem : I work on a big UCMA project since 3 month and now I would like to add a little feature. I have a lot of ApplicationEndpoints which can be added, modified or deleted dynamically and I would like, each time that I create an ApplicationEndpoint, to specify a picture which will be displayed on Microsoft Lync. I already have a lot of other functionnalities but I'd really like to have this one. I searched for days but I didn't find anything so before telling myself that it can

Microsoft Lync video streaming to webbrowser

风流意气都作罢 提交于 2020-01-02 20:19:08
问题 is it possible to stream (previously recorded and/or live) video to many Microsoft Lync SDK webbrowser clients? Thanks in advance, Etam. 回答1: The short answer is No - not without some pain. The long answer depends on your exact scenario. If you can control the client build, and are able to ensure Lync is installed, then you should be able to automate Lync from the Silverlight app to connect to the conference that is hosting the video content you want to display. With this solution, it will be

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

徘徊边缘 提交于 2019-12-29 16:06:07
问题 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 Server 2010 SDK http://www.microsoft.com/downloads/en/details.aspx?FamilyID=58ccf6fd-31db-4f15-bafb-c5ef28afc5fc Microsoft Unified Communications Managed API 3.0 Software Development Kit http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4493BAAB-6214-4770-8CF9-69C813E8A9FA Microsoft Unified

Lync MSPL Application not being trusted

吃可爱长大的小学妹 提交于 2019-12-25 16:37:45
问题 I have a MSPL script that is "embedded" into a C# Application. running the MSPL Script directly on the Front End works fine but the deployment process is pretty complicated and lengthy. When I try the same with the C# App on the Front End I always get the following Exception Application Not Authorized Inner Exception: Queue could not be created. This is my Code: // Handler for MSPL Callbacks LyncSIPHandler serverApplication = new LyncSIPHandler(); // Load the app manifest from a file.

How can I get the Lync Meeting URL programmatically in C#?

邮差的信 提交于 2019-12-25 07:15:44
问题 Currently I am running an ASP.NET web application and my web page needs to provide a button to get the Lync Meeting URL just like the Outlook does: Please see the screenshot here: Lync Meeting Address in Outlook The behavior of this button is when it is clicked, the Lync Meeting URL is retrieved (maybe from the Exchange server) and is shown on a asp:Label control on the web page. I googled but I have been told that there are three SDKs can be considered for this scenario: Lync SDK - seems the

Enabling call forwarding for Lync response group

♀尐吖头ヾ 提交于 2019-12-24 17:52:58
问题 When Lync response group receives a call, Lync server does not apply users call forwarding options or simultaneous ringing. It seems to me that there is a header in SIP message, that prevents call forwarding for response group calls. Can this behaviour be changed with a MSPL-script or other way? 回答1: Forwarding calls to response group can be done with a trusted server application. Create UserEndpoint for all members of response group and register them for incoming calls. When incoming call

Is Lync 2013 Client SDK compatible with Skype for Business?

喜欢而已 提交于 2019-12-24 15:25:21
问题 We have made an application which use the Lync 2013 Client SDK to interact with people depending on some status. The IT department just asked me if they can allow the upgrade to the Skype for Business . Currently I can't find the Client SDK for the Skype for Business. Will my application using Lync 2013 Client SDK still works? If no, what have I to do? Is there a client SDK somewhere I didn't found? Or it's not existing anymore? 回答1: I have updated to Skype For Business and my current app on

Write an audio source filter for use as Lync microphone

霸气de小男生 提交于 2019-12-24 05:43:33
问题 I'm trying to write a DirectShow Audio Capture Filter that can be recognized by the Microsoft Lync client as a Microphone source. These are the steps I've already taken: Filter derives from CSource ; its output pin derives from CSourceStream and implements IKsPropertySet and IAMStreamConfig and all necessary methods (inc. IUnknown methods) Ensure that the appropriate metadata for the AM_MEDIA_TYPE and its WAVEFORMATEX header are set in GetStreamCaps() and GetMediaType() In fillBuffer() , each

Lync ConversationRemoved get current conversation text

强颜欢笑 提交于 2019-12-23 05:44:06
问题 I am using Lync SDK and I am looking if anyone knows how to get the Conversation Text of a conversation that is being closed. I am running this event. static void _conversationManager_ConversationRemoved(object sender, Microsoft.Lync.Model.Conversation.ConversationManagerEventArgs e) And I cannot seam to get any conversation text from this only participants. 回答1: If you subscribe to the ConversationAdded event of the ConversationManager then you can be notified when each new conversation

Lync: VideoWindows of AVModality.VideoChannel are null after successfully calling BeginStart (COMException HRESULT: 0x80029C4A TYPE_E_CANTLOADLIBRARY)

谁说我不能喝 提交于 2019-12-23 01:52:24
问题 We are currently trying to incorporate Lync communication (Lync SDK 2010) into our application and we have run into an issue with the VideoWindows ( CaptureVideoWindow , RenderVideoWindow ) of the AVModality 's VideoChannel : They are always null, even after successfully calling BeginStart . The connection is definitely established. We can talk. Our own video is shown in a remote Lync client. AVModalityState is Connected . VideoChannelState goes from Connecting to Receive to Send . It does