As of yet I'm only evaluating the software, so please excuse my ignorance. Is there a way to view chat history by way of a web method (web services). I'd like to use cross domain buttons. Therefore, I'll be storing the chat sessions for SiteA in a database hosted on SiteB. I'd like to be able to view the chat history for SiteA from inside a Comments module on SiteA.
Also, once a chat session has finished/ended, is there a way I can fire an event that would send information to a web service on SiteA? So, according to the question above, this would give me the opportunity to send the chat session id as an argument to a web method on SiteA, which I could use to build my own url (on SiteB) for viewing the details of that session.
Ideas? Suggestions?