라이브 방 생성

- 크리에이터 입장 가능 설정 추가
This commit is contained in:
Yu Sung
2024-05-14 21:08:02 +09:00
parent c459c96aac
commit 6ba59ae852
3 changed files with 22 additions and 1 deletions

View File

@@ -22,4 +22,5 @@ struct CreateLiveRoomRequest: Encodable {
var menuPanId: Int = 0
var menuPan: String = ""
var isActiveMenuPan: Bool = false
var isAvailableJoinCreator: Bool = true
}