라이브 방 - 스피커 최대 10 -> 5명으로 수정
This commit is contained in:
@@ -690,7 +690,7 @@ struct LiveRoomView: View {
|
||||
|
||||
|
||||
private func inviteSpeaker(peerId: Int) {
|
||||
if viewModel.liveRoomInfo!.speakerList.count <= 9 {
|
||||
if viewModel.liveRoomInfo!.speakerList.count <= 4 {
|
||||
viewModel.inviteSpeaker(peerId: peerId)
|
||||
self.viewModel.popupContent = "스피커 요청을 보냈습니다.\n잠시만 기다려 주세요."
|
||||
self.viewModel.isShowPopup = true
|
||||
|
||||
Reference in New Issue
Block a user