Home:ALL Converter>access Lync / Skype for Business conversation in C#

access Lync / Skype for Business conversation in C#

Ask Time:2016-04-01T15:52:46         Author:MadMaxAPP

Json Formatter

I'm facing a use case, where it shall be possible to take over a Lync/Skype for Business Conversation into my Software. The help desk user was contacted by a customer via Skype for Business and now needs to create a ticket from that conversation. Only the chat-conversation is needed, no voip conversations or so.

I could not find any documentation about how to start any Actions out of a Skype for Business conversation window.

I'm sure, somebody solved that before.

Author:MadMaxAPP,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/36350898/access-lync-skype-for-business-conversation-in-c-sharp
Yusuf Saib :

Note that:\n- \"Skype for Business\" is basically a rebranded Lync, so Shane's advice about the \"Lync Client SDK\" is correct.\n- \"Skype\" != \"Skype for Business\". It's like java and javascript, totally different, just similar names for branding.\n- Persistent Chat means \"chat rooms that remain\". Skype for Business has regular IM chat and its much less used \"Persistent Chat\".\n- tel.red can do this for you if you pay them.",
2016-04-07T03:29:00
Shane Powell :

I think what you want is to use the Lync Client SDK specifically the parts dealing with Persistent Chat, there are samples you can play with.\n\nIf you don't want to integrate into the Lync Client itself, you can go down the UCMA route and create a \"bot\" that can take part in chat conversations.",
2016-04-04T21:49:38
saltball :

Using Skype's own API is probably the best way.\n\nhttp://www.skype.com/en/developer/",
2016-04-01T08:05:50
yy