라이브 종료

- 메뉴판 비활성화
This commit is contained in:
Klaus 2024-03-06 13:45:32 +09:00
parent 97d44104e1
commit bbfcf5fd4f
1 changed files with 2 additions and 0 deletions

View File

@ -1071,6 +1071,8 @@ class LiveRoomService(
rouletteRepository.save(it)
}
}
menuService.deactivateAll(memberId = member.id!!)
} else {
roomInfo.removeSpeaker(member)
roomInfo.removeListener(member)