|
@@ -71,7 +71,7 @@ class RoomController extends Controller {
|
|
|
params.EncodeParams = EncodeParams_;
|
|
|
const LayoutParams_ = {};
|
|
|
LayoutParams_.Template = 2;
|
|
|
- LayoutParams_.MainVideoUserId = 'main_pc';
|
|
|
+ LayoutParams_.MainVideoUserId = this.ctx.query.shareid;
|
|
|
LayoutParams_.MainVideoStreamType = 1;
|
|
|
params.LayoutParams = LayoutParams_;
|
|
|
console.log(params);
|