Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You certainly can do this, using the <a href="http://blogs.msdn.com/b/lync_by_lync/archive/2010/10/05/introducing-the-microsoft-lync-client-platform-sdk.aspx" rel="nofollow">Lync Client SDK</a>.</p> <p>Have a look at this blog post: <a href="http://thoughtstuff.co.uk/2012/06/answering-the-call-accepting-incoming-calls-in-lync-client-sdk/" rel="nofollow">http://thoughtstuff.co.uk/2012/06/answering-the-call-accepting-incoming-calls-in-lync-client-sdk/</a></p> <p>The post is actually about how to answer incoming calls, but it explains how to track Conversations starting, which is what you'll need to do.</p> <p>You'll also need to track the Conversation ending, or Terminating. Both of these are events on the Conversation object. Conversations have a unique ConversationID so you could store each new Conversation in a Enumerable and maybe use a stopwatch or timestamp to capture the length. (I don't think that the Conversation object has a property for conversation length)</p> <p>You say that you want to track only video calls. Again, check that blog post. It may be that only want to start capturing information when the call is escalated to video, but that's up to you.</p> <p>I'm going to put on my todo list to mock up a working example of something like this, but I really can't promise anything. If I get around to it then I'll post an update here. Update: blog post here: <a href="http://thoughtstuff.co.uk/2013/01/tracking-lync-conversations-in-code/" rel="nofollow">http://thoughtstuff.co.uk/2013/01/tracking-lync-conversations-in-code/</a></p> <p>Happy New Year</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload