라이브 성별 제한 옵션 추가
라이브 생성과 수정 요청에 성별 제한 값을 포함한다. 라이브 정보 조회 응답에 성별 제한 값을 제공한다.
This commit is contained in:
@@ -14,6 +14,7 @@ struct CreateLiveRoomRequest: Encodable {
|
||||
let tags: [String]
|
||||
let numberOfPeople: Int
|
||||
var isAdult: Bool = false
|
||||
var genderRestriction: LiveRoomCreateViewModel.GenderRestriction = .ALL
|
||||
var price = 0
|
||||
var type: LiveRoomCreateViewModel.LiveRoomType = .OPEN
|
||||
var password: String? = nil
|
||||
|
||||
Reference in New Issue
Block a user