Hi All,
I know that the startRecording API is not supported on UCCE. I have read the developers Guide for Finesse and MediaSense and recognize that I can't rely on Finesse for the recording control.
My question is: If I have a 100% recorded environment, what is the sequence of MediaSense API Calls to find and manage a specific devices active recording?
Thanks in advance.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Finding active recordings in MediaSense is easy using the REST API
MediaSense API development site is here: https://developer.cisco.com/site/mediasense/overview/
Look for the documentation for the version you are working with.
Here is a way to do this:
- You can find all active sessions with the getAllActiveSessions to get them all.
- Find the session you want to end.
- Use the pauseRecording with the SessionId of the call to stop the recording.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.