Class MediaEndLogEvent
Data class for the MediaEndLogEventLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class MediaEndLogEvent : LogEvent
Constructors
| Edit this page View SourceMediaEndLogEvent()
Default constructor
Declaration
public MediaEndLogEvent()
Properties
| Edit this page View SourcemediaLabel
Set to the SIPREC SDP label attribute (a=label:xx) for the media stream. Required. Only an array of length 1 will be used.
Declaration
public string[] mediaLabel { get; set; }
Property Value
Type | Description |
---|---|
string[] |
mediaQualityStats
This field is optional.
Declaration
public string mediaQualityStats { get; set; }
Property Value
Type | Description |
---|---|
string |