RTCStatsReport

The RTCStatsReport interface of the WebRTC API provides a statistics report for a RTCPeerConnection, RTCRtpSender, or RTCRtpReceiver.

MDN Reference

Properties

Link copied to clipboard
abstract override val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun forEach(action: (value: JsAny?, key: JsString) -> Unit)
Link copied to clipboard
abstract fun get(key: JsString): JsAny?
open operator fun get(key: Symbol.iterator): () -> JsIterator<JsTuple2<JsString, JsAny?>>
Link copied to clipboard
abstract override fun has(key: JsString): Boolean
Link copied to clipboard
open inline operator fun iterator(): Iterator<JsTuple2<JsString, JsAny?>>
Link copied to clipboard
abstract fun keys(): JsIterator<JsString>
Link copied to clipboard
abstract fun values(): JsIterator<JsAny?>