AtomicX Core API
androidJvm
AtomicX Core API
/
io.trtc.tuikit.atomicxcore.api.room
/
RoomState
/
RoomState
Room
State
constructor
(
scheduledRoomList
:
StateFlow
<
List
<
RoomInfo
>
>
,
scheduledRoomListCursor
:
StateFlow
<
String
>
,
currentRoom
:
StateFlow
<
RoomInfo
?
>
)