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?