|
@@ -1490,11 +1490,11 @@ public class RoomServiceImpl implements RoomService {
|
|
|
//房间销毁
|
|
|
}else if(notify.getEvent() == 11){
|
|
|
//成员加入
|
|
|
- if(roomMember.getRole() != 3){
|
|
|
- this.configRecord(roomId);
|
|
|
- }else {
|
|
|
- this.startRecord(roomId,userId,notify.getTimestamp() + "");
|
|
|
- }
|
|
|
+// if(roomMember.getRole() != 3){
|
|
|
+// this.configRecord(roomId);
|
|
|
+// }else {
|
|
|
+// this.startRecord(roomId,userId,notify.getTimestamp() + "");
|
|
|
+// }
|
|
|
}else if(notify.getEvent() == 12){
|
|
|
//成员退出
|
|
|
/*if(roomMember.getRole() != 3){
|