StatsMessage

data class StatsMessage(val type: String = "stats", val reports: List<SoraRTCStats>)

Constructors

Link copied to clipboard
constructor(type: String = "stats", reports: List<SoraRTCStats>)

Properties

Link copied to clipboard
@SerializedName(value = "reports")
val reports: List<SoraRTCStats>
Link copied to clipboard
@SerializedName(value = "type")
val type: String