Browse Source

融云录制参数删除

zouxuan 3 years ago
parent
commit
f59917dd1e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mec-im/src/main/java/com/ym/pojo/RecordConfig.java

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

@@ -7,10 +7,10 @@ public class RecordConfig {
     Integer mode = 3;
     String videoFormat = "mp4";
     String audioFormat = "aac";
-    String videoResolution = "640x480";
+    String videoResolution;
     Integer mixLayout = 3;
-    Integer sliceMin = 30;
-    Integer renderMode = 1;
+    Integer sliceMin;
+    Integer renderMode = 2;
     String hostUserId;
     String hostStreamId;
 }