InitialSyncRequest

data class InitialSyncRequest(val requestDurationMs: Int, val downloadDurationMs: Int, val treatmentDurationMs: Int, val nbOfJoinedRooms: Int) : StatisticEvent

Initial sync request, response downloading, and treatment (parsing and storage) of response.

Constructors

Link copied to clipboard
constructor(requestDurationMs: Int, downloadDurationMs: Int, treatmentDurationMs: Int, nbOfJoinedRooms: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard