liuyu 4 年之前
父節點
當前提交
215b0d1643
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/controller/room.js

+ 2 - 0
app/controller/room.js

@@ -74,6 +74,8 @@ class RoomController extends Controller {
     LayoutParams_.MainVideoUserId = 'main_pc';
     LayoutParams_.MainVideoStreamType = 1;
     params.LayoutParams = LayoutParams_;
+    console.log(params);
+    console.log(JSON.stringify(params));
     req.from_json_string(JSON.stringify(params));
     client.StartMCUMixTranscode(req, function(errMsg, response) {
       if (errMsg) {