MSStatsType 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 statistics type. Equal to one of the following DOMStrings:

Syntax

partial dictionary RTCStats {
             MSStatsType msType;
};

Standards information

MSStatsType Dictionary Members

String Description
"description" Descriptive information relating to RTCRtpReceiver and RTCRtpSender objects. It is accessed via the MSDescription object. Local descriptive information can obtained from the RTCRtpReceiver and RTCRtpSender objects. Remote descriptive information is not supported.
"localclientevent" Local client events, relating to RTCRtpReceiver and RTCRtpSender objects. It is accessed via the MSLocalClientEvent object. Local client events can obtained from the RTCRtpReceiver and RTCRtpSender objects. Remote client events are not supported.
"inbound-network" Inbound network statistics. It is accessed via the MSNetwork object. Local inbound statistics can be obtained from the RTCRtpReceiver object. Remote inbound network statistics are not supported.
"outbound-network" Outbound network statistics. It is accessed via the MSOutboundNetwork object. Local outbound statistics can be obtained from the RTCRtpSender object. Remote outbound network statistics are not supported.
"inbound-payload" Statistics for the inbound RTP stream. It is accessed via MSVideoRecvPayload and MSAudioRecvPayload objects. Local inbound statistics can be obtained from the RTCRtpReceiver object. Remote inbound RTP statistics are not supported.
"outbound-payload" Statistics for the outbound RTP stream. It is accessed via MSVideoSendPayload and MSAudioSendPayload objects. Local inbound statistics can be obtained from the RTCRtpSender object. Remote outbound RTP statistics are not supported.
"transportdiagnostics" Transport diagnostics related to the RTCIceTransportobject. It is accessed via the MSTransportDiagnosticsStats object. Local transport diagnostics can be obtained from the RTCIceTransport object. Remote transport diagnostics are not supported.

 

See also

Statistics extensions

Statistics API