라이브
- 스피커 인원 최대 5명으로 수정
This commit is contained in:
		| @@ -983,7 +983,7 @@ class LiveRoomService( | ||||
|             val member = memberRepository.findByIdOrNull(request.memberId) | ||||
|                 ?: throw SodaException("로그인 정보를 확인해 주세요.") | ||||
|  | ||||
|             if (roomInfo.speakerCount > 4) { | ||||
|             if (roomInfo.speakerCount > 5) { | ||||
|                 throw SodaException("스피커 정원이 초과하였습니다.") | ||||
|             } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user