SyncTreatment

data class SyncTreatment(    val durationMs: Int,     val afterPause: Boolean,     val nbOfJoinedRooms: Int) : StatisticEvent

Incremental sync event.

Constructors

Link copied to clipboard
fun SyncTreatment(    durationMs: Int,     afterPause: Boolean,     nbOfJoinedRooms: Int)

Properties

Link copied to clipboard
val afterPause: Boolean
Link copied to clipboard
val durationMs: Int
Link copied to clipboard
val nbOfJoinedRooms: Int