라이브
- 최대 스피커 수 방장 포함 6명으로 변경
This commit is contained in:
@@ -1865,7 +1865,7 @@ extension LiveRoomViewModel: AgoraRtmDelegate {
|
||||
self.popupConfirmTitle = "스피커로 초대"
|
||||
self.popupConfirmAction = {
|
||||
self.isShowPopup = false
|
||||
if self.liveRoomInfo!.speakerList.count <= 4 {
|
||||
if self.liveRoomInfo!.speakerList.count <= 5 {
|
||||
self.requestSpeakerAllow(peerId)
|
||||
} else {
|
||||
self.errorMessage = "스피커 정원이 초과되었습니다."
|
||||
|
Reference in New Issue
Block a user