I know i can save my conversation from the Lync Client (see this link),
But can i save it from Lync SDK i am looking for method that simulate the Start Recording button in Lync client i am looking for something like this code:
conversation.BeginStartRecord();
or at least configure the server to automatically record any meeting?
In Streaming servers the streaming can sutomaticaly saved into the streaming server, so what is the case with Lync?
Did anyone go throw this?
Finally find the answer in microsoft forums here:
You cannot record with the Lync SDK, but you can record calls from a UCMA endpoint. You can create a conference that includes the UCMA endpoint and the other Lync clients, and then record the conference with the UCMA endpoint.
So the answer is no can't record all the conversation (audio and video), their is a work around using UCMA endpoint to record audio only. I think they should add this feature to the SDK.
Update
if anyone have same issue please vote by adding a comment in microsoft lync forum here to add it.