Stats

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

Base statistics for WebRTC components

Constructors

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

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard