Initial Sync Request
data class InitialSyncRequest( val requestDurationMs: Int, val downloadDurationMs: Int, val treatmentDurationMs: Int, val nbOfJoinedRooms: Int) : StatisticEvent
Content copied to clipboard
Initial sync request, response downloading, and treatment (parsing and storage) of response.
Constructors
Link copied to clipboard
fun InitialSyncRequest( requestDurationMs: Int, downloadDurationMs: Int, treatmentDurationMs: Int, nbOfJoinedRooms: Int)
Content copied to clipboard