File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import Foundation
10
10
import RxSwift
11
11
12
12
struct RoomPlayInfo : Codable {
13
- struct BillingInfo : Codable {
14
- // Time limit.
15
- let limit : Int
16
- }
17
- let billing : BillingInfo
13
+ // struct BillingInfo: Codable {
14
+ // // Time limit.
15
+ // let limit: Int
16
+ // }
17
+ // let billing: BillingInfo
18
18
let roomType : ClassRoomType
19
19
let roomUUID : String
20
20
let ownerUUID : String
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ enum ClassroomFactory {
154
154
commandChannelRequest: rtmChannel,
155
155
alertProvider: alertProvider,
156
156
preferredDeviceState: deviceStatus,
157
- roomTimeLimit: playInfo . billing . limit )
157
+ roomTimeLimit: 0 )
158
158
159
159
let userListViewController = ClassRoomUsersViewController ( userUUID: playInfo. rtmUID, roomOwnerRtmUUID: playInfo. ownerUUID)
160
160
let shareViewController : ( ) -> UIViewController = {
You can’t perform that action at this time.
0 commit comments