Forum Discussion
Conversation Logs or Chat History for Anonymous Meeting by Using Trusted API
Hello,
I am using Skype Trusted API with Spring boot framework 1.5.6 for the anonymous meeting, I am able to get the meeting join URL and able to start the meeting and invite participants too.
I followed below URL to get the meeting join URL,
https://blogs.msdn.microsoft.com/tsmatsuz/2017/04/13/skype-for-business-trusted-application-api-tutorial/
But now I am unable to get the conversation logs/chat history with Trusted API.
Please let me know how to go about the getting the conversation logs/chat history with Trusted API for anonymous user.
Any help highly appreciated. Thanks in advance.
2 Replies
Is this what you are looking for?
https://msdn.microsoft.com/en-us/skype/websdk/docs/pthistoryconversation
If not, il would try to reach out to Tom Morgan:
https://techcommunity.microsoft.com/t5/user/viewprofilepage/user-id/7960- DeletedThanks Alexander for your quick response.
The below link which you shared is for the Skype web SDK, these same steps I want to perform from the spring boot framework with Trusted API endpoints.
https://msdn.microsoft.com/en-us/skype/websdk/docs/pthistoryconversation
If you share Trusted API steps to retrieve conversation logs/ chat history that will be helpful to me.
However I have sent a request message to Tom Morgan for those Trusted API steps and waiting for his response.