Namespace SipRecClient
Classes
SipRecRecorderSettings
Configuration settings for a single SIPREC media recorder
SipRecSettings
SIPREC configuration settings
SrcCallParameters
Parameters that the SrcUserAgent will need to set up a SIPREC call to a SIP Recording Server (SRS).
SrcManager
Class for managing SipRec Recording Client interfaces to multiple SIPREC Recorder Servers (SRS)
SrcUserAgent
SIP Recording Client (SRC) User Agent class. This class handles all calls being recorded by a SIP Recording Server (SRS) using a single, permanent connection to the SRS. It also logs NG9-1-1 I3V3 events.
To use this class, construct an instance of it, hook the events and then call the Start() method.
Call the Shutdown() method to close all network connections and release resources when the application is closing or when the interface to the SIPREC recorder is no longer needed.
Enums
MediaLabel
Enumeration for the label attribute of an SDP media description for SIPREC media channels.
Delegates
SrsStatusDelegate
Delegate type for the SrsStatusChange event of the SrcManager and the SrcUserAgent classes.