|
@@ -285,14 +285,14 @@ class Party extends Api
|
|
|
];
|
|
|
|
|
|
//创建完房间就进入,所以房主直接在麦位0
|
|
|
- if($i == 0){
|
|
|
+ /*if($i == 0){
|
|
|
$seat['isMaster'] = true;
|
|
|
$seat['headUrl'] = localpath_to_netpath($this->auth->avatar);
|
|
|
$seat['userNo'] = $this->auth->id;
|
|
|
$seat['rtcUid'] = $this->auth->id;
|
|
|
$seat['name'] = $this->auth->nickname;
|
|
|
$seat['seatIndex'] = $i;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
$seatdata['seat'.$i] = json_encode($seat);
|
|
|
}
|