Initial Sync Request
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.