Class SipRecSettings
SIPREC configuration settings
Inherited Members
Namespace: SipRecClient
Assembly: SipRecClient.dll
Syntax
public class SipRecSettings
Constructors
| Edit this page View SourceSipRecSettings()
Constructor
Declaration
public SipRecSettings()
Properties
| Edit this page View SourceEnableSipRec
Enables recording on all SIPREC recorders
Declaration
public bool EnableSipRec { get; set; }
Property Value
Type | Description |
---|---|
bool | The default is true. |
SipRecRecorders
Settings for one or more SIPREC media recorders
Declaration
public List<SipRecRecorderSettings> SipRecRecorders { get; set; }
Property Value
Type | Description |
---|---|
List<SipRecRecorderSettings> | The default is an empty list. |