|
@@ -33,7 +33,7 @@ public class RoomController{
|
|
|
@RequestMapping(value = "/join", method = RequestMethod.POST)
|
|
|
public BaseResponse joinRoom(@RequestBody ReqUserData data)
|
|
|
throws Exception {
|
|
|
- return roomService.joinRoom(data.getRegistrationId(), data.isDisableCamera(),data.getRoomId());
|
|
|
+ return roomService.joinRoom(data.getRegistrationId(),data.getRoomId());
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/joinGroup", method = RequestMethod.POST)
|