Stats

data class Stats(val id: String, val type: String, val timestamp: Long, val props: Map<String, Any?>)(source)

Represents statistics about the WebRtc connection.

See also

Constructors

Link copied to clipboard
constructor(id: String, type: String, timestamp: Long, props: Map<String, Any?>)

Properties

Link copied to clipboard
val id: String

The unique identifier for this statistics object.

Link copied to clipboard

Additional properties specific to the statistics type.

Link copied to clipboard

The timestamp when these statistics were collected.

Link copied to clipboard

The type of the statistics object.