Class RecordingFailedLogEvent
Data class for the RecordingFailedLogEvent log event. See Sections 4.12.3.7 E.8.1 of NENA-STA-010.3. Logged when a media recording session to a SIPREC recorder fails.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class RecordingFailedLogEvent : LogEvent
Constructors
| Edit this page View SourceRecordingFailedLogEvent()
Default constructor
Declaration
public RecordingFailedLogEvent()
Properties
| Edit this page View SourcereasonCode
One of the values from the ReasonCodes NENA registry. Available values are "lostConnection" and "dropOuts". Required.
Declaration
public string reasonCode { get; set; }
Property Value
Type | Description |
---|---|
string |
reasonText
Free text field that describes the reason for the failure. Required.
Declaration
public string reasonText { get; set; }
Property Value
Type | Description |
---|---|
string |
sdp
Contains the text of the SDP. Required.
Declaration
public string sdp { get; set; }
Property Value
Type | Description |
---|---|
string |