RTCStats Extension Dictionary object
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
The Microsoft Edge statistics extension extends the RTCStats dictionary to support new statistics types.
Syntax
partial dictionary RTCStats {
MSStatsType msType;
};
Standards information
RTCStats Dictionary Members
Member | Type | Description |
---|---|---|
msType | MSStatsType | The type of this object. The msType attribute MUST be initialized to the name of the most specific type this RTCStats dictionary represents. |
MSStatsType | DOMString | String defining the type of the statistic. |