The RTCStatsReport interface is used to provide statistics data about WebRTC connections as returned by the RTCPeerConnection.getStats(), RTCRtpReceiver.getStats(), and RTCRtpSender.getStats() methods.

Documentation RTCStatsReport by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlysize:Int

Methods

entries():Dynamic

Throws:

null

DOMError

forEach(callback:Dynamic, ?thisArg:Dynamic):Void

Throws:

null

DOMError

get(key:String):Dynamic

Throws:

null

DOMError

has(key:String):Bool

Throws:

null

DOMError

keys():Dynamic

Throws:

null

DOMError

values():Dynamic

Throws:

null

DOMError