The RTCStats dictionary is the basic statistics object used by statistics monitoring model, providing the properties required all statistics data objects.
The RTCStats dictionary is the basic statistics object used by statistics monitoring model, providing the properties required all statistics data objects.
(id this)
Property.
The id property of the rtc.RTCStats
dictionary is a string
uniquely identifies the object for which this RTCStats object
statistics.
var id = RTCStats.id;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/id
Property. The id property of the `rtc.RTCStats` dictionary is a string uniquely identifies the object for which this RTCStats object statistics. `var id = RTCStats.id;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/id`
(set-id! this val)
Property.
The id property of the rtc.RTCStats
dictionary is a string
uniquely identifies the object for which this RTCStats object
statistics.
var id = RTCStats.id;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/id
Property. The id property of the `rtc.RTCStats` dictionary is a string uniquely identifies the object for which this RTCStats object statistics. `var id = RTCStats.id;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/id`
(set-timestamp! this val)
Property.
The timestamp property of the rtc.RTCStats
dictionary is a
object specifying the time at which the data in the object was
var timestamp = RTCStats.timestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/timestamp
Property. The timestamp property of the `rtc.RTCStats` dictionary is a object specifying the time at which the data in the object was `var timestamp = RTCStats.timestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/timestamp`
(set-type! this val)
Property.
The rtc.RTCStats
dictionary's property type is a string which
the type of statistic represented by the object, where the permitted
are drawn from the enum type rtc.RTCStatsType
.
var type = RTCStats.type;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/type
Property. The `rtc.RTCStats` dictionary's property type is a string which the type of statistic represented by the object, where the permitted are drawn from the enum type `rtc.RTCStatsType`. `var type = RTCStats.type;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/type`
(timestamp this)
Property.
The timestamp property of the rtc.RTCStats
dictionary is a
object specifying the time at which the data in the object was
var timestamp = RTCStats.timestamp;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/timestamp
Property. The timestamp property of the `rtc.RTCStats` dictionary is a object specifying the time at which the data in the object was `var timestamp = RTCStats.timestamp;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/timestamp`
(type this)
Property.
The rtc.RTCStats
dictionary's property type is a string which
the type of statistic represented by the object, where the permitted
are drawn from the enum type rtc.RTCStatsType
.
var type = RTCStats.type;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/type
Property. The `rtc.RTCStats` dictionary's property type is a string which the type of statistic represented by the object, where the permitted are drawn from the enum type `rtc.RTCStatsType`. `var type = RTCStats.type;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCStats/type`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close