RTCStats
Overview
The RTCStats dictionary is the basic statistics object used by WebRTC's statistics monitoring model, providing the properties required of all statistics data objects.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
id
property id: Int32 read write;
Int32 id { get; set; }
var id: Int32 { get{} set{} }
Int32 id { __get; __set; }
Property id() As Int32
timestamp
property timestamp: dynamic read write;
dynamic timestamp { get; set; }
var timestamp: dynamic { get{} set{} }
dynamic timestamp { __get; __set; }
Property timestamp() As dynamic
type
property type: dynamic read write;
dynamic type { get; set; }
var type: dynamic { get{} set{} }
dynamic type { __get; __set; }
Property type() As dynamic