zouxuan 3 лет назад
Родитель
Сommit
593be94a8e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mec-im/src/main/java/com/ym/pojo/RecordConfig.java

+ 2 - 2
mec-im/src/main/java/com/ym/pojo/RecordConfig.java

@@ -7,9 +7,9 @@ public class RecordConfig {
     Integer mode = 3;
     String videoFormat = "mp4";
     String audioFormat = "aac";
-    String videoResolution = "1920x1080";
+    String videoResolution;
     Integer mixLayout = 3;
-    Integer sliceMin = 60;
+    Integer sliceMin;
     Integer renderMode = 2;
     String hostUserId;
     String hostStreamId;