From 4900b52d2b18c042f14e86f2329c0c55ce72321a Mon Sep 17 00:00:00 2001
From: Klaus <klaus@vividnext.co.kr>
Date: Mon, 21 Aug 2023 05:36:23 +0900
Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=94=BC=EC=BB=A4=20=EC=B5=9C?=
 =?UTF-8?q?=EB=8C=80=2010=20->=205=EB=AA=85=EC=9C=BC=EB=A1=9C=20=EC=88=98?=
 =?UTF-8?q?=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../kr/co/vividnext/sodalive/live/room/LiveRoomService.kt       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt
index 5d6c144..0f0f453 100644
--- a/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt
+++ b/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt
@@ -795,7 +795,7 @@ class LiveRoomService(
             val member = memberRepository.findByIdOrNull(request.memberId)
                 ?: throw SodaException("로그인 정보를 확인해 주세요.")
 
-            if (roomInfo.speakerCount > 9) {
+            if (roomInfo.speakerCount > 4) {
                 throw SodaException("스피커 정원이 초과하였습니다.")
             }