test #6
| @@ -672,6 +672,7 @@ class LiveRoomService( | |||||||
|                 "$cloudFrontHost/profile/default-profile.png" |                 "$cloudFrontHost/profile/default-profile.png" | ||||||
|             }, |             }, | ||||||
|             isFollowing = isFollowing, |             isFollowing = isFollowing, | ||||||
|  |             isAdult = room.isAdult, | ||||||
|             participantsCount = roomInfo.listenerCount + roomInfo.speakerCount + roomInfo.managerCount, |             participantsCount = roomInfo.listenerCount + roomInfo.speakerCount + roomInfo.managerCount, | ||||||
|             totalAvailableParticipantsCount = room.numberOfPeople, |             totalAvailableParticipantsCount = room.numberOfPeople, | ||||||
|             speakerList = roomInfo.speakerList, |             speakerList = roomInfo.speakerList, | ||||||
|   | |||||||
| @@ -12,6 +12,7 @@ data class GetRoomInfoResponse( | |||||||
|     val creatorNickname: String, |     val creatorNickname: String, | ||||||
|     val creatorProfileUrl: String, |     val creatorProfileUrl: String, | ||||||
|     val isFollowing: Boolean, |     val isFollowing: Boolean, | ||||||
|  |     val isAdult: Boolean, | ||||||
|     val participantsCount: Int, |     val participantsCount: Int, | ||||||
|     val totalAvailableParticipantsCount: Int, |     val totalAvailableParticipantsCount: Int, | ||||||
|     val speakerList: List<LiveRoomMember>, |     val speakerList: List<LiveRoomMember>, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user