Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi everyone,I call Cisco Mediasense API to subscribe data from Cisco Mediasense, voice recording was appeared in Cisco Mediasense Search & Play but Cisco Mediasense API doesn't push data to subscribe URL. How to check and fixed this case?Thank you fo...
Hi all,I try to call Mediasense API via getSession with condition "isConference", but I receive result "The fieldName parameter is invalid".I don't know how to solve this. Below is my code:{ "requestParameters": [{ "fieldName": "isConference", "fi...
Hi all,I download video file via Mediasense API, I found one file(mp4 format) has 2 videos. I can play on VLC player. How to separate this file or play this file on web browser?Thank you.
Hi all,Can I set or change Mediasense session(JSESSIONID) timeout? I try to call method: verifySession via Mediasense API for adding time, it's right?Thank
Hi Ivan Mandal,Thank you for your answer, I removed "pageParameters": { "offset": 0, "limit": 1000 }from my query, and run but it's returning only 100 results successfully.I don't know why?Thank you Trinnachart
Hi Aashish,I mean session "JSESSIONID" from authentication. In document, it show "The JSESSIONID expires when the user signs out or after 30 minutes of inactivity,whichever comes first", if I use subscript API, the JSESSIONID is activity or not?regar...