From 5682adf967328b2526773336c66e535fa36c040c Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 6 Dec 2023 23:34:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20-=20=ED=81=AC?= =?UTF-8?q?=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0=EA=B0=80=20=EB=A3=B0?= =?UTF-8?q?=EB=A0=9B=20=EC=84=A4=EC=A0=95=20=EC=8B=9C=20=EB=A3=B0=EB=A0=9B?= =?UTF-8?q?=20=EB=B2=84=ED=8A=BC=20=ED=99=9C=EC=84=B1=ED=99=94=20/=20?= =?UTF-8?q?=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Room/LiveRoomViewModel.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift index 1ec25b7..48ef5fa 100644 --- a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift +++ b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift @@ -1506,6 +1506,8 @@ extension LiveRoomViewModel: AgoraRtmChannelDelegate { ) self.totalDonationCan += decoded.can + } else if decoded.type == .TOGGLE_ROULETTE && decoded.isActiveRoulette != nil { + self.isActiveRoulette = decoded.isActiveRoulette! } else if decoded.type == .EDIT_ROOM_INFO || decoded.type == .SET_MANAGER { self.getRoomInfo() }