라이브
- 최대 스피커 수 방장 포함 6명으로 변경
This commit is contained in:
@@ -148,7 +148,7 @@ struct LiveRoomProfilesDialogView: View {
|
||||
role: listener.role,
|
||||
onClickChangeListener: { _ in },
|
||||
onClickInviteSpeaker: {
|
||||
if viewModel.liveRoomInfo!.speakerList.count <= 4 {
|
||||
if viewModel.liveRoomInfo!.speakerList.count <= 5 {
|
||||
viewModel.inviteSpeaker(peerId: $0)
|
||||
viewModel.popupContent = "스피커 요청을 보냈습니다.\n잠시만 기다려 주세요."
|
||||
viewModel.isShowPopup = true
|
||||
|
Reference in New Issue
Block a user