Liking cljdoc? Tell your friends :D

rtc.RTCStats

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.
raw docstring

idcljs

(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`
sourceraw docstring

set-id!cljs

(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`
sourceraw docstring

set-timestamp!cljs

(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`
sourceraw docstring

set-type!cljs

(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`
sourceraw docstring

timestampcljs

(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`
sourceraw docstring

typecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close