Class RTCStatsReport
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The RTCStatsReport interface of the WebRTC API provides a statistics report for a RTCPeerConnection, RTCRtpSender, or RTCRtpReceiver.
[Value("RTCStatsReport")]
public class RTCStatsReport
- Inheritance
-
RTCStatsReport
- Inherited Members
Remarks
An RTCStatsReport instance is a read-only Map-like object, in which each key is an identifier for an object for which statistics are being reported, and the corresponding value is a dictionary object providing the statistics.
-WebRTC API
-RTCPeerConnection
-GetStats(MediaStreamTrack?), GetStats(), and GetStats()
Constructors
RTCStatsReport()
public RTCStatsReport()