PongMessage

data class PongMessage(val type: String = "pong", val stats: List<SoraRTCStats>? = null)

Constructors

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

Properties

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