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,I'm looking at the NBR API Functions. I see that most requests require an authentication ticket as an input parameter, but there seem to be two kinds of tickets: getStorageAccessTicket and getMeetingTicket. I see that the former requires site ad...
You can develop a web service to subscribe specifically for Tag events from MediaSense. Your service will then receive an event whenever any session gets tagged by anybody, including by CCX. Most likely there's no other tagging going on in your env...
The SessionId is a MediaSense internally generated identifier for each recording session, and is the primary key by which recordings are identified. It is guaranteed to be permanently unique within the scope of a MediaSense cluster. It is not from t...
Let me clarify these APIs.pauseRecording and resumeRecording can only operate on an existing, already in-progress recording, but they work with both CUBE dial peer recording and with CUCM-based recording methods. However, you have to rely on those m...
Bilal,If you are using MediaSense version 10.0 or later, then you can call the launchMediaPlayer API, which takes the RTSP URL as a parameter. launchMediaPlayer returns a body of content-type JNLP, which specifies a web start application. You save ...