|
@@ -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) {
|