diff --git a/controllers/admin/serverConfig.go b/controllers/admin/serverConfig.go index 8a29c21bc..91cfe02a8 100644 --- a/controllers/admin/serverConfig.go +++ b/controllers/admin/serverConfig.go @@ -80,7 +80,6 @@ type serverConfigAdminResponse struct { RTMPServerPort int `json:"rtmpServerPort"` S3 models.S3 `json:"s3"` VideoSettings videoSettings `json:"videoSettings"` - LatencyLevel int `json:"latencyLevel"` YP yp `json:"yp"` ChatDisabled bool `json:"chatDisabled"` ExternalActions []models.ExternalAction `json:"externalActions"`