mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-11 04:27:03 +00:00
linting
This commit is contained in:
@@ -20,7 +20,7 @@ const VideoPresetsH264 = {
|
||||
h240: new VideoPreset(480, 234, 160_000, 20),
|
||||
h176: new VideoPreset(320, 176, 160_000, 20),
|
||||
h288: new VideoPreset(382, 288, 180_000, 20),
|
||||
// h360: VideoPresets.h360,
|
||||
// h360: VideoPresets.h360,
|
||||
h360: new VideoPreset(640, 360, 450_000, 20),
|
||||
h540: new VideoPreset(960, 540, 800_000, 20),
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user