라이브

- 최대 스피커 수 방장 포함 6명으로 변경
This commit is contained in:
Yu Sung
2024-09-20 17:55:20 +09:00
parent ac304e7d17
commit f444f0bfb0
5 changed files with 39 additions and 3 deletions

View File

@@ -695,7 +695,7 @@ struct LiveRoomViewV2: View {
}
private func inviteSpeaker(peerId: Int) {
if viewModel.liveRoomInfo!.speakerList.count <= 4 {
if viewModel.liveRoomInfo!.speakerList.count <= 5 {
viewModel.inviteSpeaker(peerId: peerId)
self.viewModel.popupContent = "스피커 요청을 보냈습니다.\n잠시만 기다려 주세요."
self.viewModel.isShowPopup = true